Skip to content

Commit 1aae29f

Browse files
committed
chore(release): publish v0.13.1
1 parent c319344 commit 1aae29f

File tree

24 files changed

+124
-22
lines changed

24 files changed

+124
-22
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.13.1](https://github.com/doug-martin/nestjs-query/compare/v0.13.0...v0.13.1) (2020-06-12)
7+
8+
9+
### Bug Fixes
10+
11+
* **graphql,paging:** Fix for [#281](https://github.com/doug-martin/nestjs-query/issues/281) paging backwards windowing ([c319344](https://github.com/doug-martin/nestjs-query/commit/c3193440504f55ef8b8b08b486ae01c1b54595bc))
12+
13+
14+
15+
16+
617
# [0.13.0](https://github.com/doug-martin/nestjs-query/compare/v0.12.0...v0.13.0) (2020-06-12)
718

819

examples/federation/sub-task-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.13.1](https://github.com/doug-martin/nestjs-query/compare/v0.13.0...v0.13.1) (2020-06-12)
7+
8+
**Note:** Version bump only for package sub-task-graphql
9+
10+
11+
12+
13+
614
# [0.13.0](https://github.com/doug-martin/nestjs-query/compare/v0.12.0...v0.13.0) (2020-06-12)
715

816

examples/federation/sub-task-graphql/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sub-task-graphql",
3-
"version": "0.13.0",
3+
"version": "0.13.1",
44
"description": "",
55
"author": "",
66
"private": true,
@@ -19,7 +19,7 @@
1919
"dependencies": {
2020
"@apollo/federation": "0.16.6",
2121
"@nestjs-query/core": "0.13.0",
22-
"@nestjs-query/query-graphql": "0.13.0",
22+
"@nestjs-query/query-graphql": "0.13.1",
2323
"@nestjs-query/query-typeorm": "0.13.0",
2424
"@nestjs/common": "7.1.3",
2525
"@nestjs/core": "7.1.3",

examples/federation/tag-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.13.1](https://github.com/doug-martin/nestjs-query/compare/v0.13.0...v0.13.1) (2020-06-12)
7+
8+
**Note:** Version bump only for package tag-graphql
9+
10+
11+
12+
13+
614
# [0.13.0](https://github.com/doug-martin/nestjs-query/compare/v0.12.0...v0.13.0) (2020-06-12)
715

816

examples/federation/tag-graphql/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tag-graphql",
3-
"version": "0.13.0",
3+
"version": "0.13.1",
44
"description": "",
55
"author": "",
66
"private": true,
@@ -19,7 +19,7 @@
1919
"dependencies": {
2020
"@apollo/federation": "0.16.6",
2121
"@nestjs-query/core": "0.13.0",
22-
"@nestjs-query/query-graphql": "0.13.0",
22+
"@nestjs-query/query-graphql": "0.13.1",
2323
"@nestjs-query/query-typeorm": "0.13.0",
2424
"@nestjs/common": "7.1.3",
2525
"@nestjs/core": "7.1.3",

examples/federation/todo-item-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.13.1](https://github.com/doug-martin/nestjs-query/compare/v0.13.0...v0.13.1) (2020-06-12)
7+
8+
**Note:** Version bump only for package todo-item-graphql
9+
10+
11+
12+
13+
614
# [0.13.0](https://github.com/doug-martin/nestjs-query/compare/v0.12.0...v0.13.0) (2020-06-12)
715

816

examples/federation/todo-item-graphql/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "todo-item-graphql",
3-
"version": "0.13.0",
3+
"version": "0.13.1",
44
"description": "",
55
"author": "",
66
"private": true,
@@ -19,7 +19,7 @@
1919
"dependencies": {
2020
"@apollo/federation": "0.16.6",
2121
"@nestjs-query/core": "0.13.0",
22-
"@nestjs-query/query-graphql": "0.13.0",
22+
"@nestjs-query/query-graphql": "0.13.1",
2323
"@nestjs-query/query-typeorm": "0.13.0",
2424
"@nestjs/common": "7.1.3",
2525
"@nestjs/core": "7.1.3",

examples/nest-graphql-basic/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.13.1](https://github.com/doug-martin/nestjs-query/compare/v0.13.0...v0.13.1) (2020-06-12)
7+
8+
**Note:** Version bump only for package nest-graphql-basic
9+
10+
11+
12+
13+
614
# [0.13.0](https://github.com/doug-martin/nestjs-query/compare/v0.12.0...v0.13.0) (2020-06-12)
715

816

examples/nest-graphql-basic/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nest-graphql-basic",
3-
"version": "0.13.0",
3+
"version": "0.13.1",
44
"description": "",
55
"author": "",
66
"private": true,
@@ -18,7 +18,7 @@
1818
},
1919
"dependencies": {
2020
"@nestjs-query/core": "0.13.0",
21-
"@nestjs-query/query-graphql": "0.13.0",
21+
"@nestjs-query/query-graphql": "0.13.1",
2222
"@nestjs-query/query-typeorm": "0.13.0",
2323
"@nestjs/common": "7.1.3",
2424
"@nestjs/core": "7.1.3",

examples/nest-graphql-offset-paging/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.13.1](https://github.com/doug-martin/nestjs-query/compare/v0.13.0...v0.13.1) (2020-06-12)
7+
8+
**Note:** Version bump only for package nest-graphql-offset-paging
9+
10+
11+
12+
13+
614
# [0.13.0](https://github.com/doug-martin/nestjs-query/compare/v0.12.0...v0.13.0) (2020-06-12)
715

816

examples/nest-graphql-offset-paging/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nest-graphql-offset-paging",
3-
"version": "0.13.0",
3+
"version": "0.13.1",
44
"description": "",
55
"author": "",
66
"private": true,
@@ -18,7 +18,7 @@
1818
},
1919
"dependencies": {
2020
"@nestjs-query/core": "0.13.0",
21-
"@nestjs-query/query-graphql": "0.13.0",
21+
"@nestjs-query/query-graphql": "0.13.1",
2222
"@nestjs-query/query-typeorm": "0.13.0",
2323
"@nestjs/common": "7.1.3",
2424
"@nestjs/core": "7.1.3",

examples/nest-graphql-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.13.1](https://github.com/doug-martin/nestjs-query/compare/v0.13.0...v0.13.1) (2020-06-12)
7+
8+
**Note:** Version bump only for package nest-graphql-sequelize
9+
10+
11+
12+
13+
614
# [0.13.0](https://github.com/doug-martin/nestjs-query/compare/v0.12.0...v0.13.0) (2020-06-12)
715

816

examples/nest-graphql-sequelize/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nest-graphql-sequelize",
3-
"version": "0.13.0",
3+
"version": "0.13.1",
44
"description": "",
55
"author": "",
66
"private": true,
@@ -15,7 +15,7 @@
1515
},
1616
"dependencies": {
1717
"@nestjs-query/core": "0.13.0",
18-
"@nestjs-query/query-graphql": "0.13.0",
18+
"@nestjs-query/query-graphql": "0.13.1",
1919
"@nestjs-query/query-sequelize": "0.13.0",
2020
"@nestjs/common": "7.1.3",
2121
"@nestjs/core": "7.1.3",

examples/nest-graphql-subscriptions/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.13.1](https://github.com/doug-martin/nestjs-query/compare/v0.13.0...v0.13.1) (2020-06-12)
7+
8+
**Note:** Version bump only for package nest-graphql-subscription
9+
10+
11+
12+
13+
614
# [0.13.0](https://github.com/doug-martin/nestjs-query/compare/v0.12.0...v0.13.0) (2020-06-12)
715

816

examples/nest-graphql-subscriptions/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nest-graphql-subscription",
3-
"version": "0.13.0",
3+
"version": "0.13.1",
44
"description": "",
55
"author": "",
66
"private": true,
@@ -18,7 +18,7 @@
1818
},
1919
"dependencies": {
2020
"@nestjs-query/core": "0.13.0",
21-
"@nestjs-query/query-graphql": "0.13.0",
21+
"@nestjs-query/query-graphql": "0.13.1",
2222
"@nestjs-query/query-typeorm": "0.13.0",
2323
"@nestjs/common": "7.1.3",
2424
"@nestjs/core": "7.1.3",

examples/nest-graphql-typeorm-multidb/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.13.1](https://github.com/doug-martin/nestjs-query/compare/v0.13.0...v0.13.1) (2020-06-12)
7+
8+
**Note:** Version bump only for package nest-graphql-typeorm-multidb
9+
10+
11+
12+
13+
614
# [0.13.0](https://github.com/doug-martin/nestjs-query/compare/v0.12.0...v0.13.0) (2020-06-12)
715

816

examples/nest-graphql-typeorm-multidb/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nest-graphql-typeorm-multidb",
3-
"version": "0.13.0",
3+
"version": "0.13.1",
44
"description": "",
55
"author": "",
66
"private": true,
@@ -17,7 +17,7 @@
1717
},
1818
"dependencies": {
1919
"@nestjs-query/core": "0.13.0",
20-
"@nestjs-query/query-graphql": "0.13.0",
20+
"@nestjs-query/query-graphql": "0.13.1",
2121
"@nestjs-query/query-typeorm": "0.13.0",
2222
"@nestjs/common": "7.1.3",
2323
"@nestjs/core": "7.1.3",

examples/nest-graphql-typeorm-soft-delete/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.13.1](https://github.com/doug-martin/nestjs-query/compare/v0.13.0...v0.13.1) (2020-06-12)
7+
8+
**Note:** Version bump only for package nest-graphql-typeorm-soft-delete
9+
10+
11+
12+
13+
614
# [0.13.0](https://github.com/doug-martin/nestjs-query/compare/v0.12.0...v0.13.0) (2020-06-12)
715

816

examples/nest-graphql-typeorm-soft-delete/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nest-graphql-typeorm-soft-delete",
3-
"version": "0.13.0",
3+
"version": "0.13.1",
44
"description": "",
55
"author": "",
66
"private": true,
@@ -18,7 +18,7 @@
1818
},
1919
"dependencies": {
2020
"@nestjs-query/core": "0.13.0",
21-
"@nestjs-query/query-graphql": "0.13.0",
21+
"@nestjs-query/query-graphql": "0.13.1",
2222
"@nestjs-query/query-typeorm": "0.13.0",
2323
"@nestjs/common": "7.1.3",
2424
"@nestjs/core": "7.1.3",

examples/nest-graphql-typeorm/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.13.1](https://github.com/doug-martin/nestjs-query/compare/v0.13.0...v0.13.1) (2020-06-12)
7+
8+
**Note:** Version bump only for package nest-graphql-typeorm
9+
10+
11+
12+
13+
614
# [0.13.0](https://github.com/doug-martin/nestjs-query/compare/v0.12.0...v0.13.0) (2020-06-12)
715

816

examples/nest-graphql-typeorm/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nest-graphql-typeorm",
3-
"version": "0.13.0",
3+
"version": "0.13.1",
44
"description": "",
55
"author": "",
66
"private": true,
@@ -18,7 +18,7 @@
1818
},
1919
"dependencies": {
2020
"@nestjs-query/core": "0.13.0",
21-
"@nestjs-query/query-graphql": "0.13.0",
21+
"@nestjs-query/query-graphql": "0.13.1",
2222
"@nestjs-query/query-typeorm": "0.13.0",
2323
"@nestjs/common": "7.1.3",
2424
"@nestjs/core": "7.1.3",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
"hoist": true
1818
}
1919
},
20-
"version": "0.13.0"
20+
"version": "0.13.1"
2121
}

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.13.1](https://github.com/doug-martin/nestjs-query/compare/v0.13.0...v0.13.1) (2020-06-12)
7+
8+
9+
### Bug Fixes
10+
11+
* **graphql,paging:** Fix for [#281](https://github.com/doug-martin/nestjs-query/issues/281) paging backwards windowing ([c319344](https://github.com/doug-martin/nestjs-query/commit/c3193440504f55ef8b8b08b486ae01c1b54595bc))
12+
13+
14+
15+
16+
617
# [0.13.0](https://github.com/doug-martin/nestjs-query/compare/v0.12.0...v0.13.0) (2020-06-12)
718

819

packages/query-graphql/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-graphql",
3-
"version": "0.13.0",
3+
"version": "0.13.1",
44
"description": "Nestjs graphql query adapter",
55
"author": "doug-martin <doug@dougamartin.com>",
66
"homepage": "https://github.com/doug-martin/nestjs-query#readme",

0 commit comments

Comments
 (0)