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 Dec 11, 2024
1 parent 06e599e commit 5c1ca89
Show file tree
Hide file tree
Showing 6 changed files with 19 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.27](https://github.com/aws-amplify/amplify-js/compare/[email protected]@5.3.27) (2024-12-11)

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

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

**Note:** Version bump only for package aws-amplify
Expand Down
4 changes: 2 additions & 2 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.26",
"version": "5.3.27",
"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 @@ -48,7 +48,7 @@
"@aws-amplify/datastore": "4.7.16",
"@aws-amplify/geo": "2.3.14",
"@aws-amplify/interactions": "5.2.21",
"@aws-amplify/notifications": "1.6.15",
"@aws-amplify/notifications": "1.6.16",
"@aws-amplify/predictions": "5.5.17",
"@aws-amplify/pubsub": "5.6.2",
"@aws-amplify/storage": "5.9.16",
Expand Down
4 changes: 4 additions & 0 deletions packages/notifications/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.

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

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

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

**Note:** Version bump only for package @aws-amplify/notifications
Expand Down
4 changes: 2 additions & 2 deletions packages/notifications/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/notifications",
"version": "1.6.15",
"version": "1.6.16",
"description": "Notifications category of aws-amplify",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
Expand Down Expand Up @@ -51,7 +51,7 @@
"dependencies": {
"@aws-amplify/cache": "5.1.20",
"@aws-amplify/core": "5.8.14",
"@aws-amplify/rtn-push-notification": "1.1.14",
"@aws-amplify/rtn-push-notification": "1.1.15",
"lodash": "^4.17.21",
"uuid": "^3.2.1"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/rtn-push-notification/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.

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

### Bug Fixes

- **rtn-push-notification:** wrong namespace is being used ([#14060](https://github.com/aws-amplify/amplify-js/issues/14060)) ([bc37719](https://github.com/aws-amplify/amplify-js/commit/bc37719edadc6b8d4fe44495152f66b952e62661))

## 1.1.14 (2024-03-21)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/rtn-push-notification/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/rtn-push-notification",
"version": "1.1.14",
"version": "1.1.15",
"description": "React Native module for aws-amplify push notifications",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
Expand Down

0 comments on commit 5c1ca89

Please sign in to comment.