Skip to content

Commit 5c1ca89

Browse files
author
aws-amplify-bot
committed
chore(release): Publish [ci skip]
- [email protected] - @aws-amplify/[email protected] - @aws-amplify/[email protected]
1 parent 06e599e commit 5c1ca89

File tree

6 files changed

+19
-5
lines changed

6 files changed

+19
-5
lines changed

packages/aws-amplify/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.3.27](https://github.com/aws-amplify/amplify-js/compare/[email protected]@5.3.27) (2024-12-11)
7+
8+
**Note:** Version bump only for package aws-amplify
9+
610
## [5.3.26](https://github.com/aws-amplify/amplify-js/compare/[email protected]@5.3.26) (2024-10-30)
711

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

packages/aws-amplify/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aws-amplify",
3-
"version": "5.3.26",
3+
"version": "5.3.27",
44
"description": "AWS Amplify is a JavaScript library for Frontend and mobile developers building cloud-enabled applications.",
55
"main": "./lib/index.js",
66
"module": "./lib-esm/index.js",
@@ -48,7 +48,7 @@
4848
"@aws-amplify/datastore": "4.7.16",
4949
"@aws-amplify/geo": "2.3.14",
5050
"@aws-amplify/interactions": "5.2.21",
51-
"@aws-amplify/notifications": "1.6.15",
51+
"@aws-amplify/notifications": "1.6.16",
5252
"@aws-amplify/predictions": "5.5.17",
5353
"@aws-amplify/pubsub": "5.6.2",
5454
"@aws-amplify/storage": "5.9.16",

packages/notifications/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.6.16](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-12-11)
7+
8+
**Note:** Version bump only for package @aws-amplify/notifications
9+
610
## [1.6.15](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-10-30)
711

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

packages/notifications/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/notifications",
3-
"version": "1.6.15",
3+
"version": "1.6.16",
44
"description": "Notifications category of aws-amplify",
55
"main": "./lib/index.js",
66
"module": "./lib-esm/index.js",
@@ -51,7 +51,7 @@
5151
"dependencies": {
5252
"@aws-amplify/cache": "5.1.20",
5353
"@aws-amplify/core": "5.8.14",
54-
"@aws-amplify/rtn-push-notification": "1.1.14",
54+
"@aws-amplify/rtn-push-notification": "1.1.15",
5555
"lodash": "^4.17.21",
5656
"uuid": "^3.2.1"
5757
},

packages/rtn-push-notification/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.1.15](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/[email protected]...@aws-amplify/[email protected]) (2024-12-11)
7+
8+
### Bug Fixes
9+
10+
- **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))
11+
612
## 1.1.14 (2024-03-21)
713

814
### Bug Fixes

packages/rtn-push-notification/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/rtn-push-notification",
3-
"version": "1.1.14",
3+
"version": "1.1.15",
44
"description": "React Native module for aws-amplify push notifications",
55
"main": "./lib/index.js",
66
"module": "./lib-esm/index.js",

0 commit comments

Comments
 (0)