Skip to content

Commit

Permalink
Version Packages (#6201)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Nov 23, 2024
1 parent c90d88c commit 2af4ab7
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/mighty-ladybugs-chew.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@aws-amplify/ui-react-geo": "^2.0.32",
"@aws-amplify/ui-react-liveness": "^3.1.17",
"@aws-amplify/ui-react-notifications": "^2.0.36",
"@aws-amplify/ui-react-storage": "^3.4.0",
"@aws-amplify/ui-react-storage": "^3.4.1",
"@aws-sdk/credential-providers": "^3.370.0",
"next": "^14.2.10",
"next-global-css": "^1.1.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/react-storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @aws-amplify/ui-react-storage

## 3.4.1

### Patch Changes

- [#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

## 3.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/ui-react-storage",
"version": "3.4.0",
"version": "3.4.1",
"main": "dist/index.js",
"module": "dist/esm/index.mjs",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react-storage/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '3.4.0';
export const VERSION = '3.4.1';

0 comments on commit 2af4ab7

Please sign in to comment.