Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kazekyo committed May 14, 2022
1 parent f21aa04 commit 1c0db3c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions examples/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-app",
"version": "0.3.1",
"version": "0.4.0",
"private": true,
"dependencies": {
"@apollo/client": "^3.6.2",
Expand All @@ -13,7 +13,7 @@
"@chakra-ui/react": "^1.6.6",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@kazekyo/nau": "^0.3.1",
"@kazekyo/nau": "^0.4.0",
"@types/express": "^4.17.13",
"@types/node": "^17.0.32",
"@types/react": "^18.0.8",
Expand Down Expand Up @@ -59,7 +59,7 @@
"@graphql-codegen/typed-document-node": "^2.2.8",
"@graphql-codegen/typescript": "^2.4.8",
"@graphql-codegen/typescript-operations": "^2.3.5",
"@kazekyo/nau-graphql-codegen-preset": "^0.3.1",
"@kazekyo/nau-graphql-codegen-preset": "^0.4.0",
"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.3.1",
"version": "0.4.0",
"npmClient": "yarn",
"useWorkspaces": true,
"registry": "https://registry.npmjs.org/"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kazekyo/nau",
"version": "0.3.1",
"version": "0.4.0",
"description": "Nau is a tool that makes the use of Apollo Client more productive for users using Relay GraphQL Server Specification compliant backends.",
"author": "kazekyo",
"bugs": {
Expand Down
4 changes: 2 additions & 2 deletions 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.3.1",
"version": "0.4.0",
"description": "A GraphQL Code Generator preset for Nau",
"author": "kazekyo",
"bugs": {
Expand All @@ -10,7 +10,7 @@
"@graphql-codegen/plugin-helpers": "^2.1.1",
"@graphql-codegen/visitor-plugin-common": "^2.2.1",
"@graphql-tools/utils": "^8.2.4",
"@kazekyo/nau": "^0.3.1",
"@kazekyo/nau": "^0.4.0",
"@relay-graphql-js/validation-rules": "^0.0.1",
"js-base64": "^3.6.0",
"lodash.clonedeep": "^4.5.0"
Expand Down

1 comment on commit 1c0db3c

@vercel
Copy link

@vercel vercel bot commented on 1c0db3c May 14, 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.