Skip to content

Commit 472954f

Browse files
Version Packages (#7117)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 31c1f1c commit 472954f

10 files changed

Lines changed: 21 additions & 13 deletions

File tree

.changeset/fix-zipdownload-glacier.md

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

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"dependencies": {
2727
"@aws-amplify/ui-react": "6.15.6",
28-
"@aws-amplify/ui-react-storage": "3.18.1",
28+
"@aws-amplify/ui-react-storage": "3.18.2",
2929
"@docsearch/react": "3",
3030
"@mdx-js/loader": "^2.1.0",
3131
"@mdx-js/mdx": "^2.1.0",

examples/next-app-router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@aws-amplify/ui-react": "6.15.6",
13-
"@aws-amplify/ui-react-storage": "3.18.1",
13+
"@aws-amplify/ui-react-storage": "3.18.2",
1414
"react": "^18.3.0",
1515
"next": "^16.2.11",
1616
"react-dom": "^18",

examples/next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@aws-amplify/ui-react-geo": "^2.3.6",
1616
"@aws-amplify/ui-react-liveness": "^3.6.9",
1717
"@aws-amplify/ui-react-notifications": "^2.3.6",
18-
"@aws-amplify/ui-react-storage": "^3.18.1",
18+
"@aws-amplify/ui-react-storage": "^3.18.2",
1919
"@aws-sdk/credential-providers": "^3.967.0",
2020
"next": "~16.2.11",
2121
"next-global-css": "^1.3.1",

examples/react-router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@aws-amplify/ui-react": "6.15.6",
14-
"@aws-amplify/ui-react-storage": "3.18.1",
14+
"@aws-amplify/ui-react-storage": "3.18.2",
1515
"react": "^19.2.7",
1616
"react-dom": "^19.2.7",
1717
"react-router": "^8.3.0"

packages/react-storage/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @aws-amplify/ui-react-storage
22

3+
## 3.18.2
4+
5+
### Patch Changes
6+
7+
- [#7115](https://github.com/aws-amplify/amplify-ui/pull/7115) [`31c1f1c734f28d941a400a5116a03e03f42aec3f`](https://github.com/aws-amplify/amplify-ui/commit/31c1f1c734f28d941a400a5116a03e03f42aec3f) Thanks [@mwellmn](https://github.com/mwellmn)! - fix(storage): surface non-OK responses (e.g. 403 Glacier) as errors during multi-file download instead of writing the error response body into the zip
8+
39
## 3.18.1
410

511
### Patch Changes

packages/react-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/ui-react-storage",
3-
"version": "3.18.1",
3+
"version": "3.18.2",
44
"main": "dist/index.js",
55
"module": "dist/esm/index.mjs",
66
"exports": {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '3.18.1';
1+
export const VERSION = '3.18.2';

packages/test-utils/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @aws-amplify/ui-test-utils
22

3+
## 0.1.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`31c1f1c734f28d941a400a5116a03e03f42aec3f`](https://github.com/aws-amplify/amplify-ui/commit/31c1f1c734f28d941a400a5116a03e03f42aec3f)]:
8+
- @aws-amplify/ui-react-storage@3.18.2
9+
310
## 0.1.6
411

512
### Patch Changes

packages/test-utils/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-amplify/ui-test-utils",
33
"private": true,
4-
"version": "0.1.6",
4+
"version": "0.1.7",
55
"description": "Test utils for Amplify Connected Component e2e tests",
66
"exports": {
77
"./*": {
@@ -26,7 +26,7 @@
2626
"typecheck": "tsc --noEmit"
2727
},
2828
"dependencies": {
29-
"@aws-amplify/ui-react-storage": "3.18.1",
29+
"@aws-amplify/ui-react-storage": "3.18.2",
3030
"tslib": "^2.5.2"
3131
}
3232
}

0 commit comments

Comments
 (0)