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

Commit 27640a2

Browse files
committed
chore(release): bump version 0.6.0-rc2
1 parent 17cdb85 commit 27640a2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/create-graphqlgen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-graphqlgen",
3-
"version": "0.6.0-rc1",
3+
"version": "0.6.0-rc2",
44
"main": "dist/index.js",
55
"scripts": {
66
"prepare": "npm run build",

packages/graphqlgen-json-schema/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphqlgen-json-schema",
3-
"version": "0.6.0-rc1",
3+
"version": "0.6.0-rc2",
44
"main": "dist/definition.js",
55
"typings": "dist/definition.d.ts",
66
"files": [

packages/graphqlgen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphqlgen",
3-
"version": "0.6.0-rc1",
3+
"version": "0.6.0-rc2",
44
"description": "Generate resolver types based on a GraphQL Schema",
55
"main": "dist/index.js",
66
"files": [

0 commit comments

Comments
 (0)