Skip to content

Commit

Permalink
v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Jun 17, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent d196ef0 commit 0d87511
Showing 5 changed files with 14,470 additions and 10,937 deletions.
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@example/e2e",
"version": "1.2.0",
"version": "1.2.1",
"type": "module",
"scripts": {
"dev": "pnpm run /^dev:/",
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "1.2.0",
"version": "1.2.1",
"npmClient": "pnpm"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@newmo/graphql-codegen-plugin-type-guards",
"version": "1.2.0",
"version": "1.2.1",
"description": "GraphQL Codegen Plugin to create type guards function for TypeScript",
"keywords": [
"graphql",
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@newmo/graphql-codegen-plugin-typescript-react-apollo",
"version": "1.2.0",
"version": "1.2.1",
"description": "GraphQL Codegen Plugin to create React Hooks for client preset",
"keywords": [
"graphql",
@@ -45,8 +45,8 @@
"@graphql-codegen/cli": "5.0.0",
"@graphql-codegen/client-preset": "^4.2.4",
"@types/node": "^20.11.29",
"typescript": "^5.4.5",
"graphql": "^16.8.2"
"graphql": "^16.8.2",
"typescript": "^5.4.5"
},
"publishConfig": {
"access": "public"
Loading

0 comments on commit 0d87511

Please sign in to comment.