Skip to content

Commit 289a41c

Browse files
Version Packages
1 parent b682921 commit 289a41c

File tree

6 files changed

+10
-9
lines changed

6 files changed

+10
-9
lines changed

.changeset/loud-walls-do.md

-5
This file was deleted.

docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"dependencies": {
2727
"@aws-amplify/ui-react": "6.9.1",
28-
"@aws-amplify/ui-react-storage": "3.7.2",
28+
"@aws-amplify/ui-react-storage": "3.8.0",
2929
"@docsearch/react": "3",
3030
"@mdx-js/loader": "^2.1.0",
3131
"@mdx-js/mdx": "^2.1.0",

examples/next/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@aws-amplify/ui-react-geo": "^2.2.1",
1616
"@aws-amplify/ui-react-liveness": "^3.3.1",
1717
"@aws-amplify/ui-react-notifications": "^2.2.1",
18-
"@aws-amplify/ui-react-storage": "^3.7.2",
18+
"@aws-amplify/ui-react-storage": "^3.8.0",
1919
"@aws-sdk/credential-providers": "^3.370.0",
2020
"next": "^14.2.21",
2121
"next-global-css": "^1.1.1",

packages/react-storage/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @aws-amplify/ui-react-storage
22

3+
## 3.8.0
4+
5+
### Minor Changes
6+
7+
- [#5562](https://github.com/aws-amplify/amplify-ui/pull/5562) [`2e107f96db84d4a2b29bf3c03750fceb92f25bca`](https://github.com/aws-amplify/amplify-ui/commit/2e107f96db84d4a2b29bf3c03750fceb92f25bca) Thanks [@jordanvn](https://github.com/jordanvn)! - Support for multiple buckets added to storage image and file uploader
8+
39
## 3.7.2
410

511
### Patch Changes

packages/react-storage/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/ui-react-storage",
3-
"version": "3.7.2",
3+
"version": "3.8.0",
44
"main": "dist/index.js",
55
"module": "dist/esm/index.mjs",
66
"exports": {

packages/react-storage/src/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '3.7.2';
1+
export const VERSION = '3.8.0';

0 commit comments

Comments
 (0)