Version Packages (#2958)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Samy Pessé
2025-03-11 10:38:39 +01:00
committed by GitHub
parent 88f64b0d63
commit f7556805d6
11 changed files with 34 additions and 19 deletions
-5
View File
@@ -1,5 +0,0 @@
---
'@gitbook/react-openapi': patch
---
Fix spacing in OpenAPISecurities
-5
View File
@@ -1,5 +0,0 @@
---
'gitbook': patch
---
OpenAPI operation title fallback in sections
-5
View File
@@ -1,5 +0,0 @@
---
'@gitbook/icons': minor
---
Fix the build to support Node.js v20
+11
View File
@@ -1,5 +1,16 @@
# gitbook
## 0.7.3
### Patch Changes
- eaf2d68: OpenAPI operation title fallback in sections
- Updated dependencies [844059f]
- Updated dependencies [88f64b0]
- @gitbook/react-openapi@1.1.3
- @gitbook/icons@0.2.0
- @gitbook/react-contentkit@0.6.2
## 0.7.2
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "gitbook",
"version": "0.7.2",
"version": "0.7.3",
"private": true,
"scripts": {
"dev": "env-cmd --silent -f ../../.env.local next dev",
+6
View File
@@ -1,5 +1,11 @@
# @gitbook/icons
## 0.2.0
### Minor Changes
- 88f64b0: Fix the build to support Node.js v20
## 0.1.0
### Minor Changes
+1 -1
View File
@@ -16,7 +16,7 @@
"default": "./src/style.css"
}
},
"version": "0.1.0",
"version": "0.2.0",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/fontawesome-free": "^6.6.0"
+7
View File
@@ -1,5 +1,12 @@
# @gitbook/react-contentkit
## 0.6.2
### Patch Changes
- Updated dependencies [88f64b0]
- @gitbook/icons@0.2.0
## 0.6.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@gitbook/react-contentkit",
"version": "0.6.1",
"version": "0.6.2",
"exports": {
".": {
"types": "./dist/index.d.ts",
+6
View File
@@ -1,5 +1,11 @@
# @gitbook/react-openapi
## 1.1.3
### Patch Changes
- 844059f: Fix spacing in OpenAPISecurities
## 1.1.2
### Patch Changes
+1 -1
View File
@@ -8,7 +8,7 @@
"default": "./dist/index.js"
}
},
"version": "1.1.2",
"version": "1.1.3",
"sideEffects": false,
"dependencies": {
"@gitbook/openapi-parser": "workspace:*",