Skip to content

Commit db5de3d

Browse files
committed
v4.9.0-alpha.1
1 parent 74cf350 commit db5de3d

File tree

17 files changed

+26
-26
lines changed

17 files changed

+26
-26
lines changed

demo/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demo/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"private": true,
33
"name": "demo",
4-
"version": "4.9.0-alpha.0",
4+
"version": "4.9.0-alpha.1",
55
"dependencies": {
66
"@apollo/client": "3.0.0-beta.50",
77
"@apollo/react-hooks": "4.0.0-beta.1",
88
"@types/node": "14.0.4",
99
"@types/react": "16.9.35",
1010
"@types/react-dom": "16.9.8",
11-
"graphql-codegen-hasura-core": "^4.9.0-alpha.0",
11+
"graphql-codegen-hasura-core": "^4.9.0-alpha.1",
1212
"react": "^16.13.1",
1313
"react-dom": "^16.13.1",
1414
"react-scripts": "3.4.1"
@@ -25,10 +25,10 @@
2525
"@types/jest": "^25.2.3",
2626
"babel-jest": "^26.0.1",
2727
"graphql": "^15.0.0",
28-
"graphql-codegen-hasura-client-config": "^4.9.0-alpha.0",
29-
"graphql-codegen-hasura-gql": "^4.9.0-alpha.0",
30-
"graphql-codegen-hasura-react": "^4.9.0-alpha.0",
31-
"graphql-codegen-hasura-typescript": "^4.9.0-alpha.0",
28+
"graphql-codegen-hasura-client-config": "^4.9.0-alpha.1",
29+
"graphql-codegen-hasura-gql": "^4.9.0-alpha.1",
30+
"graphql-codegen-hasura-react": "^4.9.0-alpha.1",
31+
"graphql-codegen-hasura-typescript": "^4.9.0-alpha.1",
3232
"jest": "^26.0.1",
3333
"jest-extended": "^0.11.5",
3434
"typescript": "^3.9.3"

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "4.9.0-alpha.0",
2+
"version": "4.9.0-alpha.1",
33
"packages": [
44
".",
55
"demo",

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "graphql-codegen-hasura",
4-
"version": "4.9.0-alpha.0",
4+
"version": "4.9.0-alpha.1",
55
"description": "A collection of codgen plugins to support Hasura/Apollo GraphQL development",
66
"author": "ahrnee",
77
"license": "MIT",

packages/graphql-codegen-hasura-client-config/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/graphql-codegen-hasura-client-config/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-hasura-client-config",
3-
"version": "4.9.0-alpha.0",
3+
"version": "4.9.0-alpha.1",
44
"description": "GraphQL Code Generator plugin for generating a CRUD TypeScript Config for Hasura from Documents",
55
"author": "ahrnee <[email protected]>",
66
"license": "MIT",
@@ -25,7 +25,7 @@
2525
"@graphql-codegen/typescript": "^1.12.2",
2626
"@graphql-codegen/visitor-plugin-common": "1.12.2",
2727
"graphql": "^14.5.8",
28-
"graphql-codegen-hasura-shared": "^4.9.0-alpha.0",
28+
"graphql-codegen-hasura-shared": "^4.9.0-alpha.1",
2929
"path": "^0.12.7",
3030
"tslib": "1.10.0",
3131
"typescript": "3.7.2"

packages/graphql-codegen-hasura-core/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/graphql-codegen-hasura-core/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-core",
3-
"version": "4.9.0-alpha.0",
3+
"version": "4.9.0-alpha.1",
44
"description": "GraphQL Code Generator plugin for generating a CRUD TypeScript Config for Hasura from Documents",
55
"author": "ahrnee <[email protected]>",
66
"license": "MIT",

packages/graphql-codegen-hasura-gql/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)