Version Packages (#3646)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Samy Pessé
2025-09-12 16:40:28 +02:00
committed by GitHub
parent 6da36558f6
commit 229f2ba9d5
13 changed files with 44 additions and 20 deletions
-5
View File
@@ -1,5 +0,0 @@
---
"gitbook": minor
---
Expose a MCP server for the docs site under /~gitbook/mcp
-5
View File
@@ -1,5 +0,0 @@
---
"@gitbook/expr": minor
---
Fix exports in gitbook/expr package.json
-5
View File
@@ -1,5 +0,0 @@
---
"@gitbook/icons": patch
---
Fix types for custom icons and update list of icons
+6
View File
@@ -1,5 +1,11 @@
# @gitbook/expr
## 1.2.0
### Minor Changes
- 6da3655: Fix exports in gitbook/expr package.json
## 1.1.1
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@gitbook/expr",
"description": "Safely evaluate & parse user-defined GitBook expressions.",
"version": "1.1.1",
"version": "1.2.0",
"type": "module",
"exports": {
".": {
+13
View File
@@ -1,5 +1,18 @@
# gitbook
## 0.18.0
### Minor Changes
- 262afa3: Expose a MCP server for the docs site under /~gitbook/mcp
### Patch Changes
- Updated dependencies [262afa3]
- @gitbook/icons@0.3.1
- @gitbook/react-openapi@1.4.3
- @gitbook/react-contentkit@0.7.5
## 0.17.2
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "gitbook",
"version": "0.17.2",
"version": "0.18.0",
"private": true,
"dependencies": {
"@gitbook/api": "catalog:",
+6
View File
@@ -1,5 +1,11 @@
# @gitbook/icons
## 0.3.1
### Patch Changes
- 262afa3: Fix types for custom icons and update list of icons
## 0.3.0
### Minor Changes
+1 -1
View File
@@ -16,7 +16,7 @@
"default": "./src/style.css"
}
},
"version": "0.3.0",
"version": "0.3.1",
"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.7.5
### Patch Changes
- Updated dependencies [262afa3]
- @gitbook/icons@0.3.1
## 0.7.4
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@gitbook/react-contentkit",
"version": "0.7.4",
"version": "0.7.5",
"exports": {
".": {
"types": "./dist/index.d.ts",
+7
View File
@@ -1,5 +1,12 @@
# @gitbook/react-openapi
## 1.4.3
### Patch Changes
- Updated dependencies [6da3655]
- @gitbook/expr@1.2.0
## 1.4.2
### Patch Changes
+1 -1
View File
@@ -8,7 +8,7 @@
"default": "./dist/index.js"
}
},
"version": "1.4.2",
"version": "1.4.3",
"sideEffects": false,
"dependencies": {
"@gitbook/expr": "workspace:*",