Skip to content

Commit 373a399

Browse files
Version Packages (#6315)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent e81446d commit 373a399

File tree

7 files changed

+12
-14
lines changed

7 files changed

+12
-14
lines changed

.changeset/many-bugs-pay.md

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

.changeset/tame-rockets-perform.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.9.1",
28-
"@aws-amplify/ui-react-storage": "3.7.1",
28+
"@aws-amplify/ui-react-storage": "3.7.2",
2929
"@docsearch/react": "3",
3030
"@mdx-js/loader": "^2.1.0",
3131
"@mdx-js/mdx": "^2.1.0",

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.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.1",
18+
"@aws-amplify/ui-react-storage": "^3.7.2",
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

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

3+
## 3.7.2
4+
5+
### Patch Changes
6+
7+
- [#6322](https://github.com/aws-amplify/amplify-ui/pull/6322) [`e81446d992a98c4b765e83e9e4fcad8c3d910b75`](https://github.com/aws-amplify/amplify-ui/commit/e81446d992a98c4b765e83e9e4fcad8c3d910b75) Thanks [@jordanvn](https://github.com/jordanvn)! - removed outdated storage browser styles
8+
9+
- [#6314](https://github.com/aws-amplify/amplify-ui/pull/6314) [`f2fc55d7b77b3716ab31237526a65afafcbb2f80`](https://github.com/aws-amplify/amplify-ui/commit/f2fc55d7b77b3716ab31237526a65afafcbb2f80) Thanks [@calebpollman](https://github.com/calebpollman)! - fix(storage-browser): export UseView type
10+
311
## 3.7.1
412

513
### 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.7.1",
3+
"version": "3.7.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.7.1';
1+
export const VERSION = '3.7.2';

0 commit comments

Comments
 (0)