Skip to content
This repository has been archived by the owner on Dec 8, 2021. It is now read-only.

Commit

Permalink
chore(release): bump version to 0.6.0-rc8
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkuhrt committed Feb 9, 2019
1 parent 6b2fdd7 commit 50695a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/graphqlgen-json-schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphqlgen-json-schema",
"version": "0.6.0-rc5",
"version": "0.6.0-rc8",
"main": "dist/definition.js",
"typings": "dist/definition.d.ts",
"files": [
Expand Down
4 changes: 2 additions & 2 deletions packages/graphqlgen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphqlgen",
"version": "0.6.0-rc6",
"version": "0.6.0-rc8",
"description": "Generate resolver types based on a GraphQL Schema",
"main": "dist/index.js",
"files": [
Expand Down Expand Up @@ -46,7 +46,7 @@
"glob": "^7.1.3",
"graphql": "^0.13.0 || ^14.0.0",
"graphql-import": "0.7.1",
"graphqlgen-json-schema": "0.6.0-rc5",
"graphqlgen-json-schema": "0.6.0-rc8",
"js-yaml": "3.12.1",
"mkdirp": "0.5.1",
"prettier": "1.16.4",
Expand Down

0 comments on commit 50695a4

Please sign in to comment.