Skip to content

Commit 0b668d3

Browse files
chore(release): Publish [ci skip]
- [email protected] - [email protected] - [email protected]
1 parent 2e268b5 commit 0b668d3

File tree

6 files changed

+32
-5
lines changed

6 files changed

+32
-5
lines changed

packages/aws-appsync-react/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
<a name="4.0.15"></a>
7+
## [4.0.15](https://github.com/awslabs/aws-mobile-appsync-sdk-js/compare/[email protected]@4.0.15) (2022-11-17)
8+
9+
10+
11+
12+
**Note:** Version bump only for package aws-appsync-react
13+
614
<a name="4.0.14"></a>
715
## [4.0.14](https://github.com/awslabs/aws-mobile-appsync-sdk-js/compare/[email protected]@4.0.14) (2022-10-07)
816

packages/aws-appsync-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aws-appsync-react",
3-
"version": "4.0.14",
3+
"version": "4.0.15",
44
"main": "lib/index.js",
55
"license": "Apache-2.0",
66
"description": "AWS Mobile AppSync SDK for JavaScript - React and React Native components",
@@ -28,7 +28,7 @@
2828
"devDependencies": {
2929
"@react-native-community/netinfo": "^5.0.0",
3030
"@types/react": "^16.0.25",
31-
"aws-appsync": "^4.1.8",
31+
"aws-appsync": "^4.1.9",
3232
"react": "^16.1.1",
3333
"react-apollo": "^2.1.9",
3434
"react-native": "^0.50.3",

packages/aws-appsync-subscription-link/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
<a name="2.4.2"></a>
7+
## [2.4.2](https://github.com/awslabs/aws-mobile-appsync-sdk-js/compare/aws-appsync-subscription-link@[email protected]) (2022-11-17)
8+
9+
10+
### Bug Fixes
11+
12+
* added check for observer ([#736](https://github.com/awslabs/aws-mobile-appsync-sdk-js/issues/736)) ([758a55e](https://github.com/awslabs/aws-mobile-appsync-sdk-js/commit/758a55e))
13+
14+
15+
16+
617
<a name="2.4.1"></a>
718
## [2.4.1](https://github.com/awslabs/aws-mobile-appsync-sdk-js/compare/aws-appsync-subscription-link@[email protected]) (2022-10-07)
819

packages/aws-appsync-subscription-link/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aws-appsync-subscription-link",
3-
"version": "2.4.1",
3+
"version": "2.4.2",
44
"main": "lib/index.js",
55
"license": "Apache-2.0",
66
"description": "AWS Mobile AppSync SDK for JavaScript",

packages/aws-appsync/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
<a name="4.1.9"></a>
7+
## [4.1.9](https://github.com/awslabs/aws-mobile-appsync-sdk-js/compare/[email protected]@4.1.9) (2022-11-17)
8+
9+
10+
11+
12+
**Note:** Version bump only for package aws-appsync
13+
614
<a name="4.1.8"></a>
715
## [4.1.8](https://github.com/awslabs/aws-mobile-appsync-sdk-js/compare/[email protected]@4.1.8) (2022-10-07)
816

packages/aws-appsync/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aws-appsync",
3-
"version": "4.1.8",
3+
"version": "4.1.9",
44
"main": "lib/index.js",
55
"license": "Apache-2.0",
66
"description": "AWS Mobile AppSync SDK for JavaScript",
@@ -31,7 +31,7 @@
3131
"apollo-link-http": "1.5.8",
3232
"apollo-link-retry": "2.2.7",
3333
"aws-appsync-auth-link": "^2.0.8",
34-
"aws-appsync-subscription-link": "^2.4.1",
34+
"aws-appsync-subscription-link": "^2.4.2",
3535
"debug": "2.6.9",
3636
"redux": "^3.7.2",
3737
"redux-thunk": "^2.2.0",

0 commit comments

Comments
 (0)