Skip to content

Commit

Permalink
chore(release): Publish [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
manueliglesias committed Nov 17, 2022
1 parent 2e268b5 commit 0b668d3
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 5 deletions.
8 changes: 8 additions & 0 deletions packages/aws-appsync-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="4.0.15"></a>
## [4.0.15](https://github.com/awslabs/aws-mobile-appsync-sdk-js/compare/[email protected]@4.0.15) (2022-11-17)




**Note:** Version bump only for package aws-appsync-react

<a name="4.0.14"></a>
## [4.0.14](https://github.com/awslabs/aws-mobile-appsync-sdk-js/compare/[email protected]@4.0.14) (2022-10-07)

Expand Down
4 changes: 2 additions & 2 deletions packages/aws-appsync-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-appsync-react",
"version": "4.0.14",
"version": "4.0.15",
"main": "lib/index.js",
"license": "Apache-2.0",
"description": "AWS Mobile AppSync SDK for JavaScript - React and React Native components",
Expand Down Expand Up @@ -28,7 +28,7 @@
"devDependencies": {
"@react-native-community/netinfo": "^5.0.0",
"@types/react": "^16.0.25",
"aws-appsync": "^4.1.8",
"aws-appsync": "^4.1.9",
"react": "^16.1.1",
"react-apollo": "^2.1.9",
"react-native": "^0.50.3",
Expand Down
11 changes: 11 additions & 0 deletions packages/aws-appsync-subscription-link/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="2.4.2"></a>
## [2.4.2](https://github.com/awslabs/aws-mobile-appsync-sdk-js/compare/aws-appsync-subscription-link@[email protected]) (2022-11-17)


### Bug Fixes

* 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))




<a name="2.4.1"></a>
## [2.4.1](https://github.com/awslabs/aws-mobile-appsync-sdk-js/compare/aws-appsync-subscription-link@[email protected]) (2022-10-07)

Expand Down
2 changes: 1 addition & 1 deletion packages/aws-appsync-subscription-link/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-appsync-subscription-link",
"version": "2.4.1",
"version": "2.4.2",
"main": "lib/index.js",
"license": "Apache-2.0",
"description": "AWS Mobile AppSync SDK for JavaScript",
Expand Down
8 changes: 8 additions & 0 deletions packages/aws-appsync/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="4.1.9"></a>
## [4.1.9](https://github.com/awslabs/aws-mobile-appsync-sdk-js/compare/[email protected]@4.1.9) (2022-11-17)




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

<a name="4.1.8"></a>
## [4.1.8](https://github.com/awslabs/aws-mobile-appsync-sdk-js/compare/[email protected]@4.1.8) (2022-10-07)

Expand Down
4 changes: 2 additions & 2 deletions packages/aws-appsync/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-appsync",
"version": "4.1.8",
"version": "4.1.9",
"main": "lib/index.js",
"license": "Apache-2.0",
"description": "AWS Mobile AppSync SDK for JavaScript",
Expand Down Expand Up @@ -31,7 +31,7 @@
"apollo-link-http": "1.5.8",
"apollo-link-retry": "2.2.7",
"aws-appsync-auth-link": "^2.0.8",
"aws-appsync-subscription-link": "^2.4.1",
"aws-appsync-subscription-link": "^2.4.2",
"debug": "2.6.9",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
Expand Down

0 comments on commit 0b668d3

Please sign in to comment.