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

Commit 50695a4

Browse files
committed
chore(release): bump version to 0.6.0-rc8
1 parent 6b2fdd7 commit 50695a4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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-rc5",
3+
"version": "0.6.0-rc8",
44
"main": "dist/definition.js",
55
"typings": "dist/definition.d.ts",
66
"files": [

packages/graphqlgen/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphqlgen",
3-
"version": "0.6.0-rc6",
3+
"version": "0.6.0-rc8",
44
"description": "Generate resolver types based on a GraphQL Schema",
55
"main": "dist/index.js",
66
"files": [
@@ -46,7 +46,7 @@
4646
"glob": "^7.1.3",
4747
"graphql": "^0.13.0 || ^14.0.0",
4848
"graphql-import": "0.7.1",
49-
"graphqlgen-json-schema": "0.6.0-rc5",
49+
"graphqlgen-json-schema": "0.6.0-rc8",
5050
"js-yaml": "3.12.1",
5151
"mkdirp": "0.5.1",
5252
"prettier": "1.16.4",

0 commit comments

Comments
 (0)