Version Packages (#2881)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Samy Pessé
2025-02-28 18:22:32 +01:00
committed by GitHub
parent 3319375e9a
commit 281c196e23
15 changed files with 38 additions and 40 deletions
-5
View File
@@ -1,5 +0,0 @@
---
'gitbook': patch
---
Fix getProxyModeBasePath that was computing incorrect base path in some scenarios
-5
View File
@@ -1,5 +0,0 @@
---
'gitbook': patch
---
Change how a site in proxy mode is resolved
-5
View File
@@ -1,5 +0,0 @@
---
'@gitbook/react-openapi': patch
---
Fix recursion in OpenAPISchemaAlternative
-5
View File
@@ -1,5 +0,0 @@
---
'gitbook': patch
---
Add support for links style customization option
-6
View File
@@ -1,6 +0,0 @@
---
'gitbook-v2': patch
'gitbook': patch
---
fix: lost section groups
-5
View File
@@ -1,5 +0,0 @@
---
'gitbook': patch
---
Support OpenAPI operation block
-5
View File
@@ -1,5 +0,0 @@
---
'@gitbook/openapi-parser': patch
---
Expose helper `shouldIgnoreEntity`
+6
View File
@@ -1,5 +1,11 @@
# gitbook-v2
## 0.1.1
### Patch Changes
- 3e11678: fix: lost section groups
## 0.1.0
### Minor Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "gitbook-v2",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"dependencies": {
"next": "canary",
+14
View File
@@ -1,5 +1,19 @@
# gitbook
## 0.6.4
### Patch Changes
- 9b914d1: Fix getProxyModeBasePath that was computing incorrect base path in some scenarios
- 2ae76f9: Change how a site in proxy mode is resolved
- 027a859: Add support for links style customization option
- 3e11678: fix: lost section groups
- 3319375: Support OpenAPI operation block
- Updated dependencies [722f02e]
- Updated dependencies [0924259]
- @gitbook/react-openapi@1.0.4
- @gitbook/openapi-parser@2.0.1
## 0.6.3
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "gitbook",
"version": "0.6.3",
"version": "0.6.4",
"private": true,
"scripts": {
"dev": "env-cmd --silent -f ../../.env.local next dev",
+6
View File
@@ -1,5 +1,11 @@
# @gitbook/openapi-parser
## 2.0.1
### Patch Changes
- 0924259: Expose helper `shouldIgnoreEntity`
## 2.0.0
### Major Changes
+1 -1
View File
@@ -9,7 +9,7 @@
"default": "./dist/index.js"
}
},
"version": "2.0.0",
"version": "2.0.1",
"sideEffects": false,
"dependencies": {
"@scalar/openapi-parser": "^0.10.4",
+8
View File
@@ -1,5 +1,13 @@
# @gitbook/react-openapi
## 1.0.4
### Patch Changes
- 722f02e: Fix recursion in OpenAPISchemaAlternative
- Updated dependencies [0924259]
- @gitbook/openapi-parser@2.0.1
## 1.0.3
### Patch Changes
+1 -1
View File
@@ -8,7 +8,7 @@
"default": "./dist/index.js"
}
},
"version": "1.0.3",
"version": "1.0.4",
"sideEffects": false,
"dependencies": {
"@gitbook/openapi-parser": "workspace:*",