diff --git a/.changeset/sharp-stingrays-bow.md b/.changeset/sharp-stingrays-bow.md deleted file mode 100644 index bb65231e9..000000000 --- a/.changeset/sharp-stingrays-bow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@gitbook/integration-cognito': minor ---- - -Add support to VA Cognito integration to include user claims from backend in token diff --git a/integrations/cognito/CHANGELOG.md b/integrations/cognito/CHANGELOG.md index 9297aaf93..bcb4f52ea 100644 --- a/integrations/cognito/CHANGELOG.md +++ b/integrations/cognito/CHANGELOG.md @@ -1,43 +1,54 @@ # @gitbook/integration-cognito +## 0.3.0 + +### Minor Changes + +- 72b9273: Add support to VA Cognito integration to include user claims from backend in token + +### Patch Changes + +- Updated dependencies [30caa3e] + - @gitbook/api@0.93.0 + ## 0.2.0 ### Minor Changes -- 65e6924: Update the completion action for integrations controlling their own configuration +- 65e6924: Update the completion action for integrations controlling their own configuration ## 0.1.1 ### Patch Changes -- e0efa2c: Remove space code from VA integrations +- e0efa2c: Remove space code from VA integrations ## 0.1.0 ### Minor Changes -- ee488d1: Bump integrations' target +- ee488d1: Bump integrations' target ## 0.0.5 ### Patch Changes -- 6181f25: Move VA integrations to their own category +- 6181f25: Move VA integrations to their own category ## 0.0.4 ### Patch Changes -- 15a814a: Add site:metadata:read scope to VA integrations +- 15a814a: Add site:metadata:read scope to VA integrations ## 0.0.3 ### Patch Changes -- e989996: Make the Cognito integration public +- e989996: Make the Cognito integration public ## 0.0.2 ### Patch Changes -- f83e65e: Add AWS Cognito integration +- f83e65e: Add AWS Cognito integration diff --git a/integrations/cognito/package.json b/integrations/cognito/package.json index 8eacc98dd..3be3c6f31 100644 --- a/integrations/cognito/package.json +++ b/integrations/cognito/package.json @@ -1,6 +1,6 @@ { "name": "@gitbook/integration-cognito", - "version": "0.2.0", + "version": "0.3.0", "private": true, "dependencies": { "@gitbook/api": "*", diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index aa5be0069..6f462c0a2 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/CHANGELOG.md @@ -1,5 +1,11 @@ # @gitbook/api +## 0.93.0 + +### Minor Changes + +- 30caa3e: Update API with latest OpenAPI spec + ## 0.92.0 ### Minor Changes diff --git a/packages/api/package.json b/packages/api/package.json index e0ec3bbe3..4e2732436 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.92.0", + "version": "0.93.0", "sideEffects": false, "files": [ "README.md",