diff --git a/.changeset/healthy-paws-flash.md b/.changeset/healthy-paws-flash.md deleted file mode 100644 index a27064632..000000000 --- a/.changeset/healthy-paws-flash.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@gitbook/react-openapi': patch -'gitbook': patch ---- - -Rename OpenAPIModels to OpenAPISchemas diff --git a/packages/gitbook/CHANGELOG.md b/packages/gitbook/CHANGELOG.md index daa71d236..39ff5e798 100644 --- a/packages/gitbook/CHANGELOG.md +++ b/packages/gitbook/CHANGELOG.md @@ -1,5 +1,13 @@ # gitbook +## 0.7.2 + +### Patch Changes + +- f127d28: Rename OpenAPIModels to OpenAPISchemas +- Updated dependencies [f127d28] + - @gitbook/react-openapi@1.1.2 + ## 0.7.1 ### Patch Changes diff --git a/packages/gitbook/package.json b/packages/gitbook/package.json index e113a3701..fce85362b 100644 --- a/packages/gitbook/package.json +++ b/packages/gitbook/package.json @@ -1,6 +1,6 @@ { "name": "gitbook", - "version": "0.7.1", + "version": "0.7.2", "private": true, "scripts": { "dev": "env-cmd --silent -f ../../.env.local next dev", diff --git a/packages/react-openapi/CHANGELOG.md b/packages/react-openapi/CHANGELOG.md index 4941c06da..ee87d9230 100644 --- a/packages/react-openapi/CHANGELOG.md +++ b/packages/react-openapi/CHANGELOG.md @@ -1,5 +1,11 @@ # @gitbook/react-openapi +## 1.1.2 + +### Patch Changes + +- f127d28: Rename OpenAPIModels to OpenAPISchemas + ## 1.1.1 ### Patch Changes diff --git a/packages/react-openapi/package.json b/packages/react-openapi/package.json index f1ac63fee..fb9164c50 100644 --- a/packages/react-openapi/package.json +++ b/packages/react-openapi/package.json @@ -8,7 +8,7 @@ "default": "./dist/index.js" } }, - "version": "1.1.1", + "version": "1.1.2", "sideEffects": false, "dependencies": { "@gitbook/openapi-parser": "workspace:*",