Skip to content

Commit 1fb0a7f

Browse files
chore: version packages (#17)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 75d6769 commit 1fb0a7f

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

.changeset/add-identity-provider-token-support.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

packages/nylas-connect/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @nylas/connect
22

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- 75d6769: - Added `IdentityProviderTokenCallback` type for providing JWT tokens
8+
- Added optional `identityProviderToken` callback to `ConnectConfig`
9+
- Token exchange now uses JSON format instead of form-encoded requests
10+
- Added `idp_claims` field to token exchange when IDP token is provided
11+
312
## 1.0.0
413

514
### Major Changes

packages/nylas-connect/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nylas/connect",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Modern, lightweight Nylas connection library with PKCE support",
55
"main": "dist/index.js",
66
"module": "dist/index.js",

0 commit comments

Comments
 (0)