Version Packages (#2917)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Samy Pessé
2025-03-07 14:03:59 +01:00
committed by GitHub
parent 9ffc3b606d
commit cd0bc36b4e
15 changed files with 53 additions and 42 deletions
-5
View File
@@ -1,5 +0,0 @@
---
'gitbook': patch
---
Adjust hint block spacing
-6
View File
@@ -1,6 +0,0 @@
---
'@gitbook/openapi-parser': patch
'@gitbook/react-openapi': patch
---
Upgrade Scalar dependencies
-7
View File
@@ -1,7 +0,0 @@
---
'@gitbook/openapi-parser': minor
'@gitbook/react-openapi': minor
'gitbook': minor
---
Implement OpenAPI models blocks
-5
View File
@@ -1,5 +0,0 @@
---
'gitbook-v2': minor
---
Add route to revalidate cached data
-5
View File
@@ -1,5 +0,0 @@
---
'@gitbook/react-openapi': patch
---
Remove top level circular refs in alternatives
-5
View File
@@ -1,5 +0,0 @@
---
'@gitbook/openapi-parser': patch
---
Support references pointing to invalid files
-5
View File
@@ -1,5 +0,0 @@
---
'gitbook': patch
---
Fix content overflowing out of its container in tabs
+6
View File
@@ -1,5 +1,11 @@
# gitbook-v2
## 0.2.0
### Minor Changes
- 76c7974: Add route to revalidate cached data
## 0.1.2
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "gitbook-v2",
"version": "0.1.2",
"version": "0.2.0",
"private": true,
"dependencies": {
"next": "^15.2.1",
+17
View File
@@ -1,5 +1,22 @@
# gitbook
## 0.7.0
### Minor Changes
- bb3ca9c: Implement OpenAPI models blocks
### Patch Changes
- 5907bd9: Adjust hint block spacing
- 9ffc3b6: Fix content overflowing out of its container in tabs
- Updated dependencies [0278a14]
- Updated dependencies [bb3ca9c]
- Updated dependencies [3173d8e]
- Updated dependencies [052e07a]
- @gitbook/openapi-parser@2.1.0
- @gitbook/react-openapi@1.1.0
## 0.6.5
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "gitbook",
"version": "0.6.5",
"version": "0.7.0",
"private": true,
"scripts": {
"dev": "env-cmd --silent -f ../../.env.local next dev",
+11
View File
@@ -1,5 +1,16 @@
# @gitbook/openapi-parser
## 2.1.0
### Minor Changes
- bb3ca9c: Implement OpenAPI models blocks
### Patch Changes
- 0278a14: Upgrade Scalar dependencies
- 052e07a: Support references pointing to invalid files
## 2.0.2
### Patch Changes
+1 -1
View File
@@ -9,7 +9,7 @@
"default": "./dist/index.js"
}
},
"version": "2.0.2",
"version": "2.1.0",
"sideEffects": false,
"dependencies": {
"@scalar/openapi-parser": "^0.10.9",
+15
View File
@@ -1,5 +1,20 @@
# @gitbook/react-openapi
## 1.1.0
### Minor Changes
- bb3ca9c: Implement OpenAPI models blocks
### Patch Changes
- 0278a14: Upgrade Scalar dependencies
- 3173d8e: Remove top level circular refs in alternatives
- Updated dependencies [0278a14]
- Updated dependencies [bb3ca9c]
- Updated dependencies [052e07a]
- @gitbook/openapi-parser@2.1.0
## 1.0.5
### Patch Changes
+1 -1
View File
@@ -8,7 +8,7 @@
"default": "./dist/index.js"
}
},
"version": "1.0.5",
"version": "1.1.0",
"sideEffects": false,
"dependencies": {
"@gitbook/openapi-parser": "workspace:*",