Version Packages (#4178)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Zeno Kapitein <zeno@gitbook.io>
This commit is contained in:
Samy Pessé
2026-04-15 19:07:34 +02:00
committed by GitHub
parent 119e3bc369
commit e792cffeb3
12 changed files with 33 additions and 41 deletions
-5
View File
@@ -1,5 +0,0 @@
---
"gitbook": patch
---
Adjust empty TOC logic and layout
-6
View File
@@ -1,6 +0,0 @@
---
"gitbook": patch
"@gitbook/embed": patch
---
Docs Embed: Better support light/dark mode overrides
-5
View File
@@ -1,5 +0,0 @@
---
"gitbook": patch
---
Hide empty sidebar on OpenAPI pages
-6
View File
@@ -1,6 +0,0 @@
---
"gitbook": minor
"@gitbook/embed": minor
---
Add Search tab to Docs Embed, refactor search
-5
View File
@@ -1,5 +0,0 @@
---
"gitbook": minor
---
Rework page layout
-5
View File
@@ -1,5 +0,0 @@
---
"gitbook": patch
---
Fix rendering multi-expandable block in a column
-5
View File
@@ -1,5 +0,0 @@
---
"gitbook": patch
---
Translations dropdown should show language spaces that best matches the current space title
+3 -2
View File
@@ -1,5 +1,6 @@
{
"lockfileVersion": 1,
"configVersion": 0,
"workspaces": {
"": {
"name": "gitbook",
@@ -47,7 +48,7 @@
},
"packages/embed": {
"name": "@gitbook/embed",
"version": "0.4.0",
"version": "0.5.0",
"dependencies": {
"@gitbook/api": "catalog:",
"@gitbook/icons": "workspace:",
@@ -108,7 +109,7 @@
},
"packages/gitbook": {
"name": "gitbook",
"version": "0.24.0",
"version": "0.25.0",
"dependencies": {
"@cloudflare/workers-types": "^4.20251011.0",
"@gitbook/api": "catalog:",
+10
View File
@@ -1,5 +1,15 @@
# @gitbook/embed
## 0.5.0
### Minor Changes
- 88c38fa: Add Search tab to Docs Embed, refactor search
### Patch Changes
- 8d2a95b: Docs Embed: Better support light/dark mode overrides
## 0.4.0
### Minor Changes
+1 -1
View File
@@ -13,7 +13,7 @@
}
},
"sideEffects": false,
"version": "0.4.0",
"version": "0.5.0",
"dependencies": {
"@gitbook/api": "catalog:",
"@gitbook/icons": "workspace:",
+18
View File
@@ -1,5 +1,23 @@
# gitbook
## 0.25.0
### Minor Changes
- 88c38fa: Add Search tab to Docs Embed, refactor search
- 709964f: Rework page layout
### Patch Changes
- 789c2fa: Adjust empty TOC logic and layout
- 8d2a95b: Docs Embed: Better support light/dark mode overrides
- 7fd381c: Hide empty sidebar on OpenAPI pages
- 723e579: Fix rendering multi-expandable block in a column
- 68c842b: Translations dropdown should show language spaces that best matches the current space title
- Updated dependencies [8d2a95b]
- Updated dependencies [88c38fa]
- @gitbook/embed@0.5.0
## 0.24.0
### Minor Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "gitbook",
"version": "0.24.0",
"version": "0.25.0",
"private": true,
"dependencies": {
"@cloudflare/workers-types": "^4.20251011.0",