diff --git a/.changeset/tall-walls-roll.md b/.changeset/tall-walls-roll.md deleted file mode 100644 index 24df5a3e1..000000000 --- a/.changeset/tall-walls-roll.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@gitbook/react-openapi": patch ---- - -Compile JSX diff --git a/bun.lock b/bun.lock index 24f64c306..3d0653691 100644 --- a/bun.lock +++ b/bun.lock @@ -7,7 +7,7 @@ "devDependencies": { "@biomejs/biome": "^1.9.4", "@changesets/cli": "^2.29.8", - "turbo": "^2.6.3", + "turbo": "^2.7.4", "vercel": "^39.4.2", }, }, @@ -108,7 +108,7 @@ }, "packages/gitbook": { "name": "gitbook", - "version": "0.21.2", + "version": "0.21.3", "dependencies": { "@cloudflare/workers-types": "^4.20251011.0", "@gitbook/api": "catalog:", @@ -300,7 +300,7 @@ }, "packages/react-openapi": { "name": "@gitbook/react-openapi", - "version": "1.5.5", + "version": "1.5.6", "dependencies": { "@gitbook/expr": "workspace:*", "@gitbook/openapi-parser": "workspace:*", @@ -328,7 +328,7 @@ "typescript": "catalog:", }, "peerDependencies": { - "react": "*", + "react": ">=17", "react-dom": "*", }, }, diff --git a/packages/gitbook/CHANGELOG.md b/packages/gitbook/CHANGELOG.md index 76e588eaf..9a3d2cc36 100644 --- a/packages/gitbook/CHANGELOG.md +++ b/packages/gitbook/CHANGELOG.md @@ -1,5 +1,12 @@ # gitbook +## 0.21.3 + +### Patch Changes + +- Updated dependencies [bf63045] + - @gitbook/react-openapi@1.5.6 + ## 0.21.2 ### Patch Changes diff --git a/packages/gitbook/package.json b/packages/gitbook/package.json index 1908f008a..7a0b65ade 100644 --- a/packages/gitbook/package.json +++ b/packages/gitbook/package.json @@ -1,6 +1,6 @@ { "name": "gitbook", - "version": "0.21.2", + "version": "0.21.3", "private": true, "dependencies": { "@cloudflare/workers-types": "^4.20251011.0", diff --git a/packages/react-openapi/CHANGELOG.md b/packages/react-openapi/CHANGELOG.md index 5c5aade00..939bdd068 100644 --- a/packages/react-openapi/CHANGELOG.md +++ b/packages/react-openapi/CHANGELOG.md @@ -1,5 +1,11 @@ # @gitbook/react-openapi +## 1.5.6 + +### Patch Changes + +- bf63045: Compile JSX + ## 1.5.5 ### Patch Changes diff --git a/packages/react-openapi/package.json b/packages/react-openapi/package.json index dbf34d054..797b34c55 100644 --- a/packages/react-openapi/package.json +++ b/packages/react-openapi/package.json @@ -7,7 +7,7 @@ "default": "./dist/index.js" } }, - "version": "1.5.5", + "version": "1.5.6", "sideEffects": false, "dependencies": { "@gitbook/expr": "workspace:*",