diff --git a/.changeset/chubby-candles-invent.md b/.changeset/chubby-candles-invent.md deleted file mode 100644 index b4655d13c..000000000 --- a/.changeset/chubby-candles-invent.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@gitbook/api': minor -'@gitbook/cli': minor -'@gitbook/integration-webhook': patch ---- - -Introduce the Webhook integration and bumps api and cli to latest openapi spec. diff --git a/.changeset/late-olives-shine.md b/.changeset/late-olives-shine.md deleted file mode 100644 index e036ef13e..000000000 --- a/.changeset/late-olives-shine.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@gitbook/integration-plantuml': patch ---- - -Add PlantUML integration diff --git a/.changeset/long-paws-grow.md b/.changeset/long-paws-grow.md deleted file mode 100644 index abef60e59..000000000 --- a/.changeset/long-paws-grow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@gitbook/integration-webhook': patch ---- - -Simpler config screens and fix documentation links in webhook integration. diff --git a/.changeset/smart-memes-lick.md b/.changeset/smart-memes-lick.md deleted file mode 100644 index 27507744b..000000000 --- a/.changeset/smart-memes-lick.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@gitbook/integration-webhook': minor ---- - -Added support for site events and secret regeneration. diff --git a/integrations/plantuml/CHANGELOG.md b/integrations/plantuml/CHANGELOG.md index e831fda1d..cc69a5d69 100644 --- a/integrations/plantuml/CHANGELOG.md +++ b/integrations/plantuml/CHANGELOG.md @@ -1 +1,9 @@ # @gitbook/integration-mermaid + +## 0.0.2 + +### Patch Changes + +- bd588a4: Add PlantUML integration +- Updated dependencies [7a8ee22] + - @gitbook/api@0.143.0 diff --git a/integrations/plantuml/package.json b/integrations/plantuml/package.json index 1c8e1cf92..0c0cf7851 100644 --- a/integrations/plantuml/package.json +++ b/integrations/plantuml/package.json @@ -1,6 +1,6 @@ { "name": "@gitbook/integration-plantuml", - "version": "0.0.1", + "version": "0.0.2", "private": true, "dependencies": { "@gitbook/api": "*", diff --git a/integrations/webhook/CHANGELOG.md b/integrations/webhook/CHANGELOG.md new file mode 100644 index 000000000..4ad7eb631 --- /dev/null +++ b/integrations/webhook/CHANGELOG.md @@ -0,0 +1,14 @@ +# @gitbook/integration-webhook + +## 1.1.0 + +### Minor Changes + +- 1fa30e2: Added support for site events and secret regeneration. + +### Patch Changes + +- 7a8ee22: Introduce the Webhook integration and bumps api and cli to latest openapi spec. +- 1e572d3: Simpler config screens and fix documentation links in webhook integration. +- Updated dependencies [7a8ee22] + - @gitbook/api@0.143.0 diff --git a/integrations/webhook/package.json b/integrations/webhook/package.json index 8d8aa82f0..dd03ddf45 100644 --- a/integrations/webhook/package.json +++ b/integrations/webhook/package.json @@ -1,6 +1,6 @@ { "name": "@gitbook/integration-webhook", - "version": "1.0.0", + "version": "1.1.0", "description": "Generic webhook integration for GitBook events", "private": true, "dependencies": { diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index 5cca8c951..296e1ddd7 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/CHANGELOG.md @@ -1,5 +1,11 @@ # @gitbook/api +## 0.143.0 + +### Minor Changes + +- 7a8ee22: Introduce the Webhook integration and bumps api and cli to latest openapi spec. + ## 0.142.0 ### Minor Changes diff --git a/packages/api/package.json b/packages/api/package.json index 2242bcff6..4d499915b 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.142.0", + "version": "0.143.0", "sideEffects": false, "files": [ "README.md", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 8e98164f1..71ce8d6b0 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,16 @@ # @gitbook/cli +## 0.26.0 + +### Minor Changes + +- 7a8ee22: Introduce the Webhook integration and bumps api and cli to latest openapi spec. + +### Patch Changes + +- Updated dependencies [7a8ee22] + - @gitbook/api@0.143.0 + ## 0.25.1 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index a42064433..8f9bc05c9 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.25.1", + "version": "0.26.0", "dependencies": { "@gitbook/api": "*", "check-node-version": "^4.2.1",