Skip to content

Commit

Permalink
chore(release): publish v0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
doug-martin committed Aug 11, 2020
1 parent 5dd6dac commit 5e5b51b
Show file tree
Hide file tree
Showing 12 changed files with 89 additions and 14 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.18.0](https://github.com/doug-martin/nestjs-query/compare/v0.17.10...v0.18.0) (2020-08-11)


### Bug Fixes

* **deps:** update dependency @docusaurus/core to v2.0.0-alpha.61 ([c2f03b8](https://github.com/doug-martin/nestjs-query/commit/c2f03b872d8ac111f257ef280a51ade4a5ea7ddb))
* **deps:** update dependency @docusaurus/preset-classic to v2.0.0-alpha.61 ([e052793](https://github.com/doug-martin/nestjs-query/commit/e0527932cfd52a4096441805b076b42ad739c525))
* **deps:** update dependency graphql-tools to v6.0.16 ([df3784d](https://github.com/doug-martin/nestjs-query/commit/df3784d33d0e6db04a2a160b60edf49ce52dc2ba))
* **e2e:** Making tests deterministic ([175cc2e](https://github.com/doug-martin/nestjs-query/commit/175cc2edc02a2bb58db4557812c00b657f708ca6))
* **tests:** Fix tests to be deterministic ([5dd6dac](https://github.com/doug-martin/nestjs-query/commit/5dd6dacc2ccace913c64343726474b51f814a1e4))
* **type:** Pin dev dependencies ([442db4c](https://github.com/doug-martin/nestjs-query/commit/442db4cd9b9d48d0c6a20209f0b44c4a314660ac))
* **workflow:** Fix github actions matrix reference ([a4d9447](https://github.com/doug-martin/nestjs-query/commit/a4d9447e863f0663385c652b9a1d34752d47817a))


### Features

* **typeorm:** Switch to use unioned queries for relations ([327c676](https://github.com/doug-martin/nestjs-query/commit/327c6760e3e1a7db6bb0f872928d0502345c925f))





## [0.17.10](https://github.com/doug-martin/nestjs-query/compare/v0.17.9...v0.17.10) (2020-08-01)


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

# [0.18.0](https://github.com/doug-martin/nestjs-query/compare/v0.17.10...v0.18.0) (2020-08-11)


### Bug Fixes

* **deps:** update dependency graphql-tools to v6.0.16 ([df3784d](https://github.com/doug-martin/nestjs-query/commit/df3784d33d0e6db04a2a160b60edf49ce52dc2ba))
* **e2e:** Making tests deterministic ([175cc2e](https://github.com/doug-martin/nestjs-query/commit/175cc2edc02a2bb58db4557812c00b657f708ca6))
* **tests:** Fix tests to be deterministic ([5dd6dac](https://github.com/doug-martin/nestjs-query/commit/5dd6dacc2ccace913c64343726474b51f814a1e4))





## [0.17.10](https://github.com/doug-martin/nestjs-query/compare/v0.17.9...v0.17.10) (2020-08-01)


Expand Down
12 changes: 6 additions & 6 deletions examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nestjs-query-examples",
"version": "0.17.10",
"version": "0.18.0",
"description": "",
"author": "",
"private": true,
Expand All @@ -12,10 +12,10 @@
"start": "nest start --watch"
},
"dependencies": {
"@nestjs-query/core": "0.17.10",
"@nestjs-query/query-graphql": "0.17.10",
"@nestjs-query/query-sequelize": "0.17.10",
"@nestjs-query/query-typeorm": "0.17.10",
"@nestjs-query/core": "0.18.0",
"@nestjs-query/query-graphql": "0.18.0",
"@nestjs-query/query-sequelize": "0.18.0",
"@nestjs-query/query-typeorm": "0.18.0",
"@nestjs/common": "7.4.2",
"@nestjs/core": "7.4.2",
"@nestjs/graphql": "7.6.0",
Expand All @@ -28,8 +28,8 @@
"graphql": "15.3.0",
"graphql-query-complexity": "0.6.0",
"graphql-tools": "6.0.16",
"pg": "8.3.0",
"mysql2": "2.1.0",
"pg": "8.3.0",
"rimraf": "3.0.2",
"rxjs": "6.6.2",
"sequelize": "5.22.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.17.10"
"version": "0.18.0"
}
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.18.0](https://github.com/doug-martin/nestjs-query/compare/v0.17.10...v0.18.0) (2020-08-11)

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





## [0.17.10](https://github.com/doug-martin/nestjs-query/compare/v0.17.9...v0.17.10) (2020-08-01)

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

# [0.18.0](https://github.com/doug-martin/nestjs-query/compare/v0.17.10...v0.18.0) (2020-08-11)

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





## [0.17.10](https://github.com/doug-martin/nestjs-query/compare/v0.17.9...v0.17.10) (2020-08-01)

**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.17.10",
"version": "0.18.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.17.10",
"@nestjs-query/core": "0.18.0",
"graphql-fields": "^2.0.3",
"lodash.omit": "^4.5.0",
"lower-case-first": "^2.0.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/query-sequelize/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.18.0](https://github.com/doug-martin/nestjs-query/compare/v0.17.10...v0.18.0) (2020-08-11)

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





## [0.17.10](https://github.com/doug-martin/nestjs-query/compare/v0.17.9...v0.17.10) (2020-08-01)

**Note:** Version bump only for package @nestjs-query/query-sequelize
Expand Down
4 changes: 2 additions & 2 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.17.10",
"version": "0.18.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,7 +18,7 @@
"access": "public"
},
"dependencies": {
"@nestjs-query/core": "0.17.10",
"@nestjs-query/core": "0.18.0",
"lodash.pick": "4.4.0"
},
"peerDependencies": {
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.18.0](https://github.com/doug-martin/nestjs-query/compare/v0.17.10...v0.18.0) (2020-08-11)


### Bug Fixes

* **type:** Pin dev dependencies ([442db4c](https://github.com/doug-martin/nestjs-query/commit/442db4cd9b9d48d0c6a20209f0b44c4a314660ac))


### Features

* **typeorm:** Switch to use unioned queries for relations ([327c676](https://github.com/doug-martin/nestjs-query/commit/327c6760e3e1a7db6bb0f872928d0502345c925f))





## [0.17.10](https://github.com/doug-martin/nestjs-query/compare/v0.17.9...v0.17.10) (2020-08-01)

**Note:** Version bump only for package @nestjs-query/query-typeorm
Expand Down
4 changes: 2 additions & 2 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.17.10",
"version": "0.18.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,7 +18,7 @@
"access": "public"
},
"dependencies": {
"@nestjs-query/core": "0.17.10",
"@nestjs-query/core": "0.18.0",
"lodash.filter": "^4.6.0",
"lodash.omit": "^4.5.0"
},
Expand Down

0 comments on commit 5e5b51b

Please sign in to comment.