Skip to content

Commit

Permalink
v0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kazekyo committed Sep 11, 2022
1 parent 9e45f9a commit 146e61a
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 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.3",
"version": "0.4.4",
"private": true,
"dependencies": {
"@apollo/client": "^3.6.2",
Expand All @@ -13,7 +13,7 @@
"@chakra-ui/react": "^2.0.0",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@kazekyo/nau": "^0.4.1",
"@kazekyo/nau": "^0.4.4",
"@types/express": "^4.17.13",
"@types/node": "^18.0.0",
"@types/react": "^18.0.8",
Expand Down Expand Up @@ -60,8 +60,8 @@
"@graphql-codegen/typed-document-node": "^2.2.8",
"@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.3",
"@kazekyo/nau-config": "^0.4.4",
"@kazekyo/nau-graphql-codegen-preset": "^0.4.4",
"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.3",
"version": "0.4.4",
"npmClient": "yarn",
"useWorkspaces": true,
"registry": "https://registry.npmjs.org/"
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kazekyo/nau-config",
"version": "0.4.2",
"version": "0.4.4",
"description": "Configuration for Nau",
"author": "kazekyo",
"bugs": {
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.4.1",
"version": "0.4.4",
"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
6 changes: 3 additions & 3 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.4.3",
"version": "0.4.4",
"description": "A GraphQL Code Generator preset for Nau",
"author": "kazekyo",
"bugs": {
Expand All @@ -10,8 +10,8 @@
"@graphql-codegen/plugin-helpers": "^2.1.1",
"@graphql-codegen/visitor-plugin-common": "^2.2.1",
"@graphql-tools/utils": "^8.2.4",
"@kazekyo/nau": "^0.4.1",
"@kazekyo/nau-config": "^0.4.2",
"@kazekyo/nau": "^0.4.4",
"@kazekyo/nau-config": "^0.4.4",
"@relay-graphql-js/validation-rules": "^0.1.0",
"js-base64": "^3.6.0",
"lodash.clonedeep": "^4.5.0"
Expand Down

1 comment on commit 146e61a

@vercel
Copy link

@vercel vercel bot commented on 146e61a Sep 11, 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.