Version Packages (#3446)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Samy Pessé
2025-07-08 11:01:57 +02:00
committed by GitHub
parent bd553bcf9e
commit d9bb6ad997
9 changed files with 26 additions and 18 deletions
-5
View File
@@ -1,5 +0,0 @@
---
'gitbook': patch
---
Fix incorrect revision ID in Markdown fetch logic
-5
View File
@@ -1,5 +0,0 @@
---
"gitbook": patch
---
Styling improvements to AI Chat Followup questions
-5
View File
@@ -1,5 +0,0 @@
---
"@gitbook/openapi-parser": minor
---
Expose `isJson` and `isYaml` in OpenAPI parser
+10
View File
@@ -1,5 +1,15 @@
# gitbook
## 0.13.1
### Patch Changes
- f5894bc: Fix incorrect revision ID in Markdown fetch logic
- 1b59e7c: Styling improvements to AI Chat Followup questions
- Updated dependencies [bd553bc]
- @gitbook/openapi-parser@2.2.0
- @gitbook/react-openapi@1.3.2
## 0.13.0
### Minor Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "gitbook",
"version": "0.13.0",
"version": "0.13.1",
"private": true,
"dependencies": {
"@gitbook/api": "catalog:",
+6
View File
@@ -1,5 +1,11 @@
# @gitbook/openapi-parser
## 2.2.0
### Minor Changes
- bd553bc: Expose `isJson` and `isYaml` in OpenAPI parser
## 2.1.5
### Patch Changes
+1 -1
View File
@@ -9,7 +9,7 @@
"default": "./dist/index.js"
}
},
"version": "2.1.5",
"version": "2.2.0",
"sideEffects": false,
"dependencies": {
"@scalar/openapi-parser": "^0.18.0",
+7
View File
@@ -1,5 +1,12 @@
# @gitbook/react-openapi
## 1.3.2
### Patch Changes
- Updated dependencies [bd553bc]
- @gitbook/openapi-parser@2.2.0
## 1.3.1
### Patch Changes
+1 -1
View File
@@ -8,7 +8,7 @@
"default": "./dist/index.js"
}
},
"version": "1.3.1",
"version": "1.3.2",
"sideEffects": false,
"dependencies": {
"@gitbook/openapi-parser": "workspace:*",