Skip to content

Commit c9aff4e

Browse files
committedMar 24, 2020
Publish
- aws-appsync-react@3.0.3 - aws-appsync-subscription-link@2.0.2 - aws-appsync@3.0.3
1 parent a444d57 commit c9aff4e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed
 

‎packages/aws-appsync-react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aws-appsync-react",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"main": "lib/index.js",
55
"license": "Apache-2.0",
66
"description": "AWS Mobile AppSync SDK for JavaScript - React and React Native components",
@@ -29,7 +29,7 @@
2929
"@react-native-community/netinfo": "^4.1.3",
3030
"@types/graphql": "0.12.4",
3131
"@types/react": "^16.0.25",
32-
"aws-appsync": "^3.0.2",
32+
"aws-appsync": "^3.0.3",
3333
"react": "^16.1.1",
3434
"react-apollo": "^2.1.9",
3535
"react-native": "^0.50.3",

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

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

‎packages/aws-appsync/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aws-appsync",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"main": "lib/index.js",
55
"license": "Apache-2.0",
66
"description": "AWS Mobile AppSync SDK for JavaScript",
@@ -27,7 +27,7 @@
2727
"apollo-link-http": "1.3.1",
2828
"apollo-link-retry": "2.2.5",
2929
"aws-appsync-auth-link": "^2.0.1",
30-
"aws-appsync-subscription-link": "^2.0.1",
30+
"aws-appsync-subscription-link": "^2.0.2",
3131
"aws-sdk": "2.518.0",
3232
"debug": "2.6.9",
3333
"graphql": "0.13.0",

0 commit comments

Comments
 (0)
Failed to load comments.