Skip to content

Commit 71e6396

Browse files
committed
v0.18.0
1 parent 31aed16 commit 71e6396

File tree

30 files changed

+119
-119
lines changed

30 files changed

+119
-119
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "2.11.0",
3-
"version": "0.17.0",
3+
"version": "0.18.0",
44
"npmClient": "yarn",
55
"useWorkspaces": true
66
}

packages/graphql-codegen-cli/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-code-generator",
3-
"version": "0.17.0",
3+
"version": "0.18.0",
44
"license": "MIT",
55
"bin": {
66
"gql-gen": "dist/cli.js"
@@ -58,7 +58,7 @@
5858
"common-tags": "1.8.0",
5959
"detect-indent": "5.0.0",
6060
"glob": "7.1.3",
61-
"graphql-codegen-core": "0.17.0",
61+
"graphql-codegen-core": "0.18.0",
6262
"graphql-config": "2.2.1",
6363
"graphql-import": "0.7.1",
6464
"graphql-tag-pluck": "0.6.0",
@@ -87,11 +87,11 @@
8787
"@types/listr": "0.13.0",
8888
"@types/log-symbols": "2.0.0",
8989
"@types/log-update": "2.0.0",
90-
"graphql-codegen-add": "0.17.0",
91-
"graphql-codegen-time": "0.17.0",
92-
"graphql-codegen-typescript-client": "0.17.0",
93-
"graphql-codegen-typescript-common": "0.17.0",
94-
"graphql-codegen-typescript-server": "0.17.0",
90+
"graphql-codegen-add": "0.18.0",
91+
"graphql-codegen-time": "0.18.0",
92+
"graphql-codegen-typescript-client": "0.18.0",
93+
"graphql-codegen-typescript-common": "0.18.0",
94+
"graphql-codegen-typescript-server": "0.18.0",
9595
"ts-jest": "24.0.0"
9696
},
9797
"main": "./dist/index.js",

packages/graphql-codegen-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-codegen-core",
3-
"version": "0.17.0",
3+
"version": "0.18.0",
44
"description": "GraphQL types and code generator based on schema",
55
"main": "dist/index.js",
66
"scripts": {
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "graphql-codegen-apollo-angular-template",
3-
"version": "0.17.0",
3+
"version": "0.18.0",
44
"dependencies": {
5-
"graphql-codegen-typescript-apollo-angular": "0.17.0",
6-
"graphql-codegen-typescript-client": "0.17.0",
7-
"graphql-codegen-typescript-common": "0.17.0"
5+
"graphql-codegen-typescript-apollo-angular": "0.18.0",
6+
"graphql-codegen-typescript-client": "0.18.0",
7+
"graphql-codegen-typescript-common": "0.18.0"
88
}
99
}
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "graphql-codegen-graphql-files-typescript-modules",
3-
"version": "0.17.0",
3+
"version": "0.18.0",
44
"dependencies": {
5-
"graphql-codegen-typescript-common": "0.17.0",
6-
"graphql-codegen-typescript-graphql-files-modules": "0.17.0"
5+
"graphql-codegen-typescript-common": "0.18.0",
6+
"graphql-codegen-typescript-graphql-files-modules": "0.18.0"
77
}
88
}
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "graphql-codegen-introspection-template",
3-
"version": "0.17.0",
3+
"version": "0.18.0",
44
"dependencies": {
5-
"graphql-codegen-introspection": "0.17.0"
5+
"graphql-codegen-introspection": "0.18.0"
66
}
77
}
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "graphql-codegen-typescript-mongodb-template",
3-
"version": "0.17.0",
3+
"version": "0.18.0",
44
"dependencies": {
5-
"graphql-codegen-typescript-common": "0.17.0",
6-
"graphql-codegen-typescript-mongodb": "0.17.0",
7-
"graphql-codegen-typescript-server": "0.17.0"
5+
"graphql-codegen-typescript-common": "0.18.0",
6+
"graphql-codegen-typescript-mongodb": "0.18.0",
7+
"graphql-codegen-typescript-server": "0.18.0"
88
}
99
}
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "graphql-codegen-typescript-react-apollo-template",
3-
"version": "0.17.0",
3+
"version": "0.18.0",
44
"dependencies": {
5-
"graphql-codegen-typescript-client": "0.17.0",
6-
"graphql-codegen-typescript-common": "0.17.0",
7-
"graphql-codegen-typescript-react-apollo": "0.17.0"
5+
"graphql-codegen-typescript-client": "0.18.0",
6+
"graphql-codegen-typescript-common": "0.18.0",
7+
"graphql-codegen-typescript-react-apollo": "0.18.0"
88
}
99
}
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "graphql-codegen-typescript-resolvers-template",
3-
"version": "0.17.0",
3+
"version": "0.18.0",
44
"dependencies": {
5-
"graphql-codegen-typescript-common": "0.17.0",
6-
"graphql-codegen-typescript-resolvers": "0.17.0",
7-
"graphql-codegen-typescript-server": "0.17.0"
5+
"graphql-codegen-typescript-common": "0.18.0",
6+
"graphql-codegen-typescript-resolvers": "0.18.0",
7+
"graphql-codegen-typescript-server": "0.18.0"
88
}
99
}
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "graphql-codegen-typescript-template",
3-
"version": "0.17.0",
3+
"version": "0.18.0",
44
"dependencies": {
5-
"graphql-codegen-typescript-client": "0.17.0",
6-
"graphql-codegen-typescript-common": "0.17.0",
7-
"graphql-codegen-typescript-server": "0.17.0"
5+
"graphql-codegen-typescript-client": "0.18.0",
6+
"graphql-codegen-typescript-common": "0.18.0",
7+
"graphql-codegen-typescript-server": "0.18.0"
88
}
99
}

