Skip to content

Commit

Permalink
chore(release): publish v0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
doug-martin committed Mar 31, 2021
1 parent f990258 commit d0981c1
Show file tree
Hide file tree
Showing 16 changed files with 159 additions and 27 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,32 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.25.0](https://github.com/doug-martin/nestjs-query/compare/v0.24.5...v0.25.0) (2021-03-31)


### Bug Fixes

* Add consistent sorting for aggregate queries ([4ac7a14](https://github.com/doug-martin/nestjs-query/commit/4ac7a1485c7dcd83569951298606f487608806b1))
* **deps:** update dependency apollo-server-express to v2.22.1 ([0a342bd](https://github.com/doug-martin/nestjs-query/commit/0a342bd3a57acdf919f5a8fb8bbd09db52cdf04c))
* **deps:** update dependency apollo-server-express to v2.22.2 ([48bafef](https://github.com/doug-martin/nestjs-query/commit/48bafef9e1b3254f642c2d2cc93b33938bf17216))
* **deps:** update dependency apollo-server-plugin-base to v0.11.0 ([a6387ce](https://github.com/doug-martin/nestjs-query/commit/a6387ce3880adc5dbea645ff6536c8cb6db33120))
* **deps:** update dependency rxjs to v6.6.7 ([4708635](https://github.com/doug-martin/nestjs-query/commit/4708635ab00136ca82ab9fb1373ca435172ea897))
* **deps:** update react monorepo to v17.0.2 ([11819da](https://github.com/doug-martin/nestjs-query/commit/11819da926f4753743cbb0322a63b5ad00f8a897))


### Features

* **core:** Add aggregate group by ([d5eb73b](https://github.com/doug-martin/nestjs-query/commit/d5eb73b9e7a193f664f46486435b7d8d76087b55))
* **graphql:** Add new aggregate groupBy ([922e696](https://github.com/doug-martin/nestjs-query/commit/922e696df1c56d5d0181cbb769ffbfba943157dd))
* **mongoose:** Update to support new aggregate with groupBy ([ccd0438](https://github.com/doug-martin/nestjs-query/commit/ccd04382de6ece10dd03db76052741ea1d7083a4))
* **sequelize:** Update to support new aggregate with groupBy ([81fdef1](https://github.com/doug-martin/nestjs-query/commit/81fdef17304ad28a043f6a8e9a9496158e61022e))
* **typegoose:** Update to support new aggregate with groupBy ([90992e1](https://github.com/doug-martin/nestjs-query/commit/90992e1a1dcc4e4e888e5946ab639535932f8f52))
* **typeorm:** Update to support new aggregate with groupBy ([e2a4f30](https://github.com/doug-martin/nestjs-query/commit/e2a4f3066834ae7fddf0239ab647a0a9de667149))





## [0.24.5](https://github.com/doug-martin/nestjs-query/compare/v0.24.4...v0.24.5) (2021-03-19)


Expand Down
15 changes: 15 additions & 0 deletions examples/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.25.0](https://github.com/doug-martin/nestjs-query/compare/v0.24.5...v0.25.0) (2021-03-31)


### Bug Fixes

* Add consistent sorting for aggregate queries ([4ac7a14](https://github.com/doug-martin/nestjs-query/commit/4ac7a1485c7dcd83569951298606f487608806b1))
* **deps:** update dependency apollo-server-express to v2.22.1 ([0a342bd](https://github.com/doug-martin/nestjs-query/commit/0a342bd3a57acdf919f5a8fb8bbd09db52cdf04c))
* **deps:** update dependency apollo-server-express to v2.22.2 ([48bafef](https://github.com/doug-martin/nestjs-query/commit/48bafef9e1b3254f642c2d2cc93b33938bf17216))
* **deps:** update dependency apollo-server-plugin-base to v0.11.0 ([a6387ce](https://github.com/doug-martin/nestjs-query/commit/a6387ce3880adc5dbea645ff6536c8cb6db33120))
* **deps:** update dependency rxjs to v6.6.7 ([4708635](https://github.com/doug-martin/nestjs-query/commit/4708635ab00136ca82ab9fb1373ca435172ea897))





## [0.24.5](https://github.com/doug-martin/nestjs-query/compare/v0.24.4...v0.24.5) (2021-03-19)


Expand Down
14 changes: 7 additions & 7 deletions examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nestjs-query-examples",
"version": "0.24.5",
"version": "0.25.0",
"description": "",
"author": "",
"private": true,
Expand All @@ -12,12 +12,12 @@
"start": "nest start --watch"
},
"dependencies": {
"@nestjs-query/core": "0.24.4",
"@nestjs-query/query-graphql": "0.24.5",
"@nestjs-query/query-mongoose": "0.24.4",
"@nestjs-query/query-sequelize": "0.24.5",
"@nestjs-query/query-typegoose": "0.24.4",
"@nestjs-query/query-typeorm": "0.24.4",
"@nestjs-query/core": "0.25.0",
"@nestjs-query/query-graphql": "0.25.0",
"@nestjs-query/query-mongoose": "0.25.0",
"@nestjs-query/query-sequelize": "0.25.0",
"@nestjs-query/query-typegoose": "0.25.0",
"@nestjs-query/query-typeorm": "0.25.0",
"@nestjs/common": "7.6.15",
"@nestjs/core": "7.6.15",
"@nestjs/graphql": "7.10.3",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
"hoist": true
}
},
"version": "0.24.5"
"version": "0.25.0"
}
16 changes: 16 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.25.0](https://github.com/doug-martin/nestjs-query/compare/v0.24.5...v0.25.0) (2021-03-31)


### Bug Fixes

* Add consistent sorting for aggregate queries ([4ac7a14](https://github.com/doug-martin/nestjs-query/commit/4ac7a1485c7dcd83569951298606f487608806b1))


### Features

* **core:** Add aggregate group by ([d5eb73b](https://github.com/doug-martin/nestjs-query/commit/d5eb73b9e7a193f664f46486435b7d8d76087b55))





## [0.24.4](https://github.com/doug-martin/nestjs-query/compare/v0.24.3...v0.24.4) (2021-03-18)

**Note:** Version bump only for package @nestjs-query/core
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": "@nestjs-query/core",
"version": "0.24.4",
"version": "0.25.0",
"description": "Base query package",
"author": "doug-martin <[email protected]>",
"homepage": "https://github.com/doug-martin/nestjs-query#readme",
Expand Down
11 changes: 11 additions & 0 deletions packages/query-graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.25.0](https://github.com/doug-martin/nestjs-query/compare/v0.24.5...v0.25.0) (2021-03-31)


### Features

* **graphql:** Add new aggregate groupBy ([922e696](https://github.com/doug-martin/nestjs-query/commit/922e696df1c56d5d0181cbb769ffbfba943157dd))





## [0.24.5](https://github.com/doug-martin/nestjs-query/compare/v0.24.4...v0.24.5) (2021-03-19)

**Note:** Version bump only for package @nestjs-query/query-graphql
Expand Down
4 changes: 2 additions & 2 deletions packages/query-graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestjs-query/query-graphql",
"version": "0.24.5",
"version": "0.25.0",
"description": "Nestjs graphql query adapter",
"author": "doug-martin <[email protected]>",
"homepage": "https://github.com/doug-martin/nestjs-query#readme",
Expand Down Expand Up @@ -38,7 +38,7 @@
"url": "https://github.com/doug-martin/nestjs-query/issues"
},
"dependencies": {
"@nestjs-query/core": "0.24.4",
"@nestjs-query/core": "0.25.0",
"graphql-fields": "^2.0.3",
"lodash.omit": "^4.5.0",
"lower-case-first": "^2.0.1",
Expand Down
16 changes: 16 additions & 0 deletions packages/query-mongoose/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.25.0](https://github.com/doug-martin/nestjs-query/compare/v0.24.5...v0.25.0) (2021-03-31)


### Bug Fixes

* Add consistent sorting for aggregate queries ([4ac7a14](https://github.com/doug-martin/nestjs-query/commit/4ac7a1485c7dcd83569951298606f487608806b1))


### Features

* **mongoose:** Update to support new aggregate with groupBy ([ccd0438](https://github.com/doug-martin/nestjs-query/commit/ccd04382de6ece10dd03db76052741ea1d7083a4))





## [0.24.4](https://github.com/doug-martin/nestjs-query/compare/v0.24.3...v0.24.4) (2021-03-18)

**Note:** Version bump only for package @nestjs-query/query-mongoose
Expand Down
8 changes: 4 additions & 4 deletions packages/query-mongoose/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestjs-query/query-mongoose",
"version": "0.24.4",
"version": "0.25.0",
"description": "Mongoose adapter for @nestjs-query/core",
"author": "doug-martin <[email protected]>",
"homepage": "https://github.com/doug-martin/nestjs-query#readme",
Expand All @@ -18,11 +18,11 @@
"access": "public"
},
"dependencies": {
"@nestjs-query/core": "0.24.4",
"@nestjs-query/core": "0.25.0",
"camel-case": "^4.1.2",
"lodash.escaperegexp": "^4.1.2",
"lodash.merge": "^4.6.2",
"tslib": "^2.1.0",
"camel-case": "^4.1.2"
"tslib": "^2.1.0"
},
"peerDependencies": {
"@nestjs/common": "^7.0.0",
Expand Down
16 changes: 16 additions & 0 deletions packages/query-sequelize/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.25.0](https://github.com/doug-martin/nestjs-query/compare/v0.24.5...v0.25.0) (2021-03-31)


### Bug Fixes

* Add consistent sorting for aggregate queries ([4ac7a14](https://github.com/doug-martin/nestjs-query/commit/4ac7a1485c7dcd83569951298606f487608806b1))


### Features

* **sequelize:** Update to support new aggregate with groupBy ([81fdef1](https://github.com/doug-martin/nestjs-query/commit/81fdef17304ad28a043f6a8e9a9496158e61022e))





## [0.24.5](https://github.com/doug-martin/nestjs-query/compare/v0.24.4...v0.24.5) (2021-03-19)

**Note:** Version bump only for package @nestjs-query/query-sequelize
Expand Down
8 changes: 4 additions & 4 deletions packages/query-sequelize/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestjs-query/query-sequelize",
"version": "0.24.5",
"version": "0.25.0",
"description": "Sequelize adapter for @nestjs-query/core",
"author": "doug-martin <[email protected]>",
"homepage": "https://github.com/doug-martin/nestjs-query#readme",
Expand All @@ -18,10 +18,10 @@
"access": "public"
},
"dependencies": {
"@nestjs-query/core": "0.24.4",
"@nestjs-query/core": "0.25.0",
"camel-case": "^4.1.2",
"lodash.pick": "4.4.0",
"tslib": "^2.1.0",
"camel-case": "^4.1.2"
"tslib": "^2.1.0"
},
"peerDependencies": {
"@nestjs/common": "^7.0.0",
Expand Down
16 changes: 16 additions & 0 deletions packages/query-typegoose/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.25.0](https://github.com/doug-martin/nestjs-query/compare/v0.24.5...v0.25.0) (2021-03-31)


### Bug Fixes

* Add consistent sorting for aggregate queries ([4ac7a14](https://github.com/doug-martin/nestjs-query/commit/4ac7a1485c7dcd83569951298606f487608806b1))


### Features

* **typegoose:** Update to support new aggregate with groupBy ([90992e1](https://github.com/doug-martin/nestjs-query/commit/90992e1a1dcc4e4e888e5946ab639535932f8f52))





## [0.24.4](https://github.com/doug-martin/nestjs-query/compare/v0.24.3...v0.24.4) (2021-03-18)

**Note:** Version bump only for package @nestjs-query/query-typegoose
Expand Down
8 changes: 4 additions & 4 deletions packages/query-typegoose/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestjs-query/query-typegoose",
"version": "0.24.4",
"version": "0.25.0",
"description": "Typegoose adapter for @nestjs-query/core",
"author": "john mcinall<[email protected]>",
"homepage": "https://github.com/doug-martin/nestjs-query#readme",
Expand All @@ -18,11 +18,11 @@
"access": "public"
},
"dependencies": {
"@nestjs-query/core": "0.24.4",
"@nestjs-query/core": "0.25.0",
"camel-case": "^4.1.2",
"lodash.escaperegexp": "^4.1.2",
"lodash.merge": "^4.6.2",
"tslib": "^2.1.0",
"camel-case": "^4.1.2"
"tslib": "^2.1.0"
},
"peerDependencies": {
"@nestjs/common": "^7.0.0",
Expand Down
16 changes: 16 additions & 0 deletions packages/query-typeorm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.25.0](https://github.com/doug-martin/nestjs-query/compare/v0.24.5...v0.25.0) (2021-03-31)


### Bug Fixes

* Add consistent sorting for aggregate queries ([4ac7a14](https://github.com/doug-martin/nestjs-query/commit/4ac7a1485c7dcd83569951298606f487608806b1))


### Features

* **typeorm:** Update to support new aggregate with groupBy ([e2a4f30](https://github.com/doug-martin/nestjs-query/commit/e2a4f3066834ae7fddf0239ab647a0a9de667149))





## [0.24.4](https://github.com/doug-martin/nestjs-query/compare/v0.24.3...v0.24.4) (2021-03-18)

**Note:** Version bump only for package @nestjs-query/query-typeorm
Expand Down
8 changes: 4 additions & 4 deletions 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.24.4",
"version": "0.25.0",
"description": "Typeorm adapter for @nestjs-query/core",
"author": "doug-martin <[email protected]>",
"homepage": "https://github.com/doug-martin/nestjs-query#readme",
Expand All @@ -18,12 +18,12 @@
"access": "public"
},
"dependencies": {
"@nestjs-query/core": "0.24.4",
"@nestjs-query/core": "0.25.0",
"camel-case": "^4.1.2",
"lodash.filter": "^4.6.0",
"lodash.omit": "^4.5.0",
"tslib": "^2.1.0",
"uuid": "^8.3.2",
"camel-case": "^4.1.2"
"uuid": "^8.3.2"
},
"peerDependencies": {
"@nestjs/common": "^7.0.0",
Expand Down

0 comments on commit d0981c1

Please sign in to comment.