Version Packages (#3073)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Samy Pessé
2025-04-01 18:13:52 +02:00
committed by GitHub
parent 7d0b422200
commit db1be714ce
9 changed files with 26 additions and 19 deletions
-5
View File
@@ -1,5 +0,0 @@
---
"gitbook": patch
---
Limit tinted background on bold theme to sites with filled sidebar
-6
View File
@@ -1,6 +0,0 @@
---
'@gitbook/react-openapi': patch
'gitbook': patch
---
Handle grouped OpenAPISchemas
-5
View File
@@ -1,5 +0,0 @@
---
"@gitbook/colors": patch
---
Reduce chroma of first color scale step
+6
View File
@@ -1,5 +1,11 @@
# @gitbook/colors
## 0.3.1
### Patch Changes
- fb90eb0: Reduce chroma of first color scale step
## 0.3.0
### Minor Changes
+1 -1
View File
@@ -8,7 +8,7 @@
"default": "./dist/index.js"
}
},
"version": "0.3.0",
"version": "0.3.1",
"devDependencies": {
"typescript": "^5.5.3"
},
+11
View File
@@ -1,5 +1,16 @@
# gitbook
## 0.9.1
### Patch Changes
- fb90eb0: Limit tinted background on bold theme to sites with filled sidebar
- 7d0b422: Handle grouped OpenAPISchemas
- Updated dependencies [7d0b422]
- Updated dependencies [fb90eb0]
- @gitbook/react-openapi@1.1.8
- @gitbook/colors@0.3.1
## 0.9.0
### Minor Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "gitbook",
"version": "0.9.0",
"version": "0.9.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.8
### Patch Changes
- 7d0b422: Handle grouped OpenAPISchemas
## 1.1.7
### Patch Changes
+1 -1
View File
@@ -8,7 +8,7 @@
"default": "./dist/index.js"
}
},
"version": "1.1.7",
"version": "1.1.8",
"sideEffects": false,
"dependencies": {
"@gitbook/openapi-parser": "workspace:*",