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.12
 - aws-appsync-subscription-link@2.3.0
 - aws-appsync@4.1.6
  • Loading branch information
iartemiev committed May 2, 2022
1 parent 42db16d commit 6f288f4
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.12"></a>
## [4.0.12](https://github.com/awslabs/aws-mobile-appsync-sdk-js/compare/aws-appsync-react@4.0.11...aws-appsync-react@4.0.12) (2022-05-02)




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

<a name="4.0.11"></a>
## [4.0.11](https://github.com/awslabs/aws-mobile-appsync-sdk-js/compare/aws-appsync-react@4.0.9...aws-appsync-react@4.0.11) (2022-03-04)

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.11",
"version": "4.0.12",
"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.5",
"aws-appsync": "^4.1.6",
"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.3.0"></a>
# [2.3.0](https://github.com/awslabs/aws-mobile-appsync-sdk-js/compare/aws-appsync-subscription-link@2.2.7...aws-appsync-subscription-link@2.3.0) (2022-05-02)


### Features

* add custom domain support for Apollo V2 ([#698](https://github.com/awslabs/aws-mobile-appsync-sdk-js/issues/698)) ([42db16d](https://github.com/awslabs/aws-mobile-appsync-sdk-js/commit/42db16d))




<a name="2.2.7"></a>
## [2.2.7](https://github.com/awslabs/aws-mobile-appsync-sdk-js/compare/aws-appsync-subscription-link@2.2.5...aws-appsync-subscription-link@2.2.7) (2022-03-04)

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.2.7",
"version": "2.3.0",
"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.6"></a>
## [4.1.6](https://github.com/awslabs/aws-mobile-appsync-sdk-js/compare/aws-appsync@4.1.5...aws-appsync@4.1.6) (2022-05-02)




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

<a name="4.1.5"></a>
## [4.1.5](https://github.com/awslabs/aws-mobile-appsync-sdk-js/compare/aws-appsync@4.1.3...aws-appsync@4.1.5) (2022-03-04)

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.5",
"version": "4.1.6",
"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.2.7",
"aws-appsync-subscription-link": "^2.3.0",
"debug": "2.6.9",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
Expand Down

0 comments on commit 6f288f4

Please sign in to comment.