Skip to content

Commit

Permalink
bump v2.0.0, fixes for setup
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha committed Aug 2, 2020
1 parent d334d48 commit e079ea2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
6 changes: 3 additions & 3 deletions examples/apollo-client-3/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "apollo-client-example",
"private": true,
"version": "1.0.0",
"version": "2.0.0",
"scripts": {
"prepare": "patch-typed-document-node && yarn generate",
"postinstall": "patch-typed-document-node && yarn generate",
"generate": "graphql-codegen",
"precompile": "yarn generate",
"compile": "tsc"
Expand All @@ -13,7 +13,7 @@
"graphql": "15.3.0",
"typescript": "3.9.7",
"@apollo/client": "3.1.0",
"@graphql-typed-document-node/core": "1.0.0",
"@graphql-typed-document-node/core": "2.0.0",
"@graphql-codegen/typed-document-node": "1.17.7",
"@graphql-codegen/cli": "1.17.7",
"@graphql-codegen/typescript": "1.17.7",
Expand Down
6 changes: 3 additions & 3 deletions examples/graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "graphql-example",
"private": true,
"version": "1.0.0",
"version": "2.0.0",
"scripts": {
"prepare": "patch-typed-document-node && yarn generate",
"postinstall": "patch-typed-document-node && yarn generate",
"generate": "graphql-codegen",
"precompile": "yarn generate",
"compile": "tsc"
Expand All @@ -12,7 +12,7 @@
"@types/node": "14.0.23",
"graphql": "15.3.0",
"typescript": "3.9.7",
"@graphql-typed-document-node/core": "1.0.0",
"@graphql-typed-document-node/core": "2.0.0",
"@graphql-codegen/typed-document-node": "1.17.7",
"@graphql-codegen/cli": "1.17.7",
"@graphql-codegen/typescript": "1.17.7",
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
{
"name": "graphql-typed-document-node",
"version": "1.0.0",
"version": "2.0.0",
"private": true,
"workspaces": [
"./examples/*",
"./packages/*"
],
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-typed-document-node/core",
"version": "1.0.0",
"version": "2.0.0",
"repository": "git@github.com:dotansimha/graphql-typed-document-node.git",
"author": "Dotan Simha <dotansimha@gmail.com>",
"license": "MIT",
Expand Down

0 comments on commit e079ea2

Please sign in to comment.