Skip to content

Commit 3c7a96f

Browse files
Version Packages (main) (#14785)
chore(release): Version packages Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent f3ee7e1 commit 3c7a96f

34 files changed

Lines changed: 127 additions & 67 deletions

.changeset/auth-custom-headers.md

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

.changeset/fix-nextjs-signout-encoded-cookie-lookup.md

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

.changeset/remove-uuid-dependency.md

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

.changeset/storage-merge-authenticated-and-group-permissions.md

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

.changeset/storage-server-upload-data.md

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

packages/adapter-nextjs/CHANGELOG.md

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

3+
## 1.7.3
4+
5+
### Patch Changes
6+
7+
- [#14791](https://github.com/aws-amplify/amplify-js/pull/14791) [`cbd2307`](https://github.com/aws-amplify/amplify-js/commit/cbd2307a14ea21c7c3c1bfdc7b0fcee5cf981888) Thanks [@osama-rizk](https://github.com/osama-rizk)! - fix(adapter-nextjs): match percent-encoded cookie names on read so sign-out clears Cognito session cookies for usernames containing URL-unsafe characters (e.g. `@`)
8+
39
All notable changes to this project will be documented in this file.
410
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
511

packages/adapter-nextjs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "Amazon Web Services",
33
"name": "@aws-amplify/adapter-nextjs",
4-
"version": "1.7.2",
4+
"version": "1.7.3",
55
"description": "The adapter for the supporting of using Amplify APIs in Next.js.",
66
"peerDependencies": {
77
"aws-amplify": "^6.16.4",
@@ -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.16.4",
17+
"aws-amplify": "6.17.0",
1818
"jest-fetch-mock": "3.0.3",
1919
"next": ">= 13.5.0 <17.0.0"
2020
},

packages/analytics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"@aws-amplify/core": "^6.16.2"
104104
},
105105
"devDependencies": {
106-
"@aws-amplify/core": "6.16.2",
106+
"@aws-amplify/core": "6.16.3",
107107
"@aws-amplify/react-native": "1.3.3",
108108
"@aws-sdk/types": "^3.973.6"
109109
}

packages/api-graphql/CHANGELOG.md

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

3+
## 4.8.7
4+
5+
### Patch Changes
6+
7+
- [#14788](https://github.com/aws-amplify/amplify-js/pull/14788) [`9fbd3ba`](https://github.com/aws-amplify/amplify-js/commit/9fbd3bae72bbbb00854affc8fdc9b18b13869afd) Thanks [@AdrianoNicolucci](https://github.com/AdrianoNicolucci)! - Remove unused uuid dependency from @aws-amplify/api-graphql, @aws-amplify/interactions, and @aws-amplify/predictions packages. All UUID generation is now consolidated through @aws-amplify/core's amplifyUuid wrapper, addressing security advisory GHSA-w5hq-g745-h8pq.
8+
9+
- Updated dependencies [[`93487ff`](https://github.com/aws-amplify/amplify-js/commit/93487ff0967b8b4f752aca4aacd341052b343177)]:
10+
- @aws-amplify/core@6.16.3
11+
312
## 4.8.6
413

514
### Patch Changes

packages/api-graphql/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/api-graphql",
3-
"version": "4.8.6",
3+
"version": "4.8.7",
44
"description": "Api-graphql category of aws-amplify",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/esm/index.mjs",
@@ -80,7 +80,7 @@
8080
],
8181
"dependencies": {
8282
"@aws-amplify/api-rest": "4.6.4",
83-
"@aws-amplify/core": "6.16.2",
83+
"@aws-amplify/core": "6.16.3",
8484
"@aws-amplify/data-schema": "^1.7.0",
8585
"@aws-sdk/types": "^3.973.6",
8686
"graphql": "15.8.0",

0 commit comments

Comments
 (0)