Skip to content

Commit

Permalink
Change new version of api-rest and api-graphql modules to 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Amplifiyer committed Mar 30, 2020
1 parent 21a00b4 commit 4002776
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/api-graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/api-graphql",
"version": "1.0.0",
"version": "0.1.0",
"description": "Api-graphql category of aws-amplify",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@aws-amplify/auth": "^2.1.7",
"@aws-amplify/cache": "^2.1.7",
"@aws-amplify/core": "^2.2.6",
"@aws-amplify/api-rest": "^1.0.0",
"@aws-amplify/api-rest": "^0.1.0",
"graphql": "14.0.0",
"uuid": "^3.2.1",
"zen-observable-ts": "0.8.19"
Expand Down
2 changes: 1 addition & 1 deletion packages/api-rest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/api-rest",
"version": "1.0.0",
"version": "0.1.0",
"description": "Api-rest category of aws-amplify",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"@types/zen-observable": "^0.8.0"
},
"dependencies": {
"@aws-amplify/api-rest": "^1.0.0",
"@aws-amplify/api-graphql": "^1.0.0"
"@aws-amplify/api-rest": "^0.1.0",
"@aws-amplify/api-graphql": "^0.1.0"
},
"peerDependencies": {
"@aws-amplify/pubsub": "^2.1.1"
Expand Down

0 comments on commit 4002776

Please sign in to comment.