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 v0.6.0-rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkuhrt committed Feb 5, 2019
1 parent e3fbbfa commit e3c860f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/create-graphqlgen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-graphqlgen",
"version": "0.6.0-rc2",
"version": "0.6.0-rc3",
"main": "dist/index.js",
"scripts": {
"prepare": "npm run build",
Expand Down
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-rc2",
"version": "0.6.0-rc3",
"main": "dist/definition.js",
"typings": "dist/definition.d.ts",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/graphqlgen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphqlgen",
"version": "0.6.0-rc2",
"version": "0.6.0-rc3",
"description": "Generate resolver types based on a GraphQL Schema",
"main": "dist/index.js",
"files": [
Expand Down

0 comments on commit e3c860f

Please sign in to comment.