Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
boxcc committed Mar 24, 2020
1 parent e69732f commit 5a52496
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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": "3.0.2",
"version": "3.0.3",
"main": "lib/index.js",
"license": "Apache-2.0",
"description": "AWS Mobile AppSync SDK for JavaScript - React and React Native components",
Expand Down Expand Up @@ -29,7 +29,7 @@
"@react-native-community/netinfo": "^4.1.3",
"@types/graphql": "0.12.4",
"@types/react": "^16.0.25",
"aws-appsync": "^3.0.2",
"aws-appsync": "^3.0.3",
"react": "^16.1.1",
"react-apollo": "^2.1.9",
"react-native": "^0.50.3",
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.0.1",
"version": "2.0.2",
"main": "lib/index.js",
"license": "Apache-2.0",
"description": "AWS Mobile AppSync SDK for JavaScript",
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": "3.0.2",
"version": "3.0.3",
"main": "lib/index.js",
"license": "Apache-2.0",
"description": "AWS Mobile AppSync SDK for JavaScript",
Expand All @@ -27,7 +27,7 @@
"apollo-link-http": "1.3.1",
"apollo-link-retry": "2.2.5",
"aws-appsync-auth-link": "^2.0.1",
"aws-appsync-subscription-link": "^2.0.1",
"aws-appsync-subscription-link": "^2.0.2",
"aws-sdk": "2.518.0",
"debug": "2.6.9",
"graphql": "0.13.0",
Expand Down

0 comments on commit 5a52496

Please sign in to comment.