diff --git a/.changeset/few-heads-pump.md b/.changeset/few-heads-pump.md deleted file mode 100644 index 89c3e6c71..000000000 --- a/.changeset/few-heads-pump.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@gitbook/api': patch ---- - -Bump API version for resizable columns. diff --git a/.changeset/fresh-ghosts-flash.md b/.changeset/fresh-ghosts-flash.md deleted file mode 100644 index 524f12760..000000000 --- a/.changeset/fresh-ghosts-flash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@gitbook/cli': minor ---- - -Add support for developing an integration over multiple environments using `envs` in the manifest file and the `--env` CLI arguments for all commands. diff --git a/.changeset/open-coins-occur.md b/.changeset/open-coins-occur.md deleted file mode 100644 index c65e31e83..000000000 --- a/.changeset/open-coins-occur.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@gitbook/cli': minor ---- - -Add support for referencing secrets from 1Password using ${{ op://... }}. diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index 15245a09d..b1579eb1a 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/CHANGELOG.md @@ -1,5 +1,11 @@ # @gitbook/api +## 0.117.1 + +### Patch Changes + +- a9192a5: Bump API version for resizable columns. + ## 0.117.0 ### Minor Changes diff --git a/packages/api/package.json b/packages/api/package.json index 6df631c15..0cacb7b21 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.117.0", + "version": "0.117.1", "sideEffects": false, "files": [ "README.md", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 6460fac41..7d5f5ecfb 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,17 @@ # @gitbook/cli +## 0.24.0 + +### Minor Changes + +- e730d23: Add support for developing an integration over multiple environments using `envs` in the manifest file and the `--env` CLI arguments for all commands. +- 507b491: Add support for referencing secrets from 1Password using ${{ op://... }}. + +### Patch Changes + +- Updated dependencies [a9192a5] + - @gitbook/api@0.117.1 + ## 0.23.0 ### Minor Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 9180ad2a3..6457ab224 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "name": "@gitbook/cli", "description": "CLI to build and publish integrations on GitBook.com", - "version": "0.23.0", + "version": "0.24.0", "dependencies": { "@gitbook/api": "*", "check-node-version": "^4.2.1",