Skip to content

Commit db59a53

Browse files
committed
chore(release): publish v0.17.7
1 parent 2257ce0 commit db59a53

File tree

12 files changed

+67
-13
lines changed

12 files changed

+67
-13
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.17.7](https://github.com/doug-martin/nestjs-query/compare/v0.17.6...v0.17.7) (2020-07-27)
7+
8+
9+
### Features
10+
11+
* **core:** Added applySort, applyPaging and applyQuery [#405](https://github.com/doug-martin/nestjs-query/issues/405) ([9f9ae0d](https://github.com/doug-martin/nestjs-query/commit/9f9ae0d0722c685483f1b2e1bd501a0f3df3ff85))
12+
13+
14+
15+
16+
617
## [0.17.6](https://github.com/doug-martin/nestjs-query/compare/v0.17.5...v0.17.6) (2020-07-24)
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.17.7](https://github.com/doug-martin/nestjs-query/compare/v0.17.6...v0.17.7) (2020-07-27)
7+
8+
**Note:** Version bump only for package nestjs-query-examples
9+
10+
11+
12+
13+
614
## [0.17.6](https://github.com/doug-martin/nestjs-query/compare/v0.17.5...v0.17.6) (2020-07-24)
715

816
**Note:** Version bump only for package nestjs-query-examples

examples/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nestjs-query-examples",
3-
"version": "0.17.6",
3+
"version": "0.17.7",
44
"description": "",
55
"author": "",
66
"private": true,
@@ -12,10 +12,10 @@
1212
"start": "nest start --watch"
1313
},
1414
"dependencies": {
15-
"@nestjs-query/core": "0.17.2",
16-
"@nestjs-query/query-graphql": "0.17.6",
17-
"@nestjs-query/query-sequelize": "0.17.2",
18-
"@nestjs-query/query-typeorm": "0.17.2",
15+
"@nestjs-query/core": "0.17.7",
16+
"@nestjs-query/query-graphql": "0.17.7",
17+
"@nestjs-query/query-sequelize": "0.17.7",
18+
"@nestjs-query/query-typeorm": "0.17.7",
1919
"@nestjs/common": "7.3.2",
2020
"@nestjs/core": "7.3.2",
2121
"@nestjs/graphql": "7.5.5",

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

packages/core/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.17.7](https://github.com/doug-martin/nestjs-query/compare/v0.17.6...v0.17.7) (2020-07-27)
7+
8+
9+
### Features
10+
11+
* **core:** Added applySort, applyPaging and applyQuery [#405](https://github.com/doug-martin/nestjs-query/issues/405) ([9f9ae0d](https://github.com/doug-martin/nestjs-query/commit/9f9ae0d0722c685483f1b2e1bd501a0f3df3ff85))
12+
13+
14+
15+
16+
617
## [0.17.2](https://github.com/doug-martin/nestjs-query/compare/v0.17.1...v0.17.2) (2020-07-17)
718

819
**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.17.2",
3+
"version": "0.17.7",
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: 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.17.7](https://github.com/doug-martin/nestjs-query/compare/v0.17.6...v0.17.7) (2020-07-27)
7+
8+
**Note:** Version bump only for package @nestjs-query/query-graphql
9+
10+
11+
12+
13+
614
## [0.17.6](https://github.com/doug-martin/nestjs-query/compare/v0.17.5...v0.17.6) (2020-07-24)
715

816

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.17.6",
3+
"version": "0.17.7",
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.17.2",
41+
"@nestjs-query/core": "0.17.7",
4242
"graphql-fields": "^2.0.3",
4343
"lodash.omit": "^4.5.0",
4444
"lower-case-first": "^2.0.1",

packages/query-sequelize/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.17.7](https://github.com/doug-martin/nestjs-query/compare/v0.17.6...v0.17.7) (2020-07-27)
7+
8+
**Note:** Version bump only for package @nestjs-query/query-sequelize
9+
10+
11+
12+
13+
614
## [0.17.2](https://github.com/doug-martin/nestjs-query/compare/v0.17.1...v0.17.2) (2020-07-17)
715

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

packages/query-sequelize/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-sequelize",
3-
"version": "0.17.2",
3+
"version": "0.17.7",
44
"description": "Sequelize adapter for @nestjs-query/core",
55
"author": "doug-martin <[email protected]>",
66
"homepage": "https://github.com/doug-martin/nestjs-query#readme",
@@ -18,7 +18,7 @@
1818
"access": "public"
1919
},
2020
"dependencies": {
21-
"@nestjs-query/core": "0.17.2",
21+
"@nestjs-query/core": "0.17.7",
2222
"lodash.pick": "4.4.0"
2323
},
2424
"peerDependencies": {

0 commit comments

Comments
 (0)