Skip to content

Commit 4002776

Browse files
committedMar 30, 2020
Change new version of api-rest and api-graphql modules to 0.1
1 parent 21a00b4 commit 4002776

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed
 

‎packages/api-graphql/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/api-graphql",
3-
"version": "1.0.0",
3+
"version": "0.1.0",
44
"description": "Api-graphql category of aws-amplify",
55
"main": "./lib/index.js",
66
"module": "./lib-esm/index.js",
@@ -39,7 +39,7 @@
3939
"@aws-amplify/auth": "^2.1.7",
4040
"@aws-amplify/cache": "^2.1.7",
4141
"@aws-amplify/core": "^2.2.6",
42-
"@aws-amplify/api-rest": "^1.0.0",
42+
"@aws-amplify/api-rest": "^0.1.0",
4343
"graphql": "14.0.0",
4444
"uuid": "^3.2.1",
4545
"zen-observable-ts": "0.8.19"

‎packages/api-rest/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/api-rest",
3-
"version": "1.0.0",
3+
"version": "0.1.0",
44
"description": "Api-rest category of aws-amplify",
55
"main": "./lib/index.js",
66
"module": "./lib-esm/index.js",

‎packages/api/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
"@types/zen-observable": "^0.8.0"
3939
},
4040
"dependencies": {
41-
"@aws-amplify/api-rest": "^1.0.0",
42-
"@aws-amplify/api-graphql": "^1.0.0"
41+
"@aws-amplify/api-rest": "^0.1.0",
42+
"@aws-amplify/api-graphql": "^0.1.0"
4343
},
4444
"peerDependencies": {
4545
"@aws-amplify/pubsub": "^2.1.1"

0 commit comments

Comments
 (0)
Please sign in to comment.