Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
javamonn committed Feb 10, 2020
1 parent 9ad3dc3 commit 213d4a3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "0.0.0"
"version": "1.0.0"
}
4 changes: 2 additions & 2 deletions packages/bs-aws-appsync/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
],
"license": "MIT - Hippocratic 1.2",
"dependencies": {
"@trashed/bs-aws-amplify": "^1.0.0",
"aws-appsync": "^3.0.2",
"aws-appsync-react": "^3.0.2",
"reason-apollo": "^0.18.0",
"reason-react": "^0.7.0",
"@trashed/bs-aws-amplify": "^1.0.0"
"reason-react": "^0.7.0"
},
"peerDependencies": {
"bs-platform": "^7.0.1"
Expand Down
3 changes: 1 addition & 2 deletions packages/dumpster/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@
"dependencies": {
"@trashed/bs-aws-amplify": "^1.0.0",
"@trashed/bs-aws-sdk": "^1.0.0"
},
"devDependencies": {}
}
}
4 changes: 2 additions & 2 deletions packages/trashcat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@
"@aws-amplify/storage": "^1.2.4",
"@material-ui/core": "^4.7.0",
"@sentry/browser": "^5.10.1",
"@trashed/apollo-link-analytics": "^1.0.0",
"@trashed/bs-amplitude": "^1.0.0",
"@trashed/bs-aws-amplify": "^1.0.0",
"@trashed/bs-aws-appsync": "^1.0.0",
"@trashed/bs-sentry": "^1.0.0",
"@trashed/apollo-link-analytics": "^1.0.0",
"@trashed/bs-amplitude": "^1.0.0",
"apollo-cache-inmemory": "^1.4.3",
"aws-appsync": "^2.0.0",
"aws-appsync-react": "^2.0.0",
Expand Down

0 comments on commit 213d4a3

Please sign in to comment.