Skip to content

Commit bd20833

Browse files
chore(release): Version packages
1 parent 7fa3601 commit bd20833

File tree

10 files changed

+29
-14
lines changed

10 files changed

+29
-14
lines changed

.changeset/two-tips-run.md

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

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.18.1
4+
5+
### Patch Changes
6+
7+
- 7fa3601: Test
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.18.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.16.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [7fa3601]
8+
- @aws-amplify/auth@6.18.1
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/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.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,7 +295,7 @@
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.18.1",
299299
"@aws-amplify/core": "6.16.0",
300300
"@aws-amplify/datastore": "5.1.4",
301301
"@aws-amplify/notifications": "2.0.92",

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 [7fa3601]
8+
- @aws-amplify/auth@6.18.1
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.18.1",
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"

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.16.0",
8+
"aws-amplify": "6.16.1",
99
"typescript": "4.2.x"
1010
},
1111
"scripts": {

0 commit comments

Comments
 (0)