diff --git a/.changeset/light-parents-fry.md b/.changeset/light-parents-fry.md deleted file mode 100644 index 3ba4494ec..000000000 --- a/.changeset/light-parents-fry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@gitbook/api': minor ---- - -Bump client to use the latest gitbook API spec diff --git a/integrations/github/CHANGELOG.md b/integrations/github/CHANGELOG.md index d0527ae9e..7dd58ee3e 100644 --- a/integrations/github/CHANGELOG.md +++ b/integrations/github/CHANGELOG.md @@ -1,5 +1,12 @@ # @gitbook/integration-github +## 0.1.2 + +### Patch Changes + +- Updated dependencies [51eca27] + - @gitbook/api@0.4.0 + ## 0.1.1 ### Patch Changes diff --git a/integrations/github/package.json b/integrations/github/package.json index ff4560679..c334726ea 100644 --- a/integrations/github/package.json +++ b/integrations/github/package.json @@ -1,9 +1,9 @@ { "name": "@gitbook/integration-github", - "version": "0.1.1", + "version": "0.1.2", "private": true, "dependencies": { - "@gitbook/api": "^0.3.0", + "@gitbook/api": "^0.4.0", "@gitbook/runtime": "^0.4.0", "dotenv": "^16.0.3", "itty-router": "^3.0.12" diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index bc41e1c47..adf0f630a 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/CHANGELOG.md @@ -1,5 +1,11 @@ # @gitbook/api +## 0.4.0 + +### Minor Changes + +- 51eca27: Bump client to use the latest gitbook API spec + ## 0.3.0 ### Minor Changes diff --git a/packages/api/package.json b/packages/api/package.json index bcf084bb9..f6fe9b3f2 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -4,7 +4,7 @@ "main": "./dist/index.cjs", "module": "./dist/index.js", "types": "./dist/index.d.ts", - "version": "0.3.0", + "version": "0.4.0", "sideEffects": false, "files": [ "spec/**",