Skip to content

Commit

Permalink
Version Packages (#5479)
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 Jul 26, 2024
1 parent adb985c commit 3ea9ee3
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/four-apricots-compete.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.17",
"@aws-amplify/ui-react-liveness": "^3.1.2",
"@aws-amplify/ui-react-notifications": "^2.0.22",
"@aws-amplify/ui-react-storage": "^3.1.5",
"@aws-amplify/ui-react-storage": "^3.1.6",
"@aws-sdk/credential-providers": "^3.370.0",
"next": "^14.1.1",
"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.1.6

### Patch Changes

- [#5477](https://github.com/aws-amplify/amplify-ui/pull/5477) [`adb985c98`](https://github.com/aws-amplify/amplify-ui/commit/adb985c98c5b150280bdf2592aced3c5d3b1fc78) Thanks [@thaddmt](https://github.com/thaddmt)! - fix(storage): fix looping calls to processFile

## 3.1.5

### Patch 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.1.5",
"version": "3.1.6",
"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.1.5';
export const VERSION = '3.1.6';

0 comments on commit 3ea9ee3

Please sign in to comment.