Version Packages (#2847)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Samy Pessé
2025-02-20 08:36:09 +01:00
committed by GitHub
parent 82cd9f2979
commit 304042017c
15 changed files with 46 additions and 42 deletions
-5
View File
@@ -1,5 +0,0 @@
---
'@gitbook/colors': minor
---
Initial release
-5
View File
@@ -1,5 +0,0 @@
---
'gitbook': patch
---
Fix opening external links when the GitBook page is embedded in an iframe
-5
View File
@@ -1,5 +0,0 @@
---
'@gitbook/react-openapi': patch
---
Support multiple response media types and examples
-5
View File
@@ -1,5 +0,0 @@
---
'@gitbook/react-openapi': patch
---
Fix display of OpenAPI header description
-7
View File
@@ -1,7 +0,0 @@
---
'@gitbook/openapi-parser': patch
'@gitbook/react-openapi': patch
'gitbook': patch
---
Improve Markdown parsing
-5
View File
@@ -1,5 +0,0 @@
---
'@gitbook/react-openapi': patch
---
Show additional fields in OpenAPI block
-6
View File
@@ -1,6 +0,0 @@
---
'@gitbook/react-openapi': patch
'gitbook': patch
---
Add support for anchor links in OpenAPI blocks
+7
View File
@@ -0,0 +1,7 @@
# @gitbook/colors
## 0.2.0
### Minor Changes
- 445baaa: Initial release
+1 -1
View File
@@ -8,7 +8,7 @@
"default": "./dist/index.js"
}
},
"version": "0.1.0",
"version": "0.2.0",
"devDependencies": {
"typescript": "^5.5.3"
},
+17
View File
@@ -1,5 +1,22 @@
# gitbook
## 0.6.2
### Patch Changes
- 359bb97: Fix opening external links when the GitBook page is embedded in an iframe
- 6157583: Improve Markdown parsing
- 82cd9f2: Add support for anchor links in OpenAPI blocks
- Updated dependencies [445baaa]
- Updated dependencies [bb5c6a4]
- Updated dependencies [a3f1fea]
- Updated dependencies [6157583]
- Updated dependencies [7419ee7]
- Updated dependencies [82cd9f2]
- @gitbook/colors@0.2.0
- @gitbook/react-openapi@1.0.2
- @gitbook/openapi-parser@1.0.1
## 0.6.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "gitbook",
"version": "0.6.1",
"version": "0.6.2",
"private": true,
"scripts": {
"dev": "env-cmd --silent -f ../../.env.local next dev",
+6
View File
@@ -1,5 +1,11 @@
# @gitbook/openapi-parser
## 1.0.1
### Patch Changes
- 6157583: Improve Markdown parsing
## 1.0.0
### Major Changes
+1 -1
View File
@@ -9,7 +9,7 @@
"default": "./dist/index.js"
}
},
"version": "1.0.0",
"version": "1.0.1",
"sideEffects": false,
"dependencies": {
"@scalar/openapi-parser": "^0.10.4",
+12
View File
@@ -1,5 +1,17 @@
# @gitbook/react-openapi
## 1.0.2
### Patch Changes
- bb5c6a4: Support multiple response media types and examples
- a3f1fea: Fix display of OpenAPI header description
- 6157583: Improve Markdown parsing
- 7419ee7: Show additional fields in OpenAPI block
- 82cd9f2: Add support for anchor links in OpenAPI blocks
- Updated dependencies [6157583]
- @gitbook/openapi-parser@1.0.1
## 1.0.1
### Patch Changes
+1 -1
View File
@@ -8,7 +8,7 @@
"default": "./dist/index.js"
}
},
"version": "1.0.1",
"version": "1.0.2",
"sideEffects": false,
"dependencies": {
"@gitbook/openapi-parser": "workspace:*",