Version Packages (#2859)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Samy Pessé
2025-02-26 13:41:20 +01:00
committed by GitHub
parent feb6735a4d
commit 3ca640caa2
18 changed files with 52 additions and 66 deletions
-5
View File
@@ -1,5 +0,0 @@
---
'@gitbook/openapi-parser': patch
---
Fallback to untrusted validation in case JSON spec is invalid
-5
View File
@@ -1,5 +0,0 @@
---
'gitbook': patch
---
Remove unused search api method from gitbook/api/lib
-5
View File
@@ -1,5 +0,0 @@
---
'@gitbook/react-openapi': patch
---
Update OpenAPI code examples to support multiple content-type
-5
View File
@@ -1,5 +0,0 @@
---
'@gitbook/react-openapi': patch
---
Return empty string if no server provided
-5
View File
@@ -1,5 +0,0 @@
---
'@gitbook/openapi-parser': major
---
Use Scalar parser to upgrade OpenAPI spec v2
-6
View File
@@ -1,6 +0,0 @@
---
'@gitbook/openapi-parser': patch
'gitbook': patch
---
Implement a trusted mode to speed up OpenAPI spec validation
-5
View File
@@ -1,5 +0,0 @@
---
'@gitbook/react-openapi': patch
---
Hide x-gitbook-\* symbols in OpenAPI blocks
-5
View File
@@ -1,5 +0,0 @@
---
'@gitbook/react-openapi': patch
---
Fix circularRef in schema + examples OpenAPI
-5
View File
@@ -1,5 +0,0 @@
---
'gitbook': patch
---
Update design for hint block: use semantic colors (info, warning, danger, success) and add alternative styling for hints with headings
-5
View File
@@ -1,5 +0,0 @@
---
'gitbook': patch
---
Add support for new OpenAPI ref
-5
View File
@@ -1,5 +0,0 @@
---
'@gitbook/react-openapi': patch
---
Fix ID not set when there is no operation summary
-7
View File
@@ -1,7 +0,0 @@
---
'@gitbook/openapi-parser': patch
'@gitbook/react-openapi': patch
'gitbook': patch
---
Render GitBook blocks in OpenAPI operation description
+21
View File
@@ -1,5 +1,26 @@
# gitbook
## 0.6.3
### Patch Changes
- a820739: Remove unused search api method from gitbook/api/lib
- a054554: Implement a trusted mode to speed up OpenAPI spec validation
- 66d0fc0: Update design for hint block: use semantic colors (info, warning, danger, success) and add alternative styling for hints with headings
- 9f0de74: Add support for new OpenAPI ref
- da55fac: Render GitBook blocks in OpenAPI operation description
- Updated dependencies [c808bb1]
- Updated dependencies [dc2dbc5]
- Updated dependencies [f1d1d2f]
- Updated dependencies [e24206e]
- Updated dependencies [a054554]
- Updated dependencies [05e1d8c]
- Updated dependencies [b4a12d6]
- Updated dependencies [9f0de74]
- Updated dependencies [da55fac]
- @gitbook/openapi-parser@2.0.0
- @gitbook/react-openapi@1.0.3
## 0.6.2
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "gitbook",
"version": "0.6.2",
"version": "0.6.3",
"private": true,
"scripts": {
"dev": "env-cmd --silent -f ../../.env.local next dev",
+12
View File
@@ -1,5 +1,17 @@
# @gitbook/openapi-parser
## 2.0.0
### Major Changes
- e24206e: Use Scalar parser to upgrade OpenAPI spec v2
### Patch Changes
- c808bb1: Fallback to untrusted validation in case JSON spec is invalid
- a054554: Implement a trusted mode to speed up OpenAPI spec validation
- da55fac: Render GitBook blocks in OpenAPI operation description
## 1.0.1
### Patch Changes
+1 -1
View File
@@ -9,7 +9,7 @@
"default": "./dist/index.js"
}
},
"version": "1.0.1",
"version": "2.0.0",
"sideEffects": false,
"dependencies": {
"@scalar/openapi-parser": "^0.10.4",
+16
View File
@@ -1,5 +1,21 @@
# @gitbook/react-openapi
## 1.0.3
### Patch Changes
- dc2dbc5: Update OpenAPI code examples to support multiple content-type
- f1d1d2f: Return empty string if no server provided
- 05e1d8c: Hide x-gitbook-\* symbols in OpenAPI blocks
- b4a12d6: Fix circularRef in schema + examples OpenAPI
- 9f0de74: Fix ID not set when there is no operation summary
- da55fac: Render GitBook blocks in OpenAPI operation description
- Updated dependencies [c808bb1]
- Updated dependencies [e24206e]
- Updated dependencies [a054554]
- Updated dependencies [da55fac]
- @gitbook/openapi-parser@2.0.0
## 1.0.2
### Patch Changes
+1 -1
View File
@@ -8,7 +8,7 @@
"default": "./dist/index.js"
}
},
"version": "1.0.2",
"version": "1.0.3",
"sideEffects": false,
"dependencies": {
"@gitbook/openapi-parser": "workspace:*",