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

Commit e3c860f

Browse files
committed
chore: release bump v0.6.0-rc3
1 parent e3fbbfa commit e3c860f

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-rc2",
3+
"version": "0.6.0-rc3",
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-rc2",
3+
"version": "0.6.0-rc3",
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-rc2",
3+
"version": "0.6.0-rc3",
44
"description": "Generate resolver types based on a GraphQL Schema",
55
"main": "dist/index.js",
66
"files": [

0 commit comments

Comments
 (0)