Skip to content

Commit 0521166

Browse files
committed
v2.0.1
1 parent ce7055a commit 0521166

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

demo/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "demo",
4-
"version": "2.0.0",
4+
"version": "2.0.1",
55
"dependencies": {
66
"@apollo/client": "^3.0.0-beta.10",
77
"@apollo/react-hooks": "^3.2.0-beta.0",
@@ -21,10 +21,10 @@
2121
"@graphql-codegen/typescript-operations": "1.8.3",
2222
"@graphql-codegen/typescript-react-apollo": "1.8.3",
2323
"@graphql-codegen/typescript-resolvers": "1.8.3",
24-
"graphql-codegen-hasura-gql-from-documents": "^2.0.0",
25-
"graphql-codegen-hasura-gql-from-schema": "^2.0.0",
26-
"graphql-codegen-hasura-typescript-from-documents": "^2.0.0",
27-
"graphql-codegen-hasura-typescript-from-schema": "^2.0.0"
24+
"graphql-codegen-hasura-gql-from-documents": "^2.0.1",
25+
"graphql-codegen-hasura-gql-from-schema": "^2.0.1",
26+
"graphql-codegen-hasura-typescript-from-documents": "^2.0.1",
27+
"graphql-codegen-hasura-typescript-from-schema": "^2.0.1"
2828
},
2929
"scripts": {
3030
"start": "react-scripts start",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.0.0",
2+
"version": "2.0.1",
33
"packages": [
44
"packages/graphql-codegen-hasura-gql-from-schema",
55
"packages/graphql-codegen-hasura-gql-from-documents",

packages/graphql-codegen-hasura-gql-from-documents/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-codegen-hasura-gql-from-documents",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "GraphQL Code Generator plugin for generating a CRUD Gql for Hasura",
55
"author": "ahrnee <[email protected]>",
66
"license": "MIT",

packages/graphql-codegen-hasura-gql-from-schema/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-codegen-hasura-gql-from-schema",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "GraphQL Code Generator plugin for generating a CRUD Gql for Hasura",
55
"author": "ahrnee <[email protected]>",
66
"license": "MIT",

packages/graphql-codegen-hasura-typescript-from-documents/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-codegen-hasura-typescript-from-documents",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "GraphQL Code Generator plugin for generating a CRUD TypeScript for Hasura from Documents",
55
"author": "ahrnee <[email protected]>",
66
"license": "MIT",

packages/graphql-codegen-hasura-typescript-from-schema/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-codegen-hasura-typescript-from-schema",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "GraphQL Code Generator plugin for generating a CRUD TypeScript for Hasura",
55
"author": "ahrnee <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)