Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/storage-uploaddata-3-layer-refactor.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/adapter-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@types/node": "^20.3.1",
"@types/react": "^18.2.13",
"@types/react-dom": "^18.2.6",
"aws-amplify": "6.17.0",
"aws-amplify": "6.18.0",
"jest-fetch-mock": "3.0.3",
"next": ">= 13.5.0 <17.0.0"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/aws-amplify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 6.18.0

### Minor Changes

- [#14798](https://github.com/aws-amplify/amplify-js/pull/14798) [`5297398`](https://github.com/aws-amplify/amplify-js/commit/52973988551378d24adb585a1c3aace4632a38d6) Thanks [@osama-rizk](https://github.com/osama-rizk)! - refactor(storage): internal `uploadData` API refactoring for architectural consistency.

### Patch Changes

- Updated dependencies [[`5297398`](https://github.com/aws-amplify/amplify-js/commit/52973988551378d24adb585a1c3aace4632a38d6)]:
- @aws-amplify/storage@6.16.0

## 6.17.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/aws-amplify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-amplify",
"version": "6.17.0",
"version": "6.18.0",
"description": "AWS Amplify is a JavaScript library for Frontend and mobile developers building cloud-enabled applications.",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.mjs",
Expand Down Expand Up @@ -300,7 +300,7 @@
"@aws-amplify/core": "6.16.3",
"@aws-amplify/datastore": "5.1.7",
"@aws-amplify/notifications": "2.0.94",
"@aws-amplify/storage": "6.15.0",
"@aws-amplify/storage": "6.16.0",
"tslib": "^2.5.0"
},
"size-limit": [
Expand Down
7 changes: 7 additions & 0 deletions packages/predictions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 6.1.73

### Patch Changes

- Updated dependencies [[`5297398`](https://github.com/aws-amplify/amplify-js/commit/52973988551378d24adb585a1c3aace4632a38d6)]:
- @aws-amplify/storage@6.16.0

## 6.1.72

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/predictions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/predictions",
"version": "6.1.72",
"version": "6.1.73",
"description": "Machine learning category of aws-amplify",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.mjs",
Expand Down Expand Up @@ -44,7 +44,7 @@
"src"
],
"dependencies": {
"@aws-amplify/storage": "6.15.0",
"@aws-amplify/storage": "6.16.0",
"@aws-sdk/client-comprehend": "^3.1012.0",
"@aws-sdk/client-polly": "^3.1012.0",
"@aws-sdk/client-rekognition": "^3.1012.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/rtn-passkeys/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@aws-amplify/react-native": "1.3.3",
"@aws-amplify/rtn-passkeys": "1.1.2",
"@react-native-async-storage/async-storage": "^2.1.2",
"aws-amplify": "6.17.0",
"aws-amplify": "6.18.0",
"react": "19.2.1",
"react-native": "0.79.2",
"react-native-get-random-values": "^1.11.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 6.16.0

### Minor Changes

- [#14798](https://github.com/aws-amplify/amplify-js/pull/14798) [`5297398`](https://github.com/aws-amplify/amplify-js/commit/52973988551378d24adb585a1c3aace4632a38d6) Thanks [@osama-rizk](https://github.com/osama-rizk)! - refactor(storage): internal `uploadData` API refactoring for architectural consistency.

## 6.15.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/storage",
"version": "6.15.0",
"version": "6.16.0",
"description": "Storage category of aws-amplify",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.mjs",
Expand Down
2 changes: 1 addition & 1 deletion scripts/tsc-compliance-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"private": true,
"devDependencies": {
"@types/node": "16.18.82",
"aws-amplify": "6.17.0",
"aws-amplify": "6.18.0",
"typescript": "4.5.x"
},
"scripts": {
Expand Down