Skip to content

Commit

Permalink
chore(release): v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TriPSs committed Sep 29, 2023
1 parent d225ab2 commit 68f325a
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 7 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@

# [4.2.0](https://github.com/TriPSs/nestjs-query/compare/v4.1.0...v4.2.0) (2023-09-29)


### Bug Fixes

* querying for one-to-many or one-to-one relationships in typeorm would not return any entities because of an implementation error when filtering for the correct results after batch selecting all related entities. ([2fbf0b7](https://github.com/TriPSs/nestjs-query/commit/2fbf0b7bb68fa3318798c6f46bebcd8092cc2b07))
* renamed option ([f06b493](https://github.com/TriPSs/nestjs-query/commit/f06b4930d1ce2c220b2a9fdd6b477f0b446b79bf))


### Features

* added custom prefix ([5813ed7](https://github.com/TriPSs/nestjs-query/commit/5813ed7fef67a0c495b8b91a117b42ea86d9bd55))
* added test cases ([124e50b](https://github.com/TriPSs/nestjs-query/commit/124e50b8a361ecc0809a75b10f1ee4ca325041e8))
* custom decorators for filter ([5d803bd](https://github.com/TriPSs/nestjs-query/commit/5d803bd0ae590c6b649238bca98c85dd55728cba))



# [4.1.0](https://github.com/TriPSs/nestjs-query/compare/v4.0.0...v4.1.0) (2023-09-22)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nestjs-query",
"version": "4.1.0",
"version": "4.2.0",
"private": true,
"workspaces": [
"packages/**"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ptc-org/nestjs-query-core",
"version": "4.1.0",
"version": "4.2.0",
"description": "Base query package",
"author": "doug-martin <doug@dougamartin.com>",
"homepage": "https://github.com/tripss/nestjs-query#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/query-graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ptc-org/nestjs-query-graphql",
"version": "4.1.0",
"version": "4.2.0",
"description": "Nestjs graphql query adapter",
"author": "doug-martin <doug@dougamartin.com>",
"homepage": "https://github.com/tripss/nestjs-query#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/query-mongoose/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ptc-org/nestjs-query-mongoose",
"version": "4.1.0",
"version": "4.2.0",
"description": "Mongoose adapter for @ptc-org/nestjs-query-core",
"author": "doug-martin <doug@dougamartin.com>",
"homepage": "https://github.com/tripss/nestjs-query#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/query-sequelize/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ptc-org/nestjs-query-sequelize",
"version": "4.1.0",
"version": "4.2.0",
"description": "Sequelize adapter for @ptc-org/nestjs-query-core",
"author": "doug-martin <doug@dougamartin.com>",
"homepage": "https://github.com/tripss/nestjs-query#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/query-typegoose/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ptc-org/nestjs-query-typegoose",
"version": "4.1.0",
"version": "4.2.0",
"description": "Typegoose adapter for @ptc-org/nestjs-query-core",
"author": "john mcinall<johnmcinall@gmail.com>",
"homepage": "https://github.com/tripss/nestjs-query#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/query-typeorm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ptc-org/nestjs-query-typeorm",
"version": "4.1.0",
"version": "4.2.0",
"description": "Typeorm adapter for @ptc-org/nestjs-query-core",
"author": "doug-martin <doug@dougamartin.com>",
"homepage": "https://github.com/tripss/nestjs-query#readme",
Expand Down

0 comments on commit 68f325a

Please sign in to comment.