Skip to content

Commit

Permalink
v0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
doug-martin committed Feb 23, 2020
1 parent 4989877 commit 4639d64
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/nest-graphql-typeorm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nest-graphql-typeorm",
"version": "0.3.3",
"version": "0.3.4",
"description": "",
"author": "",
"private": true,
Expand All @@ -19,7 +19,7 @@
"dependencies": {
"@nestjs-query/core": "^0.3.3",
"@nestjs-query/query-graphql": "^0.3.3",
"@nestjs-query/query-typeorm": "^0.3.3",
"@nestjs-query/query-typeorm": "^0.3.4",
"@nestjs/common": "^6.11.8",
"@nestjs/core": "^6.11.8",
"@nestjs/graphql": "^6.5.5",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"allowBranch": "master"
}
},
"version": "0.3.3"
"version": "0.3.4"
}
2 changes: 1 addition & 1 deletion packages/query-typeorm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestjs-query/query-typeorm",
"version": "0.3.3",
"version": "0.3.4",
"description": "Typeorm adapter for @nestjs-query/core",
"author": "doug-martin <[email protected]>",
"homepage": "https://github.com/doug-martin/nestjs-query#readme",
Expand Down

0 comments on commit 4639d64

Please sign in to comment.