Skip to content

Commit

Permalink
v0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kazekyo committed Jan 7, 2023
1 parent 0963cce commit 3e328b9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 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.4",
"version": "0.4.5",
"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.4",
"@kazekyo/nau-graphql-codegen-preset": "^0.4.4",
"@kazekyo/nau-graphql-codegen-preset": "^0.4.5",
"typescript": "^4.6.4"
}
}
6 changes: 2 additions & 4 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"packages": [
"packages/*"
],
"version": "0.4.4",
"packages": ["packages/*"],
"version": "0.4.5",
"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.4",
"version": "0.4.5",
"description": "A GraphQL Code Generator preset for Nau",
"author": "kazekyo",
"bugs": {
Expand Down

1 comment on commit 3e328b9

@vercel
Copy link

@vercel vercel bot commented on 3e328b9 Jan 7, 2023

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.