Version Packages (#3599)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Samy Pessé
2025-09-06 11:40:05 +02:00
committed by GitHub
parent 145f385fdb
commit 38949ec97d
35 changed files with 84 additions and 135 deletions
-5
View File
@@ -1,5 +0,0 @@
---
"gitbook": patch
---
Fix corner radius of active section on "Line" sidebar style
-5
View File
@@ -1,5 +0,0 @@
---
"@gitbook/colors": patch
---
Fix return type for `colorContrast`
-7
View File
@@ -1,7 +0,0 @@
---
"@gitbook/react-openapi": minor
"gitbook": minor
"@gitbook/openapi-parser": patch
---
Adapt OpenAPI blocks to eval adaptive exprs & prefill TryIt config
-5
View File
@@ -1,5 +0,0 @@
---
"gitbook": patch
---
Fix edit on GitHub button doesn't take you to GitHub
-5
View File
@@ -1,5 +0,0 @@
---
"gitbook": minor
---
Add language selector to site header
-5
View File
@@ -1,5 +0,0 @@
---
"gitbook": patch
---
Add "hold message" to Assistant
-5
View File
@@ -1,5 +0,0 @@
---
"gitbook": patch
---
Support bold in headings
-5
View File
@@ -1,5 +0,0 @@
---
"gitbook": minor
---
Track insight event when embedded assistant is displayed.
-5
View File
@@ -1,5 +0,0 @@
---
"@gitbook/react-openapi": patch
---
Add support for YAML content type in request body/example
-6
View File
@@ -1,6 +0,0 @@
---
"@gitbook/react-openapi": patch
"gitbook": patch
---
OpenAPI: Make responses without objects clickable
-5
View File
@@ -1,5 +0,0 @@
---
'@gitbook/openapi-parser': patch
---
Catch OpenAPI validation errors
-5
View File
@@ -1,5 +0,0 @@
---
"@gitbook/openapi-parser": patch
---
Upgrade Scalar dependencies
-5
View File
@@ -1,5 +0,0 @@
---
"gitbook": patch
---
Remove ligatures from Lato font
-5
View File
@@ -1,5 +0,0 @@
---
"gitbook": patch
---
Fix custom assistant keyboard shortcut
-5
View File
@@ -1,5 +0,0 @@
---
"gitbook": patch
---
Fix embed script and assets being cached for too long
-5
View File
@@ -1,5 +0,0 @@
---
"gitbook": patch
---
Fix order in robots.txt preventing indexation of images by Google.
-5
View File
@@ -1,5 +0,0 @@
---
"gitbook": patch
---
Fix content min-height with sections
-5
View File
@@ -1,5 +0,0 @@
---
"gitbook": patch
---
Adds vertical align to column block
-5
View File
@@ -1,5 +0,0 @@
---
"gitbook": patch
---
Use space language as source of truth for UI locale
-5
View File
@@ -1,5 +0,0 @@
---
'@gitbook/react-openapi': patch
---
Handle OpenAPI ignored responses
-5
View File
@@ -1,5 +0,0 @@
---
"gitbook": patch
---
Fix Search results are not clickable on sites without header
-6
View File
@@ -1,6 +0,0 @@
---
"@gitbook/colors": minor
"gitbook": patch
---
Add `original` background color step
-5
View File
@@ -1,5 +0,0 @@
---
"gitbook": patch
---
Fix event ask_question not being tracked
-5
View File
@@ -1,5 +0,0 @@
---
"gitbook": patch
---
Fix Search bar is broken on site with sections when header is disabled
-6
View File
@@ -1,6 +0,0 @@
---
"gitbook": patch
"@gitbook/embed": patch
---
Fix embed assistant window width on small screens
+10
View File
@@ -1,5 +1,15 @@
# @gitbook/colors
## 0.4.0
### Minor Changes
- 17dd382: Add `original` background color step
### Patch Changes
- 193d591: Fix return type for `colorContrast`
## 0.3.3
### Patch Changes
+1 -1
View File
@@ -8,7 +8,7 @@
"default": "./dist/index.js"
}
},
"version": "0.3.3",
"version": "0.4.0",
"devDependencies": {
"typescript": "^5.5.3"
},
+6
View File
@@ -1,5 +1,11 @@
# @gitbook/embed
## 0.1.1
### Patch Changes
- 6f368b5: Fix embed assistant window width on small screens
## 0.1.0
### Minor Changes
+1 -1
View File
@@ -10,7 +10,7 @@
"react": "./dist/react/index.js"
}
},
"version": "0.1.0",
"version": "0.1.1",
"dependencies": {
"@gitbook/api": "catalog:",
"@gitbook/icons": "workspace:",
+39
View File
@@ -1,5 +1,44 @@
# gitbook
## 0.17.0
### Minor Changes
- 12c9d76: Adapt OpenAPI blocks to eval adaptive exprs & prefill TryIt config
- 7911350: Add language selector to site header
- 659be55: Track insight event when embedded assistant is displayed.
### Patch Changes
- 2e0d706: Fix corner radius of active section on "Line" sidebar style
- 78a632b: Fix edit on GitHub button doesn't take you to GitHub
- 1edc5d6: Add "hold message" to Assistant
- 4520728: Support bold in headings
- 61b8507: OpenAPI: Make responses without objects clickable
- d1fdc13: Remove ligatures from Lato font
- a8fca0e: Fix custom assistant keyboard shortcut
- 262a9b1: Fix embed script and assets being cached for too long
- c890e01: Fix order in robots.txt preventing indexation of images by Google.
- 1839ea2: Fix content min-height with sections
- 9201e2c: Adds vertical align to column block
- 193d591: Use space language as source of truth for UI locale
- f08dd29: Fix Search results are not clickable on sites without header
- 17dd382: Add `original` background color step
- 4f35882: Fix event ask_question not being tracked
- d51b79e: Fix Search bar is broken on site with sections when header is disabled
- 6f368b5: Fix embed assistant window width on small screens
- Updated dependencies [193d591]
- Updated dependencies [12c9d76]
- Updated dependencies [4927e96]
- Updated dependencies [61b8507]
- Updated dependencies [7fefe49]
- Updated dependencies [360aa1c]
- Updated dependencies [98e42cf]
- Updated dependencies [17dd382]
- @gitbook/colors@0.4.0
- @gitbook/react-openapi@1.4.0
- @gitbook/openapi-parser@3.0.2
## 0.16.0
### Minor Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "gitbook",
"version": "0.16.0",
"version": "0.17.0",
"private": true,
"dependencies": {
"@gitbook/api": "catalog:",
+8
View File
@@ -1,5 +1,13 @@
# @gitbook/openapi-parser
## 3.0.2
### Patch Changes
- 12c9d76: Adapt OpenAPI blocks to eval adaptive exprs & prefill TryIt config
- 7fefe49: Catch OpenAPI validation errors
- 360aa1c: Upgrade Scalar dependencies
## 3.0.1
### Patch Changes
+1 -1
View File
@@ -9,7 +9,7 @@
"default": "./dist/index.js"
}
},
"version": "3.0.1",
"version": "3.0.2",
"sideEffects": false,
"dependencies": {
"@scalar/json-magic": "^0.3.1",
+16
View File
@@ -1,5 +1,21 @@
# @gitbook/react-openapi
## 1.4.0
### Minor Changes
- 12c9d76: Adapt OpenAPI blocks to eval adaptive exprs & prefill TryIt config
### Patch Changes
- 4927e96: Add support for YAML content type in request body/example
- 61b8507: OpenAPI: Make responses without objects clickable
- 98e42cf: Handle OpenAPI ignored responses
- Updated dependencies [12c9d76]
- Updated dependencies [7fefe49]
- Updated dependencies [360aa1c]
- @gitbook/openapi-parser@3.0.2
## 1.3.6
### Patch Changes
+1 -1
View File
@@ -8,7 +8,7 @@
"default": "./dist/index.js"
}
},
"version": "1.3.6",
"version": "1.4.0",
"sideEffects": false,
"dependencies": {
"@gitbook/expr": "workspace:*",