packages/plugins/add/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-codegen-add",
3-
"version": "0.17.0",
3+
"version": "0.18.0",
44
"description": "graphql-codegen-cli template for TypeScript typings for both client side and server side",
55
"repository": "[email protected]:dotansimha/graphql-code-generator.git",
66
"license": "MIT",
@@ -10,10 +10,10 @@
1010
"pretest": "yarn build"
1111
},
1212
"dependencies": {
13-
"graphql-codegen-core": "0.17.0"
13+
"graphql-codegen-core": "0.18.0"
1414
},
1515
"devDependencies": {
16-
"codegen-templates-scripts": "0.17.0",
16+
"codegen-templates-scripts": "0.18.0",
1717
"graphql": "14.1.1"
1818
},
1919
"main": "./dist/index.js",

packages/plugins/flow-documents/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-codegen-flow-documents",
3-
"version": "0.17.0",
3+
"version": "0.18.0",
44
"description": "GraphQL Code Generator plugin for generating Flow types for GraphQL docuemnts (query/mutation/subscription/fragment)",
55
"repository": "[email protected]:dotansimha/graphql-code-generator.git",
66
"license": "MIT",
@@ -11,12 +11,12 @@
1111
"test": "codegen-templates-scripts test"
1212
},
1313
"dependencies": {
14-
"graphql-codegen-core": "0.17.0",
15-
"graphql-codegen-flow": "0.17.0",
16-
"graphql-codegen-plugin-helpers": "0.17.0"
14+
"graphql-codegen-core": "0.18.0",
15+
"graphql-codegen-flow": "0.18.0",
16+
"graphql-codegen-plugin-helpers": "0.18.0"
1717
},
1818
"devDependencies": {
19-
"codegen-templates-scripts": "0.17.0",
19+
"codegen-templates-scripts": "0.18.0",
2020
"flow-bin": "0.94.0",
2121
"flow-parser": "0.94.0",
2222
"graphql": "14.1.1"

packages/plugins/flow-resolvers/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-codegen-flow-resolvers",
3-
"version": "0.17.0",
3+
"version": "0.18.0",
44
"description": "GraphQL Code Generator plugin for generating Flow types for GraphQL resolvers signature",
55
"repository": "[email protected]:dotansimha/graphql-code-generator.git",
66
"license": "MIT",
@@ -11,12 +11,12 @@
1111
"test": "codegen-templates-scripts test"
1212
},
1313
"dependencies": {
14-
"graphql-codegen-core": "0.17.0",
15-
"graphql-codegen-flow": "0.17.0",
16-
"graphql-codegen-plugin-helpers": "0.17.0"
14+
"graphql-codegen-core": "0.18.0",
15+
"graphql-codegen-flow": "0.18.0",
16+
"graphql-codegen-plugin-helpers": "0.18.0"
1717
},
1818
"devDependencies": {
19-
"codegen-templates-scripts": "0.17.0",
19+
"codegen-templates-scripts": "0.18.0",
2020
"flow-bin": "0.94.0",
2121
"flow-parser": "0.94.0",
2222
"graphql": "14.1.1"

packages/plugins/flow/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-codegen-flow",
3-
"version": "0.17.0",
3+
"version": "0.18.0",
44
"description": "GraphQL Code Generator plugin for generating Flow types",
55
"repository": "[email protected]:dotansimha/graphql-code-generator.git",
66
"license": "MIT",
@@ -11,11 +11,11 @@
1111
"test": "codegen-templates-scripts test"
1212
},
1313
"dependencies": {
14-
"graphql-codegen-core": "0.17.0",
15-
"graphql-codegen-plugin-helpers": "0.17.0"
14+
"graphql-codegen-core": "0.18.0",
15+
"graphql-codegen-plugin-helpers": "0.18.0"
1616
},
1717
"devDependencies": {
18-
"codegen-templates-scripts": "0.17.0",
18+
"codegen-templates-scripts": "0.18.0",
1919
"flow-bin": "0.94.0",
2020
"flow-parser": "0.94.0",
2121
"graphql": "14.1.1"

packages/plugins/fragment-matcher/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-codegen-fragment-matcher",
3-
"version": "0.17.0",
3+
"version": "0.18.0",
44
"description": "graphql-code-generate plugin for generating fragments matcher introspection file",
55
"repository": "[email protected]:dotansimha/graphql-code-generator.git",
66
"license": "MIT",
@@ -14,9 +14,9 @@
1414
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"
1515
},
1616
"devDependencies": {
17-
"codegen-templates-scripts": "0.17.0",
17+
"codegen-templates-scripts": "0.18.0",
1818
"graphql": "14.1.1",
19-
"graphql-codegen-core": "0.17.0",
19+
"graphql-codegen-core": "0.18.0",
2020
"graphql-tag": "2.10.1"
2121
},
2222
"main": "./dist/index.js",

