Skip to content

Commit 70de371

Browse files
chore(release): Version packages
1 parent 2279785 commit 70de371

10 files changed

Lines changed: 34 additions & 19 deletions

File tree

.changeset/fluffy-donkeys-jump.md

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

packages/adapter-nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@types/node": "^20.3.1",
1515
"@types/react": "^18.2.13",
1616
"@types/react-dom": "^18.2.6",
17-
"aws-amplify": "6.20.0",
17+
"aws-amplify": "6.20.1",
1818
"jest-fetch-mock": "3.0.3",
1919
"next": ">= 13.5.0 <17.0.0"
2020
},

packages/auth/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Change Log
22

3+
## 6.20.1
4+
5+
### Patch Changes
6+
7+
- [#14902](https://github.com/aws-amplify/amplify-js/pull/14902) [`4661401`](https://github.com/aws-amplify/amplify-js/commit/46614015534d5d2080b2da4887ec020cb15bcea8) Thanks [@soberm](https://github.com/soberm)! - fix(auth): allow prompt=none silent SSO to resume federated sessions
8+
9+
`signInWithRedirect` always appended `identity_provider=COGNITO` to the `/oauth2/authorize` request when no `provider` or `idpIdentifier` was supplied. Cognito treats `identity_provider` as a provider selector, so pinning it to `COGNITO` while requesting a silent sign in with `options.prompt: 'NONE'` restricted the attempt to native Cognito sessions. Users whose live hosted UI session originated from a federated IdP (for example Google or a SAML provider) were rejected with `error=login_required` instead of having their session resumed.
10+
11+
`identity_provider` is now omitted only when `prompt` is `'NONE'` and neither `provider` nor `idpIdentifier` is specified, which lets Cognito resume whichever session is already active. All other behavior is unchanged: an explicit `provider` still sends `identity_provider`, an `idpIdentifier` still sends `idp_identifier`, and the interactive no-argument call still defaults to `identity_provider=COGNITO`.
12+
13+
Fixes https://github.com/aws-amplify/amplify-js/issues/14897
14+
315
## 6.20.0
416

517
### Minor Changes

packages/auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/auth",
3-
"version": "6.20.0",
3+
"version": "6.20.1",
44
"description": "Auth category of aws-amplify",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/esm/index.mjs",

packages/aws-amplify/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 6.20.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`4661401`](https://github.com/aws-amplify/amplify-js/commit/46614015534d5d2080b2da4887ec020cb15bcea8)]:
8+
- @aws-amplify/auth@6.20.1
9+
310
## 6.20.0
411

512
### Minor Changes

packages/aws-amplify/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aws-amplify",
3-
"version": "6.20.0",
3+
"version": "6.20.1",
44
"description": "AWS Amplify is a JavaScript library for Frontend and mobile developers building cloud-enabled applications.",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/esm/index.mjs",
@@ -305,7 +305,7 @@
305305
"dependencies": {
306306
"@aws-amplify/analytics": "7.1.0",
307307
"@aws-amplify/api": "6.3.29",
308-
"@aws-amplify/auth": "6.20.0",
308+
"@aws-amplify/auth": "6.20.1",
309309
"@aws-amplify/core": "6.18.0",
310310
"@aws-amplify/datastore": "5.1.10",
311311
"@aws-amplify/notifications": "2.1.0",

packages/pubsub/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 6.1.71
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`4661401`](https://github.com/aws-amplify/amplify-js/commit/46614015534d5d2080b2da4887ec020cb15bcea8)]:
8+
- @aws-amplify/auth@6.20.1
9+
310
## 6.1.70
411

512
### Patch Changes

packages/pubsub/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/pubsub",
3-
"version": "6.1.70",
3+
"version": "6.1.71",
44
"description": "Pubsub category of aws-amplify",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/esm/index.mjs",
@@ -74,7 +74,7 @@
7474
"mqtt"
7575
],
7676
"dependencies": {
77-
"@aws-amplify/auth": "6.20.0",
77+
"@aws-amplify/auth": "6.20.1",
7878
"buffer": "4.9.2",
7979
"graphql": "15.8.0",
8080
"rxjs": "^7.8.1",

packages/rtn-passkeys/example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@aws-amplify/react-native": "1.3.3",
1515
"@aws-amplify/rtn-passkeys": "1.1.2",
1616
"@react-native-async-storage/async-storage": "^2.1.2",
17-
"aws-amplify": "6.20.0",
17+
"aws-amplify": "6.20.1",
1818
"react": "19.2.1",
1919
"react-native": "0.79.2",
2020
"react-native-get-random-values": "^1.11.0"

scripts/tsc-compliance-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"private": true,
66
"devDependencies": {
77
"@types/node": "16.18.82",
8-
"aws-amplify": "6.20.0",
8+
"aws-amplify": "6.20.1",
99
"typescript": "4.5.x"
1010
},
1111
"scripts": {

0 commit comments

Comments
 (0)