diff --git a/.changeset/big-rockets-sniff.md b/.changeset/big-rockets-sniff.md
deleted file mode 100644
index 3c0b5642d8..0000000000
--- a/.changeset/big-rockets-sniff.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"gitbook": patch
----
-
-Improve `Button` and `ButtonGroup` styling
diff --git a/.changeset/breezy-toes-raise.md b/.changeset/breezy-toes-raise.md
deleted file mode 100644
index 7245633425..0000000000
--- a/.changeset/breezy-toes-raise.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"gitbook": patch
----
-
-Fix scroll of page outline
diff --git a/.changeset/chatty-rivers-move.md b/.changeset/chatty-rivers-move.md
deleted file mode 100644
index 83bdf69012..0000000000
--- a/.changeset/chatty-rivers-move.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"gitbook": patch
----
-
-Support "objectivec" as alias for Objective C syntax
diff --git a/.changeset/honest-eagles-judge.md b/.changeset/honest-eagles-judge.md
deleted file mode 100644
index 7e5f18e7d1..0000000000
--- a/.changeset/honest-eagles-judge.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"gitbook": patch
----
-
-Tweaks to AIChatButton and AIChatInput
diff --git a/.changeset/moody-badgers-teach.md b/.changeset/moody-badgers-teach.md
deleted file mode 100644
index 8036a644c5..0000000000
--- a/.changeset/moody-badgers-teach.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"gitbook": patch
----
-
-Improve vertical alignment of site items and fix floating page aside
diff --git a/.changeset/orange-buses-provide.md b/.changeset/orange-buses-provide.md
deleted file mode 100644
index ec29824666..0000000000
--- a/.changeset/orange-buses-provide.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"gitbook": patch
----
-
-Fix search bar layout shift caused by ToC
diff --git a/.changeset/rude-tomatoes-hunt.md b/.changeset/rude-tomatoes-hunt.md
deleted file mode 100644
index eee72ce7dd..0000000000
--- a/.changeset/rude-tomatoes-hunt.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"gitbook": minor
----
-
-Emit a for the markdown version of a page
diff --git a/.changeset/serious-pumas-clap.md b/.changeset/serious-pumas-clap.md
deleted file mode 100644
index 6cbb2ba56e..0000000000
--- a/.changeset/serious-pumas-clap.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'gitbook': patch
----
-
-Support new coverDefinitionDark for cards & image type
diff --git a/.changeset/soft-bikes-warn.md b/.changeset/soft-bikes-warn.md
deleted file mode 100644
index 7b8fff766f..0000000000
--- a/.changeset/soft-bikes-warn.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"gitbook": patch
----
-
-Clear AI chat properly
diff --git a/.changeset/spicy-baboons-buy.md b/.changeset/spicy-baboons-buy.md
deleted file mode 100644
index 7ea2268869..0000000000
--- a/.changeset/spicy-baboons-buy.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"gitbook": patch
----
-
-Fix bug in search highlight in GBO
diff --git a/.changeset/tough-beers-own.md b/.changeset/tough-beers-own.md
deleted file mode 100644
index 3d797027bf..0000000000
--- a/.changeset/tough-beers-own.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-"@gitbook/openapi-parser": patch
-"gitbook": patch
----
-
-Improve OpenAPI parsing errors
diff --git a/.changeset/young-goats-begin.md b/.changeset/young-goats-begin.md
deleted file mode 100644
index 5e6b3da039..0000000000
--- a/.changeset/young-goats-begin.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"gitbook": patch
----
-
-Fix Custom logo not rendering on the published site
diff --git a/packages/gitbook/CHANGELOG.md b/packages/gitbook/CHANGELOG.md
index 9fc2df5688..79e5325ef4 100644
--- a/packages/gitbook/CHANGELOG.md
+++ b/packages/gitbook/CHANGELOG.md
@@ -1,5 +1,28 @@
# gitbook
+## 0.16.0
+
+### Minor Changes
+
+- cc2e615: Emit a for the markdown version of a page
+
+### Patch Changes
+
+- d30bcba: Improve `Button` and `ButtonGroup` styling
+- e1b2cf6: Fix scroll of page outline
+- d655d3e: Support "objectivec" as alias for Objective C syntax
+- fb858a1: Tweaks to AIChatButton and AIChatInput
+- bcfa8d8: Improve vertical alignment of site items and fix floating page aside
+- ea7e94f: Fix search bar layout shift caused by ToC
+- ff96bb5: Support new coverDefinitionDark for cards & image type
+- 388b20d: Clear AI chat properly
+- ba7ec14: Fix bug in search highlight in GBO
+- 42c17f5: Improve OpenAPI parsing errors
+- 43766d6: Fix Custom logo not rendering on the published site
+- Updated dependencies [42c17f5]
+ - @gitbook/openapi-parser@3.0.1
+ - @gitbook/react-openapi@1.3.6
+
## 0.15.0
### Minor Changes
diff --git a/packages/gitbook/package.json b/packages/gitbook/package.json
index 1497cc2a52..6a2fab4954 100644
--- a/packages/gitbook/package.json
+++ b/packages/gitbook/package.json
@@ -1,6 +1,6 @@
{
"name": "gitbook",
- "version": "0.15.0",
+ "version": "0.16.0",
"private": true,
"dependencies": {
"@gitbook/api": "catalog:",
diff --git a/packages/openapi-parser/CHANGELOG.md b/packages/openapi-parser/CHANGELOG.md
index f5b33b23d5..76bd442fbd 100644
--- a/packages/openapi-parser/CHANGELOG.md
+++ b/packages/openapi-parser/CHANGELOG.md
@@ -1,5 +1,11 @@
# @gitbook/openapi-parser
+## 3.0.1
+
+### Patch Changes
+
+- 42c17f5: Improve OpenAPI parsing errors
+
## 3.0.0
### Major Changes
diff --git a/packages/openapi-parser/package.json b/packages/openapi-parser/package.json
index 17476653d2..c1346e614a 100644
--- a/packages/openapi-parser/package.json
+++ b/packages/openapi-parser/package.json
@@ -9,7 +9,7 @@
"default": "./dist/index.js"
}
},
- "version": "3.0.0",
+ "version": "3.0.1",
"sideEffects": false,
"dependencies": {
"@scalar/openapi-parser": "^0.18.0",
diff --git a/packages/react-openapi/CHANGELOG.md b/packages/react-openapi/CHANGELOG.md
index 86e4f4744a..112d48827b 100644
--- a/packages/react-openapi/CHANGELOG.md
+++ b/packages/react-openapi/CHANGELOG.md
@@ -1,5 +1,12 @@
# @gitbook/react-openapi
+## 1.3.6
+
+### Patch Changes
+
+- Updated dependencies [42c17f5]
+ - @gitbook/openapi-parser@3.0.1
+
## 1.3.5
### Patch Changes
diff --git a/packages/react-openapi/package.json b/packages/react-openapi/package.json
index 7af23ec83b..a740a9417a 100644
--- a/packages/react-openapi/package.json
+++ b/packages/react-openapi/package.json
@@ -8,7 +8,7 @@
"default": "./dist/index.js"
}
},
- "version": "1.3.5",
+ "version": "1.3.6",
"sideEffects": false,
"dependencies": {
"@gitbook/openapi-parser": "workspace:*",