Skip to content

Commit

Permalink
chore(release): v6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TriPSs committed Apr 8, 2024
1 parent 3a00c53 commit 4df6f67
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 7 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@

# [6.1.0](https://github.com/TriPSs/nestjs-query/compare/v6.0.0...v6.1.0) (2024-04-08)


### Bug Fixes

* Fix isValidPaging ([7f8913f](https://github.com/TriPSs/nestjs-query/commit/7f8913f525d56a86c374b0a4aa787e568051974b))


### Features

* **query-graphql:** Adds enableFetchAllWithNegative option ([6bfc92f](https://github.com/TriPSs/nestjs-query/commit/6bfc92f6ea3781f5619247023fef419c6d1b4299))


### Reverts

* Revert "test: Fix the typeorm tests with negative fetch and my sql" ([066732f](https://github.com/TriPSs/nestjs-query/commit/066732fb048f97d951e55e13e900269cb62f9421))



# [6.0.0](https://github.com/TriPSs/nestjs-query/compare/v5.0.1...v6.0.0) (2024-04-04)


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": "6.0.0",
"version": "6.1.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": "6.0.0",
"version": "6.1.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": "6.0.0",
"version": "6.1.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": "6.0.0",
"version": "6.1.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": "6.0.0",
"version": "6.1.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": "6.0.0",
"version": "6.1.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": "6.0.0",
"version": "6.1.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 4df6f67

Please sign in to comment.