Version Packages (#3453)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Samy Pessé
2025-07-15 17:40:24 +02:00
committed by GitHub
parent 6816f0fa5a
commit 2a3bb0eb22
21 changed files with 60 additions and 66 deletions
-5
View File
@@ -1,5 +0,0 @@
---
'gitbook': minor
---
Implement AI actions dropdown
-5
View File
@@ -1,5 +0,0 @@
---
'gitbook': patch
---
Fix responsive class for SearchInput button
-6
View File
@@ -1,6 +0,0 @@
---
"gitbook": patch
"@gitbook/icons": patch
---
add browserlists and fix old browser css-masks
-5
View File
@@ -1,5 +0,0 @@
---
'gitbook': patch
---
Refactor icon loading state in AIAction components
-5
View File
@@ -1,5 +0,0 @@
---
"@gitbook/openapi-parser": patch
---
Stricter validation
-5
View File
@@ -1,5 +0,0 @@
---
"gitbook": patch
---
Reposition AI Actions dropdown
-5
View File
@@ -1,5 +0,0 @@
---
'gitbook': patch
---
Fix AI Actions dropdown and LLM integration
-5
View File
@@ -1,5 +0,0 @@
---
"gitbook": minor
---
New search layout
-5
View File
@@ -1,5 +0,0 @@
---
"gitbook": patch
---
Ensure all content links are resolved relatively to preview.
-5
View File
@@ -1,5 +0,0 @@
---
'gitbook': patch
---
Move AI Actions markdown fetching to client-side
-5
View File
@@ -1,5 +0,0 @@
---
"gitbook": patch
---
Generalise keyboard shortcuts, add Cmd+J to AI Chat
+24
View File
@@ -1,5 +1,29 @@
# gitbook
## 0.14.0
### Minor Changes
- 0003030: Implement AI actions dropdown
- acb9f53: New search layout
### Patch Changes
- 334cfdd: Fix responsive class for SearchInput button
- 6816f0f: add browserlists and fix old browser css-masks
- 9ee9082: Refactor icon loading state in AIAction components
- 52ab368: Reposition AI Actions dropdown
- 7212345: Fix AI Actions dropdown and LLM integration
- 8daede5: Ensure all content links are resolved relatively to preview.
- ed684c1: Move AI Actions markdown fetching to client-side
- 9cc5a78: Generalise keyboard shortcuts, add Cmd+J to AI Chat
- Updated dependencies [6816f0f]
- Updated dependencies [1738677]
- @gitbook/icons@0.2.1
- @gitbook/openapi-parser@2.2.1
- @gitbook/react-contentkit@0.7.2
- @gitbook/react-openapi@1.3.3
## 0.13.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "gitbook",
"version": "0.13.1",
"version": "0.14.0",
"private": true,
"dependencies": {
"@gitbook/api": "catalog:",
+11 -5
View File
@@ -1,19 +1,25 @@
# @gitbook/icons
## 0.2.1
### Patch Changes
- 6816f0f: add browserlists and fix old browser css-masks
## 0.2.0
### Minor Changes
- 88f64b0: Fix the build to support Node.js v20
- 88f64b0: Fix the build to support Node.js v20
## 0.1.0
### Minor Changes
- 5c35f36: Initial release for `@gitbook/icons`, a package of content icons to be used for pages, documents, etc.
- 776bc31: Fix bin gitbook-icons when installed without the Pro token
- 5c35f36: Initial release for `@gitbook/icons`, a package of content icons to be used for pages, documents, etc.
- 776bc31: Fix bin gitbook-icons when installed without the Pro token
### Patch Changes
- d0f4860: Update version for static assets to fix invalid caching
- ef9d012: Fix first run of the package in development mode
- d0f4860: Update version for static assets to fix invalid caching
- ef9d012: Fix first run of the package in development mode
+1 -1
View File
@@ -16,7 +16,7 @@
"default": "./src/style.css"
}
},
"version": "0.2.0",
"version": "0.2.1",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/fontawesome-free": "^6.6.0"
+6
View File
@@ -1,5 +1,11 @@
# @gitbook/openapi-parser
## 2.2.1
### Patch Changes
- 1738677: Stricter validation
## 2.2.0
### Minor Changes
+1 -1
View File
@@ -9,7 +9,7 @@
"default": "./dist/index.js"
}
},
"version": "2.2.0",
"version": "2.2.1",
"sideEffects": false,
"dependencies": {
"@scalar/openapi-parser": "^0.18.0",
+7
View File
@@ -1,5 +1,12 @@
# @gitbook/react-contentkit
## 0.7.2
### Patch Changes
- Updated dependencies [6816f0f]
- @gitbook/icons@0.2.1
## 0.7.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@gitbook/react-contentkit",
"version": "0.7.1",
"version": "0.7.2",
"exports": {
".": {
"types": "./dist/index.d.ts",
+7
View File
@@ -1,5 +1,12 @@
# @gitbook/react-openapi
## 1.3.3
### Patch Changes
- Updated dependencies [1738677]
- @gitbook/openapi-parser@2.2.1
## 1.3.2
### Patch Changes
+1 -1
View File
@@ -8,7 +8,7 @@
"default": "./dist/index.js"
}
},
"version": "1.3.2",
"version": "1.3.3",
"sideEffects": false,
"dependencies": {
"@gitbook/openapi-parser": "workspace:*",