Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
chore: release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitjena authored and wtrocki committed Aug 7, 2019
1 parent da60405 commit 56d97d9
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages/*",
"templates/*"
],
"version": "0.5.0"
"version": "0.6.0"
}
4 changes: 2 additions & 2 deletions packages/graphback-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphback-cli",
"version": "0.5.0",
"version": "0.6.0",
"description": "Auto generate resolvers on top of the graphql and database of your choice",
"main": "dist/index.js",
"bin": {
Expand Down Expand Up @@ -59,7 +59,7 @@
"execa": "2.0.3",
"figlet": "1.2.3",
"glob": "7.1.4",
"graphback": "0.5.0",
"graphback": "^0.6.0",
"inquirer": "6.5.0",
"node-emoji": "1.10.0",
"ora": "3.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphback/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphback",
"version": "0.5.0",
"version": "0.6.0",
"description": "Auto generate resolvers on top of the graphql and database of your choice",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion templates/apollo-rest-starter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apollo-template",
"version": "0.5.0",
"version": "0.6.0",
"description": "",
"private": true,
"main": "dist/src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion templates/apollo-starter-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apollo-rest-template",
"version": "0.5.0",
"version": "0.6.0",
"description": "",
"private": true,
"main": "dist/src/index.js",
Expand Down

0 comments on commit 56d97d9

Please sign in to comment.