Skip to content

Commit

Permalink
chore(release): Publish [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-amplify-bot committed Oct 3, 2024
1 parent d49b5b1 commit 2cce2e0
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 6 deletions.
4 changes: 4 additions & 0 deletions packages/aws-amplify/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.3.24](https://github.com/aws-amplify/amplify-js/compare/[email protected]@5.3.24) (2024-10-03)

**Note:** Version bump only for package aws-amplify

## [5.3.23](https://github.com/aws-amplify/amplify-js/compare/[email protected]@5.3.23) (2024-09-17)

**Note:** Version bump only for package aws-amplify
Expand Down
6 changes: 3 additions & 3 deletions packages/aws-amplify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-amplify",
"version": "5.3.23",
"version": "5.3.24",
"description": "AWS Amplify is a JavaScript library for Frontend and mobile developers building cloud-enabled applications.",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
Expand Down Expand Up @@ -49,9 +49,9 @@
"@aws-amplify/geo": "2.3.13",
"@aws-amplify/interactions": "5.2.20",
"@aws-amplify/notifications": "1.6.14",
"@aws-amplify/predictions": "5.5.15",
"@aws-amplify/predictions": "5.5.16",
"@aws-amplify/pubsub": "5.6.0",
"@aws-amplify/storage": "5.9.14",
"@aws-amplify/storage": "5.9.15",
"tslib": "^2.0.0"
},
"jest": {
Expand Down
4 changes: 4 additions & 0 deletions packages/predictions/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.5.16](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-10-03)

**Note:** Version bump only for package @aws-amplify/predictions

## [5.5.15](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-09-17)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/predictions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/predictions",
"version": "5.5.15",
"version": "5.5.16",
"description": "Machine learning category of aws-amplify",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
Expand Down Expand Up @@ -46,7 +46,7 @@
],
"dependencies": {
"@aws-amplify/core": "5.8.13",
"@aws-amplify/storage": "5.9.14",
"@aws-amplify/storage": "5.9.15",
"@aws-sdk/client-comprehend": "3.6.1",
"@aws-sdk/client-polly": "3.6.1",
"@aws-sdk/client-rekognition": "3.6.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/storage/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.9.15](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-10-03)

### Bug Fixes

- **storage:** browser module resoltuion is not picked up by metro web ([#13881](https://github.com/aws-amplify/amplify-js/issues/13881)) ([d49b5b1](https://github.com/aws-amplify/amplify-js/commit/d49b5b1247302a434a91c61753cc6fab24c8930f))

## [5.9.14](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-08-08)

**Note:** Version bump only for package @aws-amplify/storage
Expand Down
2 changes: 1 addition & 1 deletion packages/storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/storage",
"version": "5.9.14",
"version": "5.9.15",
"description": "Storage category of aws-amplify",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
Expand Down

0 comments on commit 2cce2e0

Please sign in to comment.