packages/plugins/introspection/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-codegen-introspection",
3-
"version": "0.17.0",
3+
"version": "0.18.0",
44
"description": "graphql-codegen-cli template for TypeScript typings for both client side and server side",
55
"repository": "[email protected]:dotansimha/graphql-code-generator.git",
66
"license": "MIT",
@@ -14,9 +14,9 @@
1414
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"
1515
},
1616
"devDependencies": {
17-
"codegen-templates-scripts": "0.17.0",
17+
"codegen-templates-scripts": "0.18.0",
1818
"graphql": "14.1.1",
19-
"graphql-codegen-core": "0.17.0"
19+
"graphql-codegen-core": "0.18.0"
2020
},
2121
"main": "./dist/index.js",
2222
"typings": "dist/index.d.ts",

packages/plugins/schema-ast/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-codegen-schema-ast",
3-
"version": "0.17.0",
3+
"version": "0.18.0",
44
"description": "graphql-codegen-cli template for TypeScript typings for both client side and server side",
55
"repository": "[email protected]:dotansimha/graphql-code-generator.git",
66
"license": "MIT",
@@ -14,9 +14,9 @@
1414
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"
1515
},
1616
"devDependencies": {
17-
"codegen-templates-scripts": "0.17.0",
17+
"codegen-templates-scripts": "0.18.0",
1818
"graphql": "14.1.1",
19-
"graphql-codegen-core": "0.17.0"
19+
"graphql-codegen-core": "0.18.0"
2020
},
2121
"main": "./dist/index.js",
2222
"typings": "dist/index.d.ts",

packages/plugins/time/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-codegen-time",
3-
"version": "0.17.0",
3+
"version": "0.18.0",
44
"description": "graphql-codegen-cli template for TypeScript typings for both client side and server side",
55
"repository": "[email protected]:dotansimha/graphql-code-generator.git",
66
"license": "MIT",
@@ -13,9 +13,9 @@
1313
"moment": "2.24.0"
1414
},
1515
"devDependencies": {
16-
"codegen-templates-scripts": "0.17.0",
16+
"codegen-templates-scripts": "0.18.0",
1717
"graphql": "14.1.1",
18-
"graphql-codegen-core": "0.17.0"
18+
"graphql-codegen-core": "0.18.0"
1919
},
2020
"main": "./dist/index.js",
2121
"typings": "dist/index.d.ts",

