Skip to content

Commit bbb97e6

Browse files
authored
Merge branch 'main' into taran/resolve-page-meta-links-cr-or-space
2 parents 81161a8 + b77623b commit bbb97e6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+1170
-290
lines changed

.changeset/grumpy-peas-hammer.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@gitbook/embed": minor
3+
"gitbook": patch
4+
---
5+
6+
Improve Docs Embed with separate Assistant and Docs tabs

.changeset/tiny-carrots-rush.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'gitbook': patch
3+
---
4+
5+
Fix hidden section not found

bun.lock

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"lockfileVersion": 1,
3-
"configVersion": 0,
43
"workspaces": {
54
"": {
65
"name": "gitbook",
@@ -346,7 +345,7 @@
346345
"react-dom": "catalog:",
347346
},
348347
"catalog": {
349-
"@gitbook/api": "0.151.0",
348+
"@gitbook/api": "0.153.0",
350349
"@scalar/api-client-react": "^1.3.46",
351350
"@tsconfig/node20": "^20.1.6",
352351
"@tsconfig/strictest": "^2.0.6",
@@ -727,7 +726,7 @@
727726

728727
"@fortawesome/fontawesome-svg-core": ["@fortawesome/[email protected]", "", { "dependencies": { "@fortawesome/fontawesome-common-types": "6.6.0" } }, "sha512-KHwPkCk6oRT4HADE7smhfsKudt9N/9lm6EJ5BVg0tD1yPA5hht837fB87F8pn15D8JfTqQOjhKTktwmLMiD7Kg=="],
729728

730-
"@gitbook/api": ["@gitbook/api@0.151.0", "", { "dependencies": { "event-iterator": "^2.0.0", "eventsource-parser": "^3.0.0" } }, "sha512-5d9+rZ2u6CKKIiVHO1Toyk+7wHtTOXmP0+sVIE3teRkceX4z5FGIIpa4XsFeKC9XeosncvehdshPaOGQtSDpTQ=="],
729+
"@gitbook/api": ["@gitbook/api@0.153.0", "", { "dependencies": { "event-iterator": "^2.0.0", "eventsource-parser": "^3.0.0" } }, "sha512-ArNPFoqwId4Flicz8xPEdGqXQkzxyxP7S8Uv3wIfCX2e4cLhpcS7xCJGEHOJrqe1tNs1ovT1N2MWfpdIqzXqig=="],
731730

732731
"@gitbook/browser-types": ["@gitbook/browser-types@workspace:packages/browser-types"],
733732

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"catalog": {
4242
"@tsconfig/strictest": "^2.0.6",
4343
"@tsconfig/node20": "^20.1.6",
44-
"@gitbook/api": "0.151.0",
44+
"@gitbook/api": "0.153.0",
4545
"@scalar/api-client-react": "^1.3.46",
4646
"@types/react": "^19.0.0",
4747
"@types/react-dom": "^19.0.0",

0 commit comments

Comments
 (0)