Skip to content

Commit

Permalink
Version Packages (#6337)
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 Feb 14, 2025
1 parent 2613105 commit e8bb73e
Show file tree
Hide file tree
Showing 13 changed files with 25 additions and 27 deletions.
5 changes: 0 additions & 5 deletions .changeset/brave-rats-collect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chilled-moles-boil.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/loud-walls-do.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/violet-cheetahs-yawn.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"dependencies": {
"@aws-amplify/ui-react": "6.9.1",
"@aws-amplify/ui-react-storage": "3.7.2",
"@aws-amplify/ui-react-storage": "3.8.0",
"@docsearch/react": "3",
"@mdx-js/loader": "^2.1.0",
"@mdx-js/mdx": "^2.1.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@angular/platform-browser": "^14.3.0",
"@angular/platform-browser-dynamic": "^14.3.0",
"@angular/router": "^14.3.0",
"@aws-amplify/ui-angular": "^5.0.36",
"@aws-amplify/ui-angular": "^5.0.37",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.11.4"
Expand Down
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.2.1",
"@aws-amplify/ui-react-liveness": "^3.3.1",
"@aws-amplify/ui-react-notifications": "^2.2.1",
"@aws-amplify/ui-react-storage": "^3.7.2",
"@aws-amplify/ui-react-storage": "^3.8.0",
"@aws-sdk/credential-providers": "^3.370.0",
"next": "^14.2.21",
"next-global-css": "^1.1.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/angular/projects/ui-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @aws-amplify/ui-angular

## 5.0.37

### Patch Changes

- [#6333](https://github.com/aws-amplify/amplify-ui/pull/6333) [`10b7c9e9d3f1576df71d578892a533738a5e878e`](https://github.com/aws-amplify/amplify-ui/commit/10b7c9e9d3f1576df71d578892a533738a5e878e) Thanks [@QuentinFchx](https://github.com/QuentinFchx)! - fix(angular): stop auth actor when destroying `AuthenticatorService`

## 5.0.36

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/angular/projects/ui-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/ui-angular",
"version": "5.0.36",
"version": "5.0.37",
"scripts": {
"build": "yarn --cwd ../../ build",
"dev": "yarn --cwd ../../ dev",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular/projects/ui-angular/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '5.0.36';
export const VERSION = '5.0.37';
12 changes: 12 additions & 0 deletions packages/react-storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @aws-amplify/ui-react-storage

## 3.8.0

### Minor Changes

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

### Patch Changes

- [#6353](https://github.com/aws-amplify/amplify-ui/pull/6353) [`261310501b8f56b08f378ca895646e17825081ee`](https://github.com/aws-amplify/amplify-ui/commit/261310501b8f56b08f378ca895646e17825081ee) Thanks [@tiffanynwyeung](https://github.com/tiffanynwyeung)! - Hide storage browser data table rows while table data is not available yet

- [#6347](https://github.com/aws-amplify/amplify-ui/pull/6347) [`c850a338051830c6fe9a2fbad3b31856befd0afb`](https://github.com/aws-amplify/amplify-ui/commit/c850a338051830c6fe9a2fbad3b31856befd0afb) Thanks [@jordanvn](https://github.com/jordanvn)! - Fixed bug causing incorrect progress to be displayed during uploads

## 3.7.2

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

0 comments on commit e8bb73e

Please sign in to comment.