Skip to content

Commit

Permalink
Merge branch 'main' into steeve/rnd-5562-add-support-to-va-azure-inte…
Browse files Browse the repository at this point in the history
…gration-to-parse-usercustom
  • Loading branch information
spastorelli committed Feb 9, 2025
2 parents 748529e + 21cfef6 commit 2bf4b65
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/sharp-stingrays-bow.md

This file was deleted.

25 changes: 18 additions & 7 deletions integrations/cognito/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion integrations/cognito/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gitbook/integration-cognito",
"version": "0.2.0",
"version": "0.3.0",
"private": true,
"dependencies": {
"@gitbook/api": "*",
Expand Down
6 changes: 6 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @gitbook/api

## 0.93.0

### Minor Changes

- 30caa3e: Update API with latest OpenAPI spec

## 0.92.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 2bf4b65

Please sign in to comment.