Skip to content

Commit dfbd607

Browse files
committed
chore(release): v9.0.3
1 parent 5b02669 commit dfbd607

File tree

8 files changed

+18
-7
lines changed

8 files changed

+18
-7
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11

2+
## [9.0.3](https://github.com/TriPSs/nestjs-query/compare/v9.0.2...v9.0.3) (2025-05-13)
3+
4+
5+
### Bug Fixes
6+
7+
* describe indentation ([90e4074](https://github.com/TriPSs/nestjs-query/commit/90e4074b3229861636f710b2330f6b427525ffef))
8+
* shouldUseSkipTake to handle nested cases ([ec39883](https://github.com/TriPSs/nestjs-query/commit/ec3988326ded3b378b0f3bbe2c69161eb49c1ebe))
9+
* Update peer dependencies to support NestJS v11 ([55edc6a](https://github.com/TriPSs/nestjs-query/commit/55edc6a58b208853662bc05058e6d92d6dd4af51)), closes [#358](https://github.com/TriPSs/nestjs-query/issues/358)
10+
11+
12+
213
## [9.0.2](https://github.com/TriPSs/nestjs-query/compare/v9.0.1...v9.0.2) (2025-02-17)
314

415

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",
3-
"version": "9.0.2",
3+
"version": "9.0.3",
44
"private": true,
55
"workspaces": [
66
"packages/**"

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": "@ptc-org/nestjs-query-core",
3-
"version": "9.0.2",
3+
"version": "9.0.3",
44
"description": "Base query package",
55
"homepage": "https://github.com/tripss/nestjs-query#readme",
66
"bugs": {

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": "@ptc-org/nestjs-query-graphql",
3-
"version": "9.0.2",
3+
"version": "9.0.3",
44
"description": "Nestjs graphql query adapter",
55
"keywords": [
66
"graphql",

packages/query-mongoose/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ptc-org/nestjs-query-mongoose",
3-
"version": "9.0.2",
3+
"version": "9.0.3",
44
"description": "Mongoose adapter for @ptc-org/nestjs-query-core",
55
"homepage": "https://github.com/tripss/nestjs-query#readme",
66
"bugs": {

packages/query-sequelize/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ptc-org/nestjs-query-sequelize",
3-
"version": "9.0.2",
3+
"version": "9.0.3",
44
"description": "Sequelize adapter for @ptc-org/nestjs-query-core",
55
"homepage": "https://github.com/tripss/nestjs-query#readme",
66
"bugs": {

packages/query-typegoose/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ptc-org/nestjs-query-typegoose",
3-
"version": "9.0.2",
3+
"version": "9.0.3",
44
"description": "Typegoose adapter for @ptc-org/nestjs-query-core",
55
"homepage": "https://github.com/tripss/nestjs-query#readme",
66
"bugs": {

packages/query-typeorm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ptc-org/nestjs-query-typeorm",
3-
"version": "9.0.2",
3+
"version": "9.0.3",
44
"description": "Typeorm adapter for @ptc-org/nestjs-query-core",
55
"homepage": "https://github.com/tripss/nestjs-query#readme",
66
"bugs": {

0 commit comments

Comments
 (0)