Skip to content

Commit c9706b8

Browse files
authored
Version Packages (main) (#14748)
2 parents e2b77fa + b9a7fce commit c9706b8

10 files changed

Lines changed: 29 additions & 14 deletions

File tree

.changeset/tasty-paths-drive.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.2",
55
"description": "The adapter for the supporting of using Amplify APIs in Next.js.",
66
"peerDependencies": {
7-
"aws-amplify": "^6.16.1",
7+
"aws-amplify": "^6.16.3",
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.2",
17+
"aws-amplify": "6.16.3",
1818
"jest-fetch-mock": "3.0.3",
1919
"next": ">= 13.5.0 <17.0.0"
2020
},

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.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`e2b77fa`](https://github.com/aws-amplify/amplify-js/commit/e2b77fa89b17251da6df8c51959e5253c7614f09)]:
8+
- @aws-amplify/storage@6.13.2
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.2",
3+
"version": "6.16.3",
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",
@@ -299,7 +299,7 @@
299299
"@aws-amplify/core": "6.16.1",
300300
"@aws-amplify/datastore": "5.1.5",
301301
"@aws-amplify/notifications": "2.0.93",
302-
"@aws-amplify/storage": "6.13.1",
302+
"@aws-amplify/storage": "6.13.2",
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.70
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`e2b77fa`](https://github.com/aws-amplify/amplify-js/commit/e2b77fa89b17251da6df8c51959e5253c7614f09)]:
8+
- @aws-amplify/storage@6.13.2
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.69",
3+
"version": "6.1.70",
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.13.1",
46+
"@aws-amplify/storage": "6.13.2",
4747
"@aws-sdk/client-comprehend": "3.982.0",
4848
"@aws-sdk/client-polly": "3.982.0",
4949
"@aws-sdk/client-rekognition": "3.982.0",

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.16.2",
17+
"aws-amplify": "6.16.3",
1818
"react": "19.2.1",
1919
"react-native": "0.79.2",
2020
"react-native-get-random-values": "^1.11.0"

packages/storage/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.13.2
4+
5+
### Patch Changes
6+
7+
- [#14747](https://github.com/aws-amplify/amplify-js/pull/14747) [`e2b77fa`](https://github.com/aws-amplify/amplify-js/commit/e2b77fa89b17251da6df8c51959e5253c7614f09) Thanks [@osama-rizk](https://github.com/osama-rizk)! - chore(deps): bump fast-xml-parser from 5.3.4 to 5.3.6
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/storage/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/storage",
3-
"version": "6.13.1",
3+
"version": "6.13.2",
44
"description": "Storage category of aws-amplify",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/esm/index.mjs",

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

0 commit comments

Comments
 (0)