Skip to content

Commit 2af4ab7

Browse files
Version Packages (#6201)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c90d88c commit 2af4ab7

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

.changeset/mighty-ladybugs-chew.md

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

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.0.32",
1616
"@aws-amplify/ui-react-liveness": "^3.1.17",
1717
"@aws-amplify/ui-react-notifications": "^2.0.36",
18-
"@aws-amplify/ui-react-storage": "^3.4.0",
18+
"@aws-amplify/ui-react-storage": "^3.4.1",
1919
"@aws-sdk/credential-providers": "^3.370.0",
2020
"next": "^14.2.10",
2121
"next-global-css": "^1.1.1",

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.4.1
4+
5+
### Patch Changes
6+
7+
- [#6050](https://github.com/aws-amplify/amplify-ui/pull/6050) [`36e1ee7782e8e6f73e44e08da379cbb17e278e9d`](https://github.com/aws-amplify/amplify-ui/commit/36e1ee7782e8e6f73e44e08da379cbb17e278e9d) Thanks [@choyky](https://github.com/choyky)! - fix (Storage/FileUploader): FileUploader does not upload processed file contents in certain scenarios
8+
39
## 3.4.0
410

511
### Minor 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.4.0",
3+
"version": "3.4.1",
44
"main": "dist/index.js",
55
"module": "dist/esm/index.mjs",
66
"exports": {

packages/react-storage/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '3.4.0';
1+
export const VERSION = '3.4.1';

0 commit comments

Comments
 (0)