Version Packages (#2984)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Samy Pessé
2025-03-17 11:06:18 +01:00
committed by GitHub
parent 886e204e68
commit 28af07da46
8 changed files with 26 additions and 15 deletions
-6
View File
@@ -1,6 +0,0 @@
---
'@gitbook/react-openapi': patch
'gitbook': patch
---
Update OpenAPI operation path design
-5
View File
@@ -1,5 +0,0 @@
---
"@gitbook/colors": minor
---
Override tint lightness if supplied color is out of bounds
+7 -1
View File
@@ -1,7 +1,13 @@
# @gitbook/colors
## 0.3.0
### Minor Changes
- 4f0a772: Override tint lightness if supplied color is out of bounds
## 0.2.0
### Minor Changes
- 445baaa: Initial release
- 445baaa: Initial release
+1 -1
View File
@@ -8,7 +8,7 @@
"default": "./dist/index.js"
}
},
"version": "0.2.0",
"version": "0.3.0",
"devDependencies": {
"typescript": "^5.5.3"
},
+10
View File
@@ -1,5 +1,15 @@
# gitbook
## 0.8.1
### Patch Changes
- 886e204: Update OpenAPI operation path design
- Updated dependencies [886e204]
- Updated dependencies [4f0a772]
- @gitbook/react-openapi@1.1.5
- @gitbook/colors@0.3.0
## 0.8.0
### Minor Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "gitbook",
"version": "0.8.0",
"version": "0.8.1",
"private": true,
"scripts": {
"dev": "env-cmd --silent -f ../../.env.local next dev",
+6
View File
@@ -1,5 +1,11 @@
# @gitbook/react-openapi
## 1.1.5
### Patch Changes
- 886e204: Update OpenAPI operation path design
## 1.1.4
### Patch Changes
+1 -1
View File
@@ -8,7 +8,7 @@
"default": "./dist/index.js"
}
},
"version": "1.1.4",
"version": "1.1.5",
"sideEffects": false,
"dependencies": {
"@gitbook/openapi-parser": "workspace:*",