Skip to content

Commit 4fb5a4b

Browse files
committed
fixing publishing issue
1 parent 9517d29 commit 4fb5a4b

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

dev/npm-unpublish-snippet.txt

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
npm unpublish graphql-codegen-hasura-client-config@<version>
2+
npm unpublish graphql-codegen-hasura-core@<version>
3+
npm unpublish graphql-codegen-hasura-gql@<version>
4+
npm unpublish graphql-codegen-hasura-react@<version>
5+
npm unpublish graphql-codegen-hasura-shared@<version>
6+
npm unpublish graphql-codegen-hasura-typescript@<version>

packages/graphql-codegen-hasura-shared/dist/src/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-codegen-hasura-shared",
3-
"version": "4.8.2",
3+
"version": "4.8.3-4.8.4-alphha.0.0",
44
"description": "GraphQL Code Generator plugin for generating a CRUD TypeScript Config for Hasura from Documents",
55
"author": "ahrnee <[email protected]>",
66
"license": "MIT",
@@ -35,7 +35,7 @@
3535
"typescript": {
3636
"definition": "dist/graphql-codegen-hasura-client-config/src/index.d.ts"
3737
},
38-
"gitHead": "5eba6af13fe6ba68f7394f8a4e2bfd500654545f",
38+
"gitHead": "9517d2927ec3227b751425112bd850ea1b4aa35a",
3939
"dependencies": {
4040
"change-case": "^4.1.1"
4141
}

0 commit comments

Comments
 (0)