Skip to content

Commit

Permalink
v0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha committed Mar 1, 2019
1 parent 31aed16 commit 71e6396
Show file tree
Hide file tree
Showing 30 changed files with 119 additions and 119 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "2.11.0",
"version": "0.17.0",
"version": "0.18.0",
"npmClient": "yarn",
"useWorkspaces": true
}
14 changes: 7 additions & 7 deletions packages/graphql-codegen-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-code-generator",
"version": "0.17.0",
"version": "0.18.0",
"license": "MIT",
"bin": {
"gql-gen": "dist/cli.js"
Expand Down Expand Up @@ -58,7 +58,7 @@
"common-tags": "1.8.0",
"detect-indent": "5.0.0",
"glob": "7.1.3",
"graphql-codegen-core": "0.17.0",
"graphql-codegen-core": "0.18.0",
"graphql-config": "2.2.1",
"graphql-import": "0.7.1",
"graphql-tag-pluck": "0.6.0",
Expand Down Expand Up @@ -87,11 +87,11 @@
"@types/listr": "0.13.0",
"@types/log-symbols": "2.0.0",
"@types/log-update": "2.0.0",
"graphql-codegen-add": "0.17.0",
"graphql-codegen-time": "0.17.0",
"graphql-codegen-typescript-client": "0.17.0",
"graphql-codegen-typescript-common": "0.17.0",
"graphql-codegen-typescript-server": "0.17.0",
"graphql-codegen-add": "0.18.0",
"graphql-codegen-time": "0.18.0",
"graphql-codegen-typescript-client": "0.18.0",
"graphql-codegen-typescript-common": "0.18.0",
"graphql-codegen-typescript-server": "0.18.0",
"ts-jest": "24.0.0"
},
"main": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-codegen-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-codegen-core",
"version": "0.17.0",
"version": "0.18.0",
"description": "GraphQL types and code generator based on schema",
"main": "dist/index.js",
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "graphql-codegen-apollo-angular-template",
"version": "0.17.0",
"version": "0.18.0",
"dependencies": {
"graphql-codegen-typescript-apollo-angular": "0.17.0",
"graphql-codegen-typescript-client": "0.17.0",
"graphql-codegen-typescript-common": "0.17.0"
"graphql-codegen-typescript-apollo-angular": "0.18.0",
"graphql-codegen-typescript-client": "0.18.0",
"graphql-codegen-typescript-common": "0.18.0"
}
}
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "graphql-codegen-graphql-files-typescript-modules",
"version": "0.17.0",
"version": "0.18.0",
"dependencies": {
"graphql-codegen-typescript-common": "0.17.0",
"graphql-codegen-typescript-graphql-files-modules": "0.17.0"
"graphql-codegen-typescript-common": "0.18.0",
"graphql-codegen-typescript-graphql-files-modules": "0.18.0"
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "graphql-codegen-introspection-template",
"version": "0.17.0",
"version": "0.18.0",
"dependencies": {
"graphql-codegen-introspection": "0.17.0"
"graphql-codegen-introspection": "0.18.0"
}
}
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "graphql-codegen-typescript-mongodb-template",
"version": "0.17.0",
"version": "0.18.0",
"dependencies": {
"graphql-codegen-typescript-common": "0.17.0",
"graphql-codegen-typescript-mongodb": "0.17.0",
"graphql-codegen-typescript-server": "0.17.0"
"graphql-codegen-typescript-common": "0.18.0",
"graphql-codegen-typescript-mongodb": "0.18.0",
"graphql-codegen-typescript-server": "0.18.0"
}
}
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "graphql-codegen-typescript-react-apollo-template",
"version": "0.17.0",
"version": "0.18.0",
"dependencies": {
"graphql-codegen-typescript-client": "0.17.0",
"graphql-codegen-typescript-common": "0.17.0",
"graphql-codegen-typescript-react-apollo": "0.17.0"
"graphql-codegen-typescript-client": "0.18.0",
"graphql-codegen-typescript-common": "0.18.0",
"graphql-codegen-typescript-react-apollo": "0.18.0"
}
}
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "graphql-codegen-typescript-resolvers-template",
"version": "0.17.0",
"version": "0.18.0",
"dependencies": {
"graphql-codegen-typescript-common": "0.17.0",
"graphql-codegen-typescript-resolvers": "0.17.0",
"graphql-codegen-typescript-server": "0.17.0"
"graphql-codegen-typescript-common": "0.18.0",
"graphql-codegen-typescript-resolvers": "0.18.0",
"graphql-codegen-typescript-server": "0.18.0"
}
}
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "graphql-codegen-typescript-template",
"version": "0.17.0",
"version": "0.18.0",
"dependencies": {
"graphql-codegen-typescript-client": "0.17.0",
"graphql-codegen-typescript-common": "0.17.0",
"graphql-codegen-typescript-server": "0.17.0"
"graphql-codegen-typescript-client": "0.18.0",
"graphql-codegen-typescript-common": "0.18.0",
"graphql-codegen-typescript-server": "0.18.0"
}
}
6 changes: 3 additions & 3 deletions packages/plugins/add/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-codegen-add",
"version": "0.17.0",
"version": "0.18.0",
"description": "graphql-codegen-cli template for TypeScript typings for both client side and server side",
"repository": "git@github.com:dotansimha/graphql-code-generator.git",
"license": "MIT",
Expand All @@ -10,10 +10,10 @@
"pretest": "yarn build"
},
"dependencies": {
"graphql-codegen-core": "0.17.0"
"graphql-codegen-core": "0.18.0"
},
"devDependencies": {
"codegen-templates-scripts": "0.17.0",
"codegen-templates-scripts": "0.18.0",
"graphql": "14.1.1"
},
"main": "./dist/index.js",
Expand Down
10 changes: 5 additions & 5 deletions packages/plugins/flow-documents/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-codegen-flow-documents",
"version": "0.17.0",
"version": "0.18.0",
"description": "GraphQL Code Generator plugin for generating Flow types for GraphQL docuemnts (query/mutation/subscription/fragment)",
"repository": "git@github.com:dotansimha/graphql-code-generator.git",
"license": "MIT",
Expand All @@ -11,12 +11,12 @@
"test": "codegen-templates-scripts test"
},
"dependencies": {
"graphql-codegen-core": "0.17.0",
"graphql-codegen-flow": "0.17.0",
"graphql-codegen-plugin-helpers": "0.17.0"
"graphql-codegen-core": "0.18.0",
"graphql-codegen-flow": "0.18.0",
"graphql-codegen-plugin-helpers": "0.18.0"
},
"devDependencies": {
"codegen-templates-scripts": "0.17.0",
"codegen-templates-scripts": "0.18.0",
"flow-bin": "0.94.0",
"flow-parser": "0.94.0",
"graphql": "14.1.1"
Expand Down
10 changes: 5 additions & 5 deletions packages/plugins/flow-resolvers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-codegen-flow-resolvers",
"version": "0.17.0",
"version": "0.18.0",
"description": "GraphQL Code Generator plugin for generating Flow types for GraphQL resolvers signature",
"repository": "git@github.com:dotansimha/graphql-code-generator.git",
"license": "MIT",
Expand All @@ -11,12 +11,12 @@
"test": "codegen-templates-scripts test"
},
"dependencies": {
"graphql-codegen-core": "0.17.0",
"graphql-codegen-flow": "0.17.0",
"graphql-codegen-plugin-helpers": "0.17.0"
"graphql-codegen-core": "0.18.0",
"graphql-codegen-flow": "0.18.0",
"graphql-codegen-plugin-helpers": "0.18.0"
},
"devDependencies": {
"codegen-templates-scripts": "0.17.0",
"codegen-templates-scripts": "0.18.0",
"flow-bin": "0.94.0",
"flow-parser": "0.94.0",
"graphql": "14.1.1"
Expand Down
8 changes: 4 additions & 4 deletions packages/plugins/flow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-codegen-flow",
"version": "0.17.0",
"version": "0.18.0",
"description": "GraphQL Code Generator plugin for generating Flow types",
"repository": "git@github.com:dotansimha/graphql-code-generator.git",
"license": "MIT",
Expand All @@ -11,11 +11,11 @@
"test": "codegen-templates-scripts test"
},
"dependencies": {
"graphql-codegen-core": "0.17.0",
"graphql-codegen-plugin-helpers": "0.17.0"
"graphql-codegen-core": "0.18.0",
"graphql-codegen-plugin-helpers": "0.18.0"
},
"devDependencies": {
"codegen-templates-scripts": "0.17.0",
"codegen-templates-scripts": "0.18.0",
"flow-bin": "0.94.0",
"flow-parser": "0.94.0",
"graphql": "14.1.1"
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/fragment-matcher/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-codegen-fragment-matcher",
"version": "0.17.0",
"version": "0.18.0",
"description": "graphql-code-generate plugin for generating fragments matcher introspection file",
"repository": "git@github.com:dotansimha/graphql-code-generator.git",
"license": "MIT",
Expand All @@ -14,9 +14,9 @@
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"
},
"devDependencies": {
"codegen-templates-scripts": "0.17.0",
"codegen-templates-scripts": "0.18.0",
"graphql": "14.1.1",
"graphql-codegen-core": "0.17.0",
"graphql-codegen-core": "0.18.0",
"graphql-tag": "2.10.1"
},
"main": "./dist/index.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/introspection/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-codegen-introspection",
"version": "0.17.0",
"version": "0.18.0",
"description": "graphql-codegen-cli template for TypeScript typings for both client side and server side",
"repository": "git@github.com:dotansimha/graphql-code-generator.git",
"license": "MIT",
Expand All @@ -14,9 +14,9 @@
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"
},
"devDependencies": {
"codegen-templates-scripts": "0.17.0",
"codegen-templates-scripts": "0.18.0",
"graphql": "14.1.1",
"graphql-codegen-core": "0.17.0"
"graphql-codegen-core": "0.18.0"
},
"main": "./dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/schema-ast/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-codegen-schema-ast",
"version": "0.17.0",
"version": "0.18.0",
"description": "graphql-codegen-cli template for TypeScript typings for both client side and server side",
"repository": "git@github.com:dotansimha/graphql-code-generator.git",
"license": "MIT",
Expand All @@ -14,9 +14,9 @@
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"
},
"devDependencies": {
"codegen-templates-scripts": "0.17.0",
"codegen-templates-scripts": "0.18.0",
"graphql": "14.1.1",
"graphql-codegen-core": "0.17.0"
"graphql-codegen-core": "0.18.0"
},
"main": "./dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/time/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-codegen-time",
"version": "0.17.0",
"version": "0.18.0",
"description": "graphql-codegen-cli template for TypeScript typings for both client side and server side",
"repository": "git@github.com:dotansimha/graphql-code-generator.git",
"license": "MIT",
Expand All @@ -13,9 +13,9 @@
"moment": "2.24.0"
},
"devDependencies": {
"codegen-templates-scripts": "0.17.0",
"codegen-templates-scripts": "0.18.0",
"graphql": "14.1.1",
"graphql-codegen-core": "0.17.0"
"graphql-codegen-core": "0.18.0"
},
"main": "./dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
12 changes: 6 additions & 6 deletions packages/plugins/typescript-apollo-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-codegen-typescript-apollo-angular",
"version": "0.17.0",
"version": "0.18.0",
"description": "graphql-codegen-cli template for TypeScript typings for both client side and server side",
"repository": "git@github.com:dotansimha/graphql-code-generator.git",
"license": "MIT",
Expand All @@ -15,14 +15,14 @@
},
"dependencies": {
"dependency-graph": "0.8.0",
"graphql-codegen-plugin-helpers": "0.17.0",
"graphql-codegen-typescript-common": "0.17.0"
"graphql-codegen-plugin-helpers": "0.18.0",
"graphql-codegen-typescript-common": "0.18.0"
},
"devDependencies": {
"codegen-templates-scripts": "0.17.0",
"codegen-templates-scripts": "0.18.0",
"graphql": "14.1.1",
"graphql-codegen-core": "0.17.0",
"graphql-codegen-plugin-handlebars-helpers": "0.17.0"
"graphql-codegen-core": "0.18.0",
"graphql-codegen-plugin-handlebars-helpers": "0.18.0"
},
"main": "./dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
12 changes: 6 additions & 6 deletions packages/plugins/typescript-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-codegen-typescript-client",
"version": "0.17.0",
"version": "0.18.0",
"description": "graphql-codegen-cli template for TypeScript typings for both client side and server side",
"repository": "git@github.com:dotansimha/graphql-code-generator.git",
"license": "MIT",
Expand All @@ -11,14 +11,14 @@
"pretest": "yarn build"
},
"dependencies": {
"graphql-codegen-core": "0.17.0",
"graphql-codegen-plugin-helpers": "0.17.0",
"graphql-codegen-typescript-common": "0.17.0"
"graphql-codegen-core": "0.18.0",
"graphql-codegen-plugin-helpers": "0.18.0",
"graphql-codegen-typescript-common": "0.18.0"
},
"devDependencies": {
"codegen-templates-scripts": "0.17.0",
"codegen-templates-scripts": "0.18.0",
"graphql": "14.1.1",
"graphql-codegen-plugin-handlebars-helpers": "0.17.0"
"graphql-codegen-plugin-handlebars-helpers": "0.18.0"
},
"main": "./dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
10 changes: 5 additions & 5 deletions packages/plugins/typescript-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-codegen-typescript-common",
"version": "0.17.0",
"version": "0.18.0",
"description": "graphql-codegen-cli template for TypeScript typings for both client side and server side",
"repository": "git@github.com:dotansimha/graphql-code-generator.git",
"license": "MIT",
Expand All @@ -13,13 +13,13 @@
"dependencies": {
"change-case": "3.1.0",
"common-tags": "1.8.0",
"graphql-codegen-core": "0.17.0",
"graphql-codegen-plugin-helpers": "0.17.0"
"graphql-codegen-core": "0.18.0",
"graphql-codegen-plugin-helpers": "0.18.0"
},
"devDependencies": {
"codegen-templates-scripts": "0.17.0",
"codegen-templates-scripts": "0.18.0",
"graphql": "14.1.1",
"graphql-codegen-plugin-handlebars-helpers": "0.17.0"
"graphql-codegen-plugin-handlebars-helpers": "0.18.0"
},
"main": "./dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
Loading

0 comments on commit 71e6396

Please sign in to comment.