packages/plugins/typescript-apollo-angular/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-codegen-typescript-apollo-angular",
3-
"version": "0.17.0",
3+
"version": "0.18.0",
44
"description": "graphql-codegen-cli template for TypeScript typings for both client side and server side",
55
"repository": "[email protected]:dotansimha/graphql-code-generator.git",
66
"license": "MIT",
@@ -15,14 +15,14 @@
1515
},
1616
"dependencies": {
1717
"dependency-graph": "0.8.0",
18-
"graphql-codegen-plugin-helpers": "0.17.0",
19-
"graphql-codegen-typescript-common": "0.17.0"
18+
"graphql-codegen-plugin-helpers": "0.18.0",
19+
"graphql-codegen-typescript-common": "0.18.0"
2020
},
2121
"devDependencies": {
22-
"codegen-templates-scripts": "0.17.0",
22+
"codegen-templates-scripts": "0.18.0",
2323
"graphql": "14.1.1",
24-
"graphql-codegen-core": "0.17.0",
25-
"graphql-codegen-plugin-handlebars-helpers": "0.17.0"
24+
"graphql-codegen-core": "0.18.0",
25+
"graphql-codegen-plugin-handlebars-helpers": "0.18.0"
2626
},
2727
"main": "./dist/index.js",
2828
"typings": "dist/index.d.ts",

packages/plugins/typescript-client/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-codegen-typescript-client",
3-
"version": "0.17.0",
3+
"version": "0.18.0",
44
"description": "graphql-codegen-cli template for TypeScript typings for both client side and server side",
55
"repository": "[email protected]:dotansimha/graphql-code-generator.git",
66
"license": "MIT",
@@ -11,14 +11,14 @@
1111
"pretest": "yarn build"
1212
},
1313
"dependencies": {
14-
"graphql-codegen-core": "0.17.0",
15-
"graphql-codegen-plugin-helpers": "0.17.0",
16-
"graphql-codegen-typescript-common": "0.17.0"
14+
"graphql-codegen-core": "0.18.0",
15+
"graphql-codegen-plugin-helpers": "0.18.0",
16+
"graphql-codegen-typescript-common": "0.18.0"
1717
},
1818
"devDependencies": {
19-
"codegen-templates-scripts": "0.17.0",
19+
"codegen-templates-scripts": "0.18.0",
2020
"graphql": "14.1.1",
21-
"graphql-codegen-plugin-handlebars-helpers": "0.17.0"
21+
"graphql-codegen-plugin-handlebars-helpers": "0.18.0"
2222
},
2323
"main": "./dist/index.js",
2424
"typings": "dist/index.d.ts",

packages/plugins/typescript-common/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-codegen-typescript-common",
3-
"version": "0.17.0",
3+
"version": "0.18.0",
44
"description": "graphql-codegen-cli template for TypeScript typings for both client side and server side",
55
"repository": "[email protected]:dotansimha/graphql-code-generator.git",
66
"license": "MIT",
@@ -13,13 +13,13 @@
1313
"dependencies": {
1414
"change-case": "3.1.0",
1515
"common-tags": "1.8.0",
16-
"graphql-codegen-core": "0.17.0",
17-
"graphql-codegen-plugin-helpers": "0.17.0"
16+
"graphql-codegen-core": "0.18.0",
17+
"graphql-codegen-plugin-helpers": "0.18.0"
1818
},
1919
"devDependencies": {
20-
"codegen-templates-scripts": "0.17.0",
20+
"codegen-templates-scripts": "0.18.0",
2121
"graphql": "14.1.1",
22-
"graphql-codegen-plugin-handlebars-helpers": "0.17.0"
22+
"graphql-codegen-plugin-handlebars-helpers": "0.18.0"
2323
},
2424
"main": "./dist/index.js",
2525
"typings": "dist/index.d.ts",

0 commit comments

Comments
 (0)