Skip to content

Commit

Permalink
chore(release): Publish [ci skip]
Browse files Browse the repository at this point in the history
 - aws-amplify@5.3.23
 - @aws-amplify/interactions@5.2.20
 - @aws-amplify/predictions@5.5.15
  • Loading branch information
aws-amplify-bot committed Sep 17, 2024
1 parent d51c11b commit 6a46a41
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 5 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.23](https://github.com/aws-amplify/amplify-js/compare/aws-amplify@5.3.22...aws-amplify@5.3.23) (2024-09-17)

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

## [5.3.22](https://github.com/aws-amplify/amplify-js/compare/aws-amplify@5.3.21...aws-amplify@5.3.22) (2024-09-13)

**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.22",
"version": "5.3.23",
"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 @@ -47,9 +47,9 @@
"@aws-amplify/core": "5.8.13",
"@aws-amplify/datastore": "4.7.14",
"@aws-amplify/geo": "2.3.13",
"@aws-amplify/interactions": "5.2.19",
"@aws-amplify/interactions": "5.2.20",
"@aws-amplify/notifications": "1.6.14",
"@aws-amplify/predictions": "5.5.14",
"@aws-amplify/predictions": "5.5.15",
"@aws-amplify/pubsub": "5.6.0",
"@aws-amplify/storage": "5.9.14",
"tslib": "^2.0.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/interactions/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.2.20](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/interactions@5.2.19...@aws-amplify/interactions@5.2.20) (2024-09-17)

### Bug Fixes

- dependabot alert for send and server-static versions ([#13806](https://github.com/aws-amplify/amplify-js/issues/13806)) ([d51c11b](https://github.com/aws-amplify/amplify-js/commit/d51c11b09d3518a56cd8b282276179e7846e792e))

## [5.2.19](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/interactions@5.2.18...@aws-amplify/interactions@5.2.19) (2024-08-08)

**Note:** Version bump only for package @aws-amplify/interactions
Expand Down
2 changes: 1 addition & 1 deletion packages/interactions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/interactions",
"version": "5.2.19",
"version": "5.2.20",
"description": "Interactions category of aws-amplify",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/predictions/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.5.15](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/predictions@5.5.14...@aws-amplify/predictions@5.5.15) (2024-09-17)

### Bug Fixes

- dependabot alert for send and server-static versions ([#13806](https://github.com/aws-amplify/amplify-js/issues/13806)) ([d51c11b](https://github.com/aws-amplify/amplify-js/commit/d51c11b09d3518a56cd8b282276179e7846e792e))

## [5.5.14](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/predictions@5.5.13...@aws-amplify/predictions@5.5.14) (2024-08-08)

**Note:** Version bump only for package @aws-amplify/predictions
Expand Down
2 changes: 1 addition & 1 deletion 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.14",
"version": "5.5.15",
"description": "Machine learning category of aws-amplify",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
Expand Down

0 comments on commit 6a46a41

Please sign in to comment.