Skip to content

Commit 7b72ab8

Browse files
committed
chore(release): v8.0.2
1 parent ef8d651 commit 7b72ab8

File tree

8 files changed

+18
-7
lines changed

8 files changed

+18
-7
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11

2+
## [8.0.2](https://github.com/TriPSs/nestjs-query/compare/v8.0.1...v8.0.2) (2025-01-21)
3+
4+
5+
### Bug Fixes
6+
7+
* add missing import in doc + upgrading docker image version ([3ce8691](https://github.com/TriPSs/nestjs-query/commit/3ce86913e60a52188e61149c495a533ffa81fd59))
8+
* mongoose ilike comparism wasn capable of searching with fixed start/end letter ([4f90c93](https://github.com/TriPSs/nestjs-query/commit/4f90c936d6fc5af3e1c8d1be35e26ad0d2824944))
9+
* Mongoose ReferenceQueryService only accepted Relations with ObjectIds ([b364870](https://github.com/TriPSs/nestjs-query/commit/b364870b8c7348190359a722785b3c86324353d2))
10+
11+
12+
213
## [8.0.1](https://github.com/TriPSs/nestjs-query/compare/v8.0.0...v8.0.1) (2024-12-13)
314

415

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nestjs-query",
3-
"version": "8.0.1",
3+
"version": "8.0.2",
44
"private": true,
55
"workspaces": [
66
"packages/**"

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ptc-org/nestjs-query-core",
3-
"version": "8.0.1",
3+
"version": "8.0.2",
44
"description": "Base query package",
55
"homepage": "https://github.com/tripss/nestjs-query#readme",
66
"bugs": {

packages/query-graphql/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ptc-org/nestjs-query-graphql",
3-
"version": "8.0.1",
3+
"version": "8.0.2",
44
"description": "Nestjs graphql query adapter",
55
"keywords": [
66
"graphql",

packages/query-mongoose/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ptc-org/nestjs-query-mongoose",
3-
"version": "8.0.1",
3+
"version": "8.0.2",
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ptc-org/nestjs-query-sequelize",
3-
"version": "8.0.1",
3+
"version": "8.0.2",
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ptc-org/nestjs-query-typegoose",
3-
"version": "8.0.1",
3+
"version": "8.0.2",
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ptc-org/nestjs-query-typeorm",
3-
"version": "8.0.1",
3+
"version": "8.0.2",
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)