Skip to content

Commit 9a6145f

Browse files
committed
chore(release): v9.1.0
1 parent ae2262d commit 9a6145f

File tree

8 files changed

+21
-7
lines changed

8 files changed

+21
-7
lines changed

CHANGELOG.md

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

2+
# [9.1.0](https://github.com/TriPSs/nestjs-query/compare/v9.0.3...v9.1.0) (2025-07-15)
3+
4+
5+
### Bug Fixes
6+
7+
* **lint:** resolve various linting errors ([f71e99d](https://github.com/TriPSs/nestjs-query/commit/f71e99da1d7f3ad8a9a40c004b1e70d89f7fef07))
8+
9+
10+
### Features
11+
12+
* **examples, query-graphql:** add typegoose discriminator e2e test and fix array filtering ([ab29f94](https://github.com/TriPSs/nestjs-query/commit/ab29f943b5d199a3484d834e65b5702e1fb9382c))
13+
14+
15+
216
## [9.0.3](https://github.com/TriPSs/nestjs-query/compare/v9.0.2...v9.0.3) (2025-05-13)
317

418

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.3",
3+
"version": "9.1.0",
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.3",
3+
"version": "9.1.0",
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.3",
3+
"version": "9.1.0",
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.3",
3+
"version": "9.1.0",
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.3",
3+
"version": "9.1.0",
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.3",
3+
"version": "9.1.0",
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.3",
3+
"version": "9.1.0",
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)