Skip to content

Commit 2e1c146

Browse files
Version Packages (#14701) (#14702)
Version Packages (feat/test-hotfix-release) (#14701) chore(release): Version packages Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 61cc23b commit 2e1c146

File tree

13 files changed

+47
-13
lines changed

13 files changed

+47
-13
lines changed

packages/adapter-nextjs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "1.7.1",
55
"description": "The adapter for the supporting of using Amplify APIs in Next.js.",
66
"peerDependencies": {
7-
"aws-amplify": "^6.13.1",
7+
"aws-amplify": "^6.16.1",
88
"next": ">=13.5.0 <17.0.0"
99
},
1010
"dependencies": {
@@ -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.0",
17+
"aws-amplify": "6.16.1",
1818
"jest-fetch-mock": "3.0.3",
1919
"next": ">= 13.5.0 <17.0.0"
2020
},

packages/auth/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+
## 6.19.0
4+
5+
### Minor Changes
6+
7+
- [`85016ca`](https://github.com/aws-amplify/amplify-js/commit/85016ca4c286157de41a4466238cbe24af30a5d5) Thanks [@soberm](https://github.com/soberm)! - Test change
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/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.18.0",
3+
"version": "6.19.0",
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## 6.16.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`85016ca`](https://github.com/aws-amplify/amplify-js/commit/85016ca4c286157de41a4466238cbe24af30a5d5)]:
8+
- @aws-amplify/auth@6.19.0
9+
- @aws-amplify/storage@6.13.0
10+
311
All notable changes to this project will be documented in this file.
412
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
513

packages/aws-amplify/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aws-amplify",
3-
"version": "6.16.0",
3+
"version": "6.16.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",
@@ -295,11 +295,11 @@
295295
"dependencies": {
296296
"@aws-amplify/analytics": "7.0.92",
297297
"@aws-amplify/api": "6.3.23",
298-
"@aws-amplify/auth": "6.18.0",
298+
"@aws-amplify/auth": "6.19.0",
299299
"@aws-amplify/core": "6.16.0",
300300
"@aws-amplify/datastore": "5.1.4",
301301
"@aws-amplify/notifications": "2.0.92",
302-
"@aws-amplify/storage": "6.12.0",
302+
"@aws-amplify/storage": "6.13.0",
303303
"tslib": "^2.5.0"
304304
},
305305
"size-limit": [

packages/predictions/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.68
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`85016ca`](https://github.com/aws-amplify/amplify-js/commit/85016ca4c286157de41a4466238cbe24af30a5d5)]:
8+
- @aws-amplify/storage@6.13.0
9+
310
All notable changes to this project will be documented in this file.
411
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
512

packages/predictions/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/predictions",
3-
"version": "6.1.67",
3+
"version": "6.1.68",
44
"description": "Machine learning category of aws-amplify",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/esm/index.mjs",
@@ -43,7 +43,7 @@
4343
"src"
4444
],
4545
"dependencies": {
46-
"@aws-amplify/storage": "6.12.0",
46+
"@aws-amplify/storage": "6.13.0",
4747
"@aws-sdk/client-comprehend": "3.723.0",
4848
"@aws-sdk/client-polly": "3.723.0",
4949
"@aws-sdk/client-rekognition": "3.723.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.68
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`85016ca`](https://github.com/aws-amplify/amplify-js/commit/85016ca4c286157de41a4466238cbe24af30a5d5)]:
8+
- @aws-amplify/auth@6.19.0
9+
310
All notable changes to this project will be documented in this file.
411
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
512

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.67",
3+
"version": "6.1.68",
44
"description": "Pubsub category of aws-amplify",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/esm/index.mjs",
@@ -73,7 +73,7 @@
7373
"mqtt"
7474
],
7575
"dependencies": {
76-
"@aws-amplify/auth": "6.18.0",
76+
"@aws-amplify/auth": "6.19.0",
7777
"buffer": "4.9.2",
7878
"graphql": "15.8.0",
7979
"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.2",
1515
"@aws-amplify/rtn-passkeys": "1.1.1",
1616
"@react-native-async-storage/async-storage": "^2.1.2",
17-
"aws-amplify": "6.16.0",
17+
"aws-amplify": "6.16.1",
1818
"react": "19.2.1",
1919
"react-native": "0.79.2",
2020
"react-native-get-random-values": "^1.11.0"

0 commit comments

Comments
 (0)