Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
boxcc committed Jul 31, 2020
1 parent 818346d commit 6147f1b
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": "@boxcc/aws-appsync-react",
"version": "4.0.2",
"version": "4.0.3",
"main": "lib/index.js",
"license": "Apache-2.0",
"description": "AWS Mobile AppSync SDK for JavaScript - React and React Native components",
Expand All @@ -27,7 +27,7 @@
"react-apollo": "2.x"
},
"devDependencies": {
"@boxcc/aws-appsync": "^4.0.2",
"@boxcc/aws-appsync": "^4.0.3",
"@react-native-community/netinfo": "^5.0.0",
"@types/react": "^16.0.25",
"react": "^16.1.1",
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": "@boxcc/aws-appsync-subscription-link",
"version": "3.0.2",
"version": "3.0.3",
"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": "@boxcc/aws-appsync",
"version": "4.0.2",
"version": "4.0.3",
"main": "lib/index.js",
"license": "Apache-2.0",
"description": "AWS Mobile AppSync SDK for JavaScript",
Expand All @@ -20,7 +20,7 @@
},
"dependencies": {
"@boxcc/aws-appsync-auth-link": "^3.0.2",
"@boxcc/aws-appsync-subscription-link": "^3.0.2",
"@boxcc/aws-appsync-subscription-link": "^3.0.3",
"@redux-offline/redux-offline": "2.5.2-native.3",
"apollo-cache-inmemory": "1.3.12",
"apollo-client": "2.4.6",
Expand Down

0 comments on commit 6147f1b

Please sign in to comment.