Skip to content

Commit e36026b

Browse files
committed
chore(release): publish v0.24.1
1 parent f5a6374 commit e36026b

File tree

8 files changed

+44
-6
lines changed

8 files changed

+44
-6
lines changed

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.24.1](https://github.com/doug-martin/nestjs-query/compare/v0.24.0...v0.24.1) (2021-03-16)
7+
8+
9+
### Bug Fixes
10+
11+
* **typeorm, #954:** Filtering on relations with pagination ([#977](https://github.com/doug-martin/nestjs-query/issues/977)) ([f5a6374](https://github.com/doug-martin/nestjs-query/commit/f5a6374f6e22470f63ef6257f7271c818ed09321)), closes [#954](https://github.com/doug-martin/nestjs-query/issues/954) [#954](https://github.com/doug-martin/nestjs-query/issues/954) [#954](https://github.com/doug-martin/nestjs-query/issues/954) [#954](https://github.com/doug-martin/nestjs-query/issues/954)
12+
13+
14+
15+
16+
617
# [0.24.0](https://github.com/doug-martin/nestjs-query/compare/v0.23.1...v0.24.0) (2021-03-15)
718

819

examples/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.24.1](https://github.com/doug-martin/nestjs-query/compare/v0.24.0...v0.24.1) (2021-03-16)
7+
8+
**Note:** Version bump only for package nestjs-query-examples
9+
10+
11+
12+
13+
614
# [0.24.0](https://github.com/doug-martin/nestjs-query/compare/v0.23.1...v0.24.0) (2021-03-15)
715

816

examples/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nestjs-query-examples",
3-
"version": "0.24.0",
3+
"version": "0.24.1",
44
"description": "",
55
"author": "",
66
"private": true,
@@ -16,8 +16,8 @@
1616
"@nestjs-query/query-graphql": "0.24.0",
1717
"@nestjs-query/query-mongoose": "0.24.0",
1818
"@nestjs-query/query-sequelize": "0.24.0",
19-
"@nestjs-query/query-typegoose": "0.24.0",
20-
"@nestjs-query/query-typeorm": "0.24.0",
19+
"@nestjs-query/query-typegoose": "0.24.1",
20+
"@nestjs-query/query-typeorm": "0.24.1",
2121
"@nestjs/common": "7.6.14",
2222
"@nestjs/core": "7.6.14",
2323
"@nestjs/graphql": "7.9.11",

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.24.0"
19+
"version": "0.24.1"
2020
}

packages/query-typegoose/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.24.1](https://github.com/doug-martin/nestjs-query/compare/v0.24.0...v0.24.1) (2021-03-16)
7+
8+
**Note:** Version bump only for package @nestjs-query/query-typegoose
9+
10+
11+
12+
13+
614
# [0.24.0](https://github.com/doug-martin/nestjs-query/compare/v0.23.1...v0.24.0) (2021-03-15)
715

816

packages/query-typegoose/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-typegoose",
3-
"version": "0.24.0",
3+
"version": "0.24.1",
44
"description": "Typegoose adapter for @nestjs-query/core",
55
"author": "john mcinall<[email protected]>",
66
"homepage": "https://github.com/doug-martin/nestjs-query#readme",

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.24.1](https://github.com/doug-martin/nestjs-query/compare/v0.24.0...v0.24.1) (2021-03-16)
7+
8+
9+
### Bug Fixes
10+
11+
* **typeorm, #954:** Filtering on relations with pagination ([#977](https://github.com/doug-martin/nestjs-query/issues/977)) ([f5a6374](https://github.com/doug-martin/nestjs-query/commit/f5a6374f6e22470f63ef6257f7271c818ed09321)), closes [#954](https://github.com/doug-martin/nestjs-query/issues/954) [#954](https://github.com/doug-martin/nestjs-query/issues/954) [#954](https://github.com/doug-martin/nestjs-query/issues/954) [#954](https://github.com/doug-martin/nestjs-query/issues/954)
12+
13+
14+
15+
16+
617
# [0.24.0](https://github.com/doug-martin/nestjs-query/compare/v0.23.1...v0.24.0) (2021-03-15)
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.24.0",
3+
"version": "0.24.1",
44
"description": "Typeorm adapter for @nestjs-query/core",
55
"author": "doug-martin <[email protected]>",
66
"homepage": "https://github.com/doug-martin/nestjs-query#readme",

0 commit comments

Comments
 (0)