diff --git a/.changeset/chilly-boxes-fold.md b/.changeset/chilly-boxes-fold.md deleted file mode 100644 index 62081aa28..000000000 --- a/.changeset/chilly-boxes-fold.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@gitbook/integration-slack': major ---- - -Remove deprecated "save" feature, and fix ask questions diff --git a/.changeset/flat-pandas-behave.md b/.changeset/flat-pandas-behave.md deleted file mode 100644 index e3d8612e9..000000000 --- a/.changeset/flat-pandas-behave.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@gitbook/integration-helpscout': minor -'@gitbook/integration-koala': minor ---- - -Update scopes and target diff --git a/.changeset/lovely-cheetahs-carry.md b/.changeset/lovely-cheetahs-carry.md deleted file mode 100644 index 1aead5f1f..000000000 --- a/.changeset/lovely-cheetahs-carry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@gitbook/integration-slack': patch ---- - -Update description diff --git a/.changeset/sour-rockets-occur.md b/.changeset/sour-rockets-occur.md deleted file mode 100644 index 52e5fcb4d..000000000 --- a/.changeset/sour-rockets-occur.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@gitbook/api': minor ---- - -Update API client with latest OpenAPI spec diff --git a/integrations/helpscout/CHANGELOG.md b/integrations/helpscout/CHANGELOG.md index 2eb804491..ad0117f4a 100644 --- a/integrations/helpscout/CHANGELOG.md +++ b/integrations/helpscout/CHANGELOG.md @@ -1,5 +1,11 @@ # @gitbook/integration-helpscout +## 1.5.0 + +### Minor Changes + +- 4f40362: Update scopes and target + ## 1.4.2 ### Patch Changes diff --git a/integrations/helpscout/package.json b/integrations/helpscout/package.json index d8e0574dd..c22279ce9 100644 --- a/integrations/helpscout/package.json +++ b/integrations/helpscout/package.json @@ -1,7 +1,7 @@ { "name": "@gitbook/integration-helpscout", "private": true, - "version": "1.4.2", + "version": "1.5.0", "scripts": { "typecheck": "tsc --noEmit", "publish": "gitbook publish ." diff --git a/integrations/koala/CHANGELOG.md b/integrations/koala/CHANGELOG.md index 2e2341c5a..5c25c2f6f 100644 --- a/integrations/koala/CHANGELOG.md +++ b/integrations/koala/CHANGELOG.md @@ -1,5 +1,11 @@ # @gitbook/integration-koala +## 1.5.0 + +### Minor Changes + +- 4f40362: Update scopes and target + ## 1.4.2 ### Patch Changes diff --git a/integrations/koala/package.json b/integrations/koala/package.json index 6fac42b35..cab6f36fa 100644 --- a/integrations/koala/package.json +++ b/integrations/koala/package.json @@ -1,6 +1,6 @@ { "name": "@gitbook/integration-koala", - "version": "1.4.2", + "version": "1.5.0", "private": true, "scripts": { "typecheck": "tsc --noEmit", diff --git a/integrations/slack/CHANGELOG.md b/integrations/slack/CHANGELOG.md index 82d86d821..571d58991 100644 --- a/integrations/slack/CHANGELOG.md +++ b/integrations/slack/CHANGELOG.md @@ -1,114 +1,126 @@ # @gitbook/integration-slack +## 2.0.0 + +### Major Changes + +- 5238e32: Remove deprecated "save" feature, and fix ask questions + +### Patch Changes + +- e427c87: Update description +- Updated dependencies [5238e32] + - @gitbook/api@0.91.0 + ## 1.4.0 ### Minor Changes -- ee488d1: Bump integrations' target +- ee488d1: Bump integrations' target ## 1.3.0 ### Minor Changes -- 80e4d20: Add an extra check for variables that may be undefined in space integrations +- 80e4d20: Add an extra check for variables that may be undefined in space integrations ## 1.2.3 ### Patch Changes -- 71d12f6: Updates the copy for the Slack Integration +- 71d12f6: Updates the copy for the Slack Integration ## 1.2.2 ### Patch Changes -- 15511c8: Updates the copy for the Slack Integration +- 15511c8: Updates the copy for the Slack Integration ## 1.2.1 ### Patch Changes -- 42a58f7: Fix an issue where GitBook save was not working in Slack. +- 42a58f7: Fix an issue where GitBook save was not working in Slack. ## 1.2.0 ### Minor Changes -- 429285b: Updates to notifications showing direct page links +- 429285b: Updates to notifications showing direct page links ## 1.1.2 ### Patch Changes -- 7d76dfb: Update integrations to use latest runtime and api client with `User-Agent` -- Updated dependencies [46c9686] - - @gitbook/runtime@0.11.0 +- 7d76dfb: Update integrations to use latest runtime and api client with `User-Agent` +- Updated dependencies [46c9686] + - @gitbook/runtime@0.11.0 ## 1.1.1 ### Patch Changes -- d648cc2: Release to use the latest runtime package +- d648cc2: Release to use the latest runtime package ## 1.1.0 ### Minor Changes -- 3c8320c: Reformats the notifications into a list -- 9046bfb: Notify of space updates with a more detailed notification -- 58eee59: Adds support for snippets to be displayed in answers from GitBook AI +- 3c8320c: Reformats the notifications into a list +- 9046bfb: Notify of space updates with a more detailed notification +- 58eee59: Adds support for snippets to be displayed in answers from GitBook AI ## 1.0.2 ### Patch Changes -- 6faa977: Update term used in Save -- 0634853: Restrict usage from external connected slack channels -- Updated dependencies [619e1e9] - - @gitbook/runtime@0.10.0 +- 6faa977: Update term used in Save +- 0634853: Restrict usage from external connected slack channels +- Updated dependencies [619e1e9] + - @gitbook/runtime@0.10.0 ## 1.0.1 ### Patch Changes -- 34c8c32: Fixes a regression that disabled link unfurling -- 945453d: Restricts unfurling of links from GitBook bot +- 34c8c32: Fixes a regression that disabled link unfurling +- 945453d: Restricts unfurling of links from GitBook bot ## 1.0.0 ### Major Changes -- f8c46f0: Complete presentation for the Slack integration +- f8c46f0: Complete presentation for the Slack integration ### Minor Changes -- 7ba4e32: Improve manifest copy -- 1fda277: Slack request verification +- 7ba4e32: Improve manifest copy +- 1fda277: Slack request verification ### Patch Changes -- 782d91b: Unfurl links in Slack and change configuration to use the name "channel" -- 7abce30: Adapt the Slack integration to handle incoming HTTP requests at the space installation level. -- 02817af: Update scopes for the integrations to match the new API spec -- a2bba42: Publish integrations into the GitBook organization in both staging and production in CI -- bd17ba3: Fixed documentation links -- 49f015a: Fix a crash when handling a link_shared event for an improperly configured installation -- d08888a: Improve Segment integration description -- 5df9eff: Fixed a few bugs in the slack integration - - The channels endpoint didn't support pagination and that could lead to some unexpected behaviors due to the inherent weirdness of the slack API. See context here: https://github.com/GitbookIO/support-bucket/issues/961 - - The README was missing the signing secret step for publishing an integration. - - There was a bug where the signature validation code would lock the body by reading it, which made it throw once the event tried to read from it again. Solved with a request clone. - - There was an issue in the slack manifests where we would call the events path for `url_verifications`, but that should happen under `events_task`. -- Updated dependencies [e36efa5] -- Updated dependencies [d762a7c] -- Updated dependencies [782d91b] -- Updated dependencies [9fa2838] -- Updated dependencies [ce12efa] -- Updated dependencies [5df9eff] - - @gitbook/runtime@null +- 782d91b: Unfurl links in Slack and change configuration to use the name "channel" +- 7abce30: Adapt the Slack integration to handle incoming HTTP requests at the space installation level. +- 02817af: Update scopes for the integrations to match the new API spec +- a2bba42: Publish integrations into the GitBook organization in both staging and production in CI +- bd17ba3: Fixed documentation links +- 49f015a: Fix a crash when handling a link_shared event for an improperly configured installation +- d08888a: Improve Segment integration description +- 5df9eff: Fixed a few bugs in the slack integration + - The channels endpoint didn't support pagination and that could lead to some unexpected behaviors due to the inherent weirdness of the slack API. See context here: https://github.com/GitbookIO/support-bucket/issues/961 + - The README was missing the signing secret step for publishing an integration. + - There was a bug where the signature validation code would lock the body by reading it, which made it throw once the event tried to read from it again. Solved with a request clone. + - There was an issue in the slack manifests where we would call the events path for `url_verifications`, but that should happen under `events_task`. +- Updated dependencies [e36efa5] +- Updated dependencies [d762a7c] +- Updated dependencies [782d91b] +- Updated dependencies [9fa2838] +- Updated dependencies [ce12efa] +- Updated dependencies [5df9eff] + - @gitbook/runtime@null ## null ### Patch Changes -- d588454: Add support for publishing preview images and external links +- d588454: Add support for publishing preview images and external links diff --git a/integrations/slack/package.json b/integrations/slack/package.json index d0b5bcfae..3ec207bea 100644 --- a/integrations/slack/package.json +++ b/integrations/slack/package.json @@ -1,6 +1,6 @@ { "name": "@gitbook/integration-slack", - "version": "1.4.0", + "version": "2.0.0", "private": true, "dependencies": { "@gitbook/runtime": "*", diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index d3a73c577..bef7dab6d 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/CHANGELOG.md @@ -1,5 +1,11 @@ # @gitbook/api +## 0.91.0 + +### Minor Changes + +- 5238e32: Update API client with latest OpenAPI spec + ## 0.90.0 ### Minor Changes diff --git a/packages/api/package.json b/packages/api/package.json index 61c0ac161..1efc61daf 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.90.0", + "version": "0.91.0", "sideEffects": false, "files": [ "README.md",