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

Commit 2c3b972

Browse files
committed
Bump to 0.5.0
1 parent 85397c9 commit 2c3b972

File tree

4 files changed

+708
-3
lines changed

4 files changed

+708
-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.0.11",
3+
"version": "0.0.12",
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.2.12",
3+
"version": "0.2.13",
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.4.0",
3+
"version": "0.5.0",
44
"description": "Generate resolver types based on a GraphQL Schema",
55
"main": "dist/index.js",
66
"files": [

0 commit comments

Comments
 (0)