Skip to content

Commit 1e51666

Browse files
committed
v1.0.2
1 parent 31ed540 commit 1e51666

File tree

24 files changed

+86
-86
lines changed

24 files changed

+86
-86
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.1",
2+
"version": "1.0.2",
33
"npmClient": "yarn",
44
"useWorkspaces": true
55
}

packages/graphql-codegen-cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-codegen/cli",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"license": "MIT",
55
"bin": {
66
"gql-gen": "dist/commonjs/cli.js",
@@ -44,8 +44,8 @@
4444
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"
4545
},
4646
"dependencies": {
47-
"@graphql-codegen/core": "1.0.1",
48-
"@graphql-codegen/plugin-helpers": "1.0.1",
47+
"@graphql-codegen/core": "1.0.2",
48+
"@graphql-codegen/plugin-helpers": "1.0.2",
4949
"@types/babylon": "6.16.5",
5050
"@types/is-glob": "4.0.0",
5151
"@types/mkdirp": "0.5.2",

packages/graphql-codegen-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-codegen/core",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"license": "MIT",
55
"repository": {
66
"type": "git",
@@ -39,7 +39,7 @@
3939
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"
4040
},
4141
"dependencies": {
42-
"@graphql-codegen/plugin-helpers": "1.0.1",
42+
"@graphql-codegen/plugin-helpers": "1.0.2",
4343
"graphql-toolkit": "0.2.7",
4444
"tslib": "1.9.3"
4545
},

packages/plugins/add/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@graphql-codegen/add",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "GraphQL Code Generator plugin for adding custom content to your output file",
55
"repository": "git@github.com:dotansimha/graphql-code-generator.git",
66
"license": "MIT",
77
"scripts": {
88
"build": "tsc -m esnext --outDir dist/esnext && tsc -m commonjs --outDir dist/commonjs"
99
},
1010
"dependencies": {
11-
"@graphql-codegen/plugin-helpers": "1.0.1",
11+
"@graphql-codegen/plugin-helpers": "1.0.2",
1212
"tslib": "1.9.3"
1313
},
1414
"devDependencies": {

packages/plugins/flow-operations/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-codegen/flow-operations",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "GraphQL Code Generator plugin for generating Flow types for GraphQL operations (query/mutation/subscription/fragment)",
55
"repository": "git@github.com:dotansimha/graphql-code-generator.git",
66
"license": "MIT",
@@ -9,13 +9,13 @@
99
"test": "jest --config ../../../jest.config.js"
1010
},
1111
"dependencies": {
12-
"@graphql-codegen/flow": "1.0.1",
13-
"@graphql-codegen/plugin-helpers": "1.0.1",
14-
"@graphql-codegen/visitor-plugin-common": "1.0.1",
12+
"@graphql-codegen/flow": "1.0.2",
13+
"@graphql-codegen/plugin-helpers": "1.0.2",
14+
"@graphql-codegen/visitor-plugin-common": "1.0.2",
1515
"tslib": "1.9.3"
1616
},
1717
"devDependencies": {
18-
"@graphql-codegen/testing": "1.0.1",
18+
"@graphql-codegen/testing": "1.0.2",
1919
"flow-bin": "0.95.1",
2020
"flow-parser": "0.95.1",
2121
"graphql": "14.1.1",

packages/plugins/flow-resolvers/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-codegen/flow-resolvers",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "GraphQL Code Generator plugin for generating Flow types for GraphQL resolvers signature",
55
"repository": "git@github.com:dotansimha/graphql-code-generator.git",
66
"license": "MIT",
@@ -9,13 +9,13 @@
99
"test": "jest --config ../../../jest.config.js"
1010
},
1111
"dependencies": {
12-
"@graphql-codegen/flow": "1.0.1",
13-
"@graphql-codegen/plugin-helpers": "1.0.1",
14-
"@graphql-codegen/visitor-plugin-common": "1.0.1",
12+
"@graphql-codegen/flow": "1.0.2",
13+
"@graphql-codegen/plugin-helpers": "1.0.2",
14+
"@graphql-codegen/visitor-plugin-common": "1.0.2",
1515
"tslib": "1.9.3"
1616
},
1717
"devDependencies": {
18-
"@graphql-codegen/testing": "1.0.1",
18+
"@graphql-codegen/testing": "1.0.2",
1919
"flow-bin": "0.95.1",
2020
"flow-parser": "0.95.1",
2121
"graphql": "14.1.1",

packages/plugins/flow/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-codegen/flow",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "GraphQL Code Generator plugin for generating Flow types",
55
"repository": "git@github.com:dotansimha/graphql-code-generator.git",
66
"license": "MIT",
@@ -9,12 +9,12 @@
99
"test": "jest --config ../../../jest.config.js"
1010
},
1111
"dependencies": {
12-
"@graphql-codegen/plugin-helpers": "1.0.1",
13-
"@graphql-codegen/visitor-plugin-common": "1.0.1",
12+
"@graphql-codegen/plugin-helpers": "1.0.2",
13+
"@graphql-codegen/visitor-plugin-common": "1.0.2",
1414
"tslib": "1.9.3"
1515
},
1616
"devDependencies": {
17-
"@graphql-codegen/testing": "1.0.1",
17+
"@graphql-codegen/testing": "1.0.2",
1818
"flow-bin": "0.95.1",
1919
"flow-parser": "0.95.1",
2020
"graphql": "14.1.1",

packages/plugins/fragment-matcher/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-codegen/fragment-matcher",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "graphql-code-generate plugin for generating fragments matcher introspection file",
55
"repository": "git@github.com:dotansimha/graphql-code-generator.git",
66
"license": "MIT",
@@ -9,7 +9,7 @@
99
"test": "jest --config ../../../jest.config.js"
1010
},
1111
"dependencies": {
12-
"@graphql-codegen/plugin-helpers": "1.0.1"
12+
"@graphql-codegen/plugin-helpers": "1.0.2"
1313
},
1414
"devDependencies": {
1515
"graphql": "14.1.1",

packages/plugins/introspection/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-codegen/introspection",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "GraphQL Code Generator plugin for generating an introspection JSON file for a GraphQLSchema",
55
"repository": "git@github.com:dotansimha/graphql-code-generator.git",
66
"license": "MIT",
@@ -9,7 +9,7 @@
99
"test": "jest --config ../../../jest.config.js"
1010
},
1111
"dependencies": {
12-
"@graphql-codegen/plugin-helpers": "1.0.1",
12+
"@graphql-codegen/plugin-helpers": "1.0.2",
1313
"tslib": "1.9.3"
1414
},
1515
"devDependencies": {

packages/plugins/schema-ast/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-codegen/schema-ast",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "GraphQL Code Generator plugin for generating a .graphql file from a given schema",
55
"repository": "git@github.com:dotansimha/graphql-code-generator.git",
66
"license": "MIT",
@@ -9,7 +9,7 @@
99
"test": "jest --config ../../../jest.config.js"
1010
},
1111
"dependencies": {
12-
"@graphql-codegen/plugin-helpers": "1.0.1",
12+
"@graphql-codegen/plugin-helpers": "1.0.2",
1313
"tslib": "1.9.3"
1414
},
1515
"devDependencies": {

0 commit comments

Comments
 (0)