Skip to content

Commit a32e25b

Browse files
committed
chore(release): publish v0.19.1
1 parent 7887b8c commit a32e25b

File tree

6 files changed

+38
-4
lines changed

6 files changed

+38
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.19.1](https://github.com/doug-martin/nestjs-query/compare/v0.19.0...v0.19.1) (2020-09-02)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency graphql-tools to v6.2.0 ([1183fa3](https://github.com/doug-martin/nestjs-query/commit/1183fa345da9230c07b2bebaabe29647bb498f6d))
12+
* **typeorm,#493:** Fix uni-directional relation SQL ([7887b8c](https://github.com/doug-martin/nestjs-query/commit/7887b8c94516194840df03139fecd0d5a0f38f65))
13+
14+
15+
16+
17+
618
# [0.19.0](https://github.com/doug-martin/nestjs-query/compare/v0.18.1...v0.19.0) (2020-09-01)
719

820

examples/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.19.1](https://github.com/doug-martin/nestjs-query/compare/v0.19.0...v0.19.1) (2020-09-02)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency graphql-tools to v6.2.0 ([1183fa3](https://github.com/doug-martin/nestjs-query/commit/1183fa345da9230c07b2bebaabe29647bb498f6d))
12+
13+
14+
15+
16+
617
# [0.19.0](https://github.com/doug-martin/nestjs-query/compare/v0.18.1...v0.19.0) (2020-09-01)
718

819

examples/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nestjs-query-examples",
3-
"version": "0.19.0",
3+
"version": "0.19.1",
44
"description": "",
55
"author": "",
66
"private": true,
@@ -15,7 +15,7 @@
1515
"@nestjs-query/core": "0.19.0",
1616
"@nestjs-query/query-graphql": "0.19.0",
1717
"@nestjs-query/query-sequelize": "0.19.0",
18-
"@nestjs-query/query-typeorm": "0.19.0",
18+
"@nestjs-query/query-typeorm": "0.19.1",
1919
"@nestjs/common": "7.4.4",
2020
"@nestjs/core": "7.4.4",
2121
"@nestjs/graphql": "7.6.0",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
"hoist": true
1717
}
1818
},
19-
"version": "0.19.0"
19+
"version": "0.19.1"
2020
}

packages/query-typeorm/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.19.1](https://github.com/doug-martin/nestjs-query/compare/v0.19.0...v0.19.1) (2020-09-02)
7+
8+
9+
### Bug Fixes
10+
11+
* **typeorm,#493:** Fix uni-directional relation SQL ([7887b8c](https://github.com/doug-martin/nestjs-query/commit/7887b8c94516194840df03139fecd0d5a0f38f65))
12+
13+
14+
15+
16+
617
# [0.19.0](https://github.com/doug-martin/nestjs-query/compare/v0.18.1...v0.19.0) (2020-09-01)
718

819

packages/query-typeorm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nestjs-query/query-typeorm",
3-
"version": "0.19.0",
3+
"version": "0.19.1",
44
"description": "Typeorm adapter for @nestjs-query/core",
55
"author": "doug-martin <doug@dougamartin.com>",
66
"homepage": "https://github.com/doug-martin/nestjs-query#readme",

0 commit comments

Comments
 (0)