Skip to content

Commit

Permalink
chore(release): Publish [ci skip]
Browse files Browse the repository at this point in the history
 - aws-appsync-react@4.0.14
 - aws-appsync-subscription-link@2.4.1
 - aws-appsync@4.1.8
  • Loading branch information
iartemiev committed Oct 7, 2022
1 parent 0a38f28 commit 59be088
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.14"></a>
## [4.0.14](https://github.com/awslabs/aws-mobile-appsync-sdk-js/compare/aws-appsync-react@4.0.13...aws-appsync-react@4.0.14) (2022-10-07)




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

<a name="4.0.13"></a>
## [4.0.13](https://github.com/awslabs/aws-mobile-appsync-sdk-js/compare/aws-appsync-react@4.0.12...aws-appsync-react@4.0.13) (2022-06-24)

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.13",
"version": "4.0.14",
"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.7",
"aws-appsync": "^4.1.8",
"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.1"></a>
## [2.4.1](https://github.com/awslabs/aws-mobile-appsync-sdk-js/compare/aws-appsync-subscription-link@2.4.0...aws-appsync-subscription-link@2.4.1) (2022-10-07)


### Bug Fixes

* **data:** port over Angular fix from master ([#733](https://github.com/awslabs/aws-mobile-appsync-sdk-js/issues/733)) ([0a38f28](https://github.com/awslabs/aws-mobile-appsync-sdk-js/commit/0a38f28))




<a name="2.4.0"></a>
# [2.4.0](https://github.com/awslabs/aws-mobile-appsync-sdk-js/compare/aws-appsync-subscription-link@2.3.0...aws-appsync-subscription-link@2.4.0) (2022-06-24)

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.0",
"version": "2.4.1",
"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.8"></a>
## [4.1.8](https://github.com/awslabs/aws-mobile-appsync-sdk-js/compare/aws-appsync@4.1.7...aws-appsync@4.1.8) (2022-10-07)




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

<a name="4.1.7"></a>
## [4.1.7](https://github.com/awslabs/aws-mobile-appsync-sdk-js/compare/aws-appsync@4.1.6...aws-appsync@4.1.7) (2022-06-24)

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.7",
"version": "4.1.8",
"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.0",
"aws-appsync-subscription-link": "^2.4.1",
"debug": "2.6.9",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
Expand Down

0 comments on commit 59be088

Please sign in to comment.