Skip to content

Commit d0981c1

Browse files
committed
chore(release): publish v0.25.0
1 parent f990258 commit d0981c1

File tree

16 files changed

+159
-27
lines changed

16 files changed

+159
-27
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,32 @@
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.25.0](https://github.com/doug-martin/nestjs-query/compare/v0.24.5...v0.25.0) (2021-03-31)
7+
8+
9+
### Bug Fixes
10+
11+
* Add consistent sorting for aggregate queries ([4ac7a14](https://github.com/doug-martin/nestjs-query/commit/4ac7a1485c7dcd83569951298606f487608806b1))
12+
* **deps:** update dependency apollo-server-express to v2.22.1 ([0a342bd](https://github.com/doug-martin/nestjs-query/commit/0a342bd3a57acdf919f5a8fb8bbd09db52cdf04c))
13+
* **deps:** update dependency apollo-server-express to v2.22.2 ([48bafef](https://github.com/doug-martin/nestjs-query/commit/48bafef9e1b3254f642c2d2cc93b33938bf17216))
14+
* **deps:** update dependency apollo-server-plugin-base to v0.11.0 ([a6387ce](https://github.com/doug-martin/nestjs-query/commit/a6387ce3880adc5dbea645ff6536c8cb6db33120))
15+
* **deps:** update dependency rxjs to v6.6.7 ([4708635](https://github.com/doug-martin/nestjs-query/commit/4708635ab00136ca82ab9fb1373ca435172ea897))
16+
* **deps:** update react monorepo to v17.0.2 ([11819da](https://github.com/doug-martin/nestjs-query/commit/11819da926f4753743cbb0322a63b5ad00f8a897))
17+
18+
19+
### Features
20+
21+
* **core:** Add aggregate group by ([d5eb73b](https://github.com/doug-martin/nestjs-query/commit/d5eb73b9e7a193f664f46486435b7d8d76087b55))
22+
* **graphql:** Add new aggregate groupBy ([922e696](https://github.com/doug-martin/nestjs-query/commit/922e696df1c56d5d0181cbb769ffbfba943157dd))
23+
* **mongoose:** Update to support new aggregate with groupBy ([ccd0438](https://github.com/doug-martin/nestjs-query/commit/ccd04382de6ece10dd03db76052741ea1d7083a4))
24+
* **sequelize:** Update to support new aggregate with groupBy ([81fdef1](https://github.com/doug-martin/nestjs-query/commit/81fdef17304ad28a043f6a8e9a9496158e61022e))
25+
* **typegoose:** Update to support new aggregate with groupBy ([90992e1](https://github.com/doug-martin/nestjs-query/commit/90992e1a1dcc4e4e888e5946ab639535932f8f52))
26+
* **typeorm:** Update to support new aggregate with groupBy ([e2a4f30](https://github.com/doug-martin/nestjs-query/commit/e2a4f3066834ae7fddf0239ab647a0a9de667149))
27+
28+
29+
30+
31+
632
## [0.24.5](https://github.com/doug-martin/nestjs-query/compare/v0.24.4...v0.24.5) (2021-03-19)
733

834

examples/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
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.25.0](https://github.com/doug-martin/nestjs-query/compare/v0.24.5...v0.25.0) (2021-03-31)
7+
8+
9+
### Bug Fixes
10+
11+
* Add consistent sorting for aggregate queries ([4ac7a14](https://github.com/doug-martin/nestjs-query/commit/4ac7a1485c7dcd83569951298606f487608806b1))
12+
* **deps:** update dependency apollo-server-express to v2.22.1 ([0a342bd](https://github.com/doug-martin/nestjs-query/commit/0a342bd3a57acdf919f5a8fb8bbd09db52cdf04c))
13+
* **deps:** update dependency apollo-server-express to v2.22.2 ([48bafef](https://github.com/doug-martin/nestjs-query/commit/48bafef9e1b3254f642c2d2cc93b33938bf17216))
14+
* **deps:** update dependency apollo-server-plugin-base to v0.11.0 ([a6387ce](https://github.com/doug-martin/nestjs-query/commit/a6387ce3880adc5dbea645ff6536c8cb6db33120))
15+
* **deps:** update dependency rxjs to v6.6.7 ([4708635](https://github.com/doug-martin/nestjs-query/commit/4708635ab00136ca82ab9fb1373ca435172ea897))
16+
17+
18+
19+
20+
621
## [0.24.5](https://github.com/doug-martin/nestjs-query/compare/v0.24.4...v0.24.5) (2021-03-19)
722

823

examples/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nestjs-query-examples",
3-
"version": "0.24.5",
3+
"version": "0.25.0",
44
"description": "",
55
"author": "",
66
"private": true,
@@ -12,12 +12,12 @@
1212
"start": "nest start --watch"
1313
},
1414
"dependencies": {
15-
"@nestjs-query/core": "0.24.4",
16-
"@nestjs-query/query-graphql": "0.24.5",
17-
"@nestjs-query/query-mongoose": "0.24.4",
18-
"@nestjs-query/query-sequelize": "0.24.5",
19-
"@nestjs-query/query-typegoose": "0.24.4",
20-
"@nestjs-query/query-typeorm": "0.24.4",
15+
"@nestjs-query/core": "0.25.0",
16+
"@nestjs-query/query-graphql": "0.25.0",
17+
"@nestjs-query/query-mongoose": "0.25.0",
18+
"@nestjs-query/query-sequelize": "0.25.0",
19+
"@nestjs-query/query-typegoose": "0.25.0",
20+
"@nestjs-query/query-typeorm": "0.25.0",
2121
"@nestjs/common": "7.6.15",
2222
"@nestjs/core": "7.6.15",
2323
"@nestjs/graphql": "7.10.3",

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

packages/core/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.25.0](https://github.com/doug-martin/nestjs-query/compare/v0.24.5...v0.25.0) (2021-03-31)
7+
8+
9+
### Bug Fixes
10+
11+
* Add consistent sorting for aggregate queries ([4ac7a14](https://github.com/doug-martin/nestjs-query/commit/4ac7a1485c7dcd83569951298606f487608806b1))
12+
13+
14+
### Features
15+
16+
* **core:** Add aggregate group by ([d5eb73b](https://github.com/doug-martin/nestjs-query/commit/d5eb73b9e7a193f664f46486435b7d8d76087b55))
17+
18+
19+
20+
21+
622
## [0.24.4](https://github.com/doug-martin/nestjs-query/compare/v0.24.3...v0.24.4) (2021-03-18)
723

824
**Note:** Version bump only for package @nestjs-query/core

packages/core/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/core",
3-
"version": "0.24.4",
3+
"version": "0.25.0",
44
"description": "Base query package",
55
"author": "doug-martin <[email protected]>",
66
"homepage": "https://github.com/doug-martin/nestjs-query#readme",

packages/query-graphql/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.25.0](https://github.com/doug-martin/nestjs-query/compare/v0.24.5...v0.25.0) (2021-03-31)
7+
8+
9+
### Features
10+
11+
* **graphql:** Add new aggregate groupBy ([922e696](https://github.com/doug-martin/nestjs-query/commit/922e696df1c56d5d0181cbb769ffbfba943157dd))
12+
13+
14+
15+
16+
617
## [0.24.5](https://github.com/doug-martin/nestjs-query/compare/v0.24.4...v0.24.5) (2021-03-19)
718

819
**Note:** Version bump only for package @nestjs-query/query-graphql

packages/query-graphql/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/query-graphql",
3-
"version": "0.24.5",
3+
"version": "0.25.0",
44
"description": "Nestjs graphql query adapter",
55
"author": "doug-martin <[email protected]>",
66
"homepage": "https://github.com/doug-martin/nestjs-query#readme",
@@ -38,7 +38,7 @@
3838
"url": "https://github.com/doug-martin/nestjs-query/issues"
3939
},
4040
"dependencies": {
41-
"@nestjs-query/core": "0.24.4",
41+
"@nestjs-query/core": "0.25.0",
4242
"graphql-fields": "^2.0.3",
4343
"lodash.omit": "^4.5.0",
4444
"lower-case-first": "^2.0.1",

packages/query-mongoose/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.25.0](https://github.com/doug-martin/nestjs-query/compare/v0.24.5...v0.25.0) (2021-03-31)
7+
8+
9+
### Bug Fixes
10+
11+
* Add consistent sorting for aggregate queries ([4ac7a14](https://github.com/doug-martin/nestjs-query/commit/4ac7a1485c7dcd83569951298606f487608806b1))
12+
13+
14+
### Features
15+
16+
* **mongoose:** Update to support new aggregate with groupBy ([ccd0438](https://github.com/doug-martin/nestjs-query/commit/ccd04382de6ece10dd03db76052741ea1d7083a4))
17+
18+
19+
20+
21+
622
## [0.24.4](https://github.com/doug-martin/nestjs-query/compare/v0.24.3...v0.24.4) (2021-03-18)
723

824
**Note:** Version bump only for package @nestjs-query/query-mongoose

packages/query-mongoose/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nestjs-query/query-mongoose",
3-
"version": "0.24.4",
3+
"version": "0.25.0",
44
"description": "Mongoose adapter for @nestjs-query/core",
55
"author": "doug-martin <[email protected]>",
66
"homepage": "https://github.com/doug-martin/nestjs-query#readme",
@@ -18,11 +18,11 @@
1818
"access": "public"
1919
},
2020
"dependencies": {
21-
"@nestjs-query/core": "0.24.4",
21+
"@nestjs-query/core": "0.25.0",
22+
"camel-case": "^4.1.2",
2223
"lodash.escaperegexp": "^4.1.2",
2324
"lodash.merge": "^4.6.2",
24-
"tslib": "^2.1.0",
25-
"camel-case": "^4.1.2"
25+
"tslib": "^2.1.0"
2626
},
2727
"peerDependencies": {
2828
"@nestjs/common": "^7.0.0",

0 commit comments

Comments
 (0)