Skip to content

Commit

Permalink
v0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kazekyo committed Jul 29, 2022
1 parent 5a5d85b commit aa58835
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-app",
"version": "0.4.2",
"version": "0.4.3",
"private": true,
"dependencies": {
"@apollo/client": "^3.6.2",
Expand Down Expand Up @@ -61,7 +61,7 @@
"@graphql-codegen/typescript": "^2.4.8",
"@graphql-codegen/typescript-operations": "^2.3.5",
"@kazekyo/nau-config": "^0.4.2",
"@kazekyo/nau-graphql-codegen-preset": "^0.4.2",
"@kazekyo/nau-graphql-codegen-preset": "^0.4.3",
"typescript": "^4.6.4"
}
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.4.2",
"version": "0.4.3",
"npmClient": "yarn",
"useWorkspaces": true,
"registry": "https://registry.npmjs.org/"
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-codegen-preset/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kazekyo/nau-graphql-codegen-preset",
"version": "0.4.2",
"version": "0.4.3",
"description": "A GraphQL Code Generator preset for Nau",
"author": "kazekyo",
"bugs": {
Expand Down

1 comment on commit aa58835

@vercel
Copy link

@vercel vercel bot commented on aa58835 Jul 29, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.