Skip to content

Commit

Permalink
chore(release): v6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TriPSs committed Apr 4, 2024
1 parent 336a598 commit bbe86c3
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 7 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@

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


### Bug Fixes

* Explicitly mark types in the assemblers files ([58b94a9](https://github.com/TriPSs/nestjs-query/commit/58b94a9498a54275bc01146550dcd03583d2d753))


### BREAKING CHANGES

* The methods convertToDTO, convertToEntity, convertToCreateEntity, and convertToUpdateEntity now require casting the return value.



## [5.0.1](https://github.com/TriPSs/nestjs-query/compare/v5.1.0-alpha.2...v5.0.1) (2024-03-29)


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": "5.0.1",
"version": "6.0.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": "5.0.1",
"version": "6.0.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": "5.0.1",
"version": "6.0.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": "5.0.1",
"version": "6.0.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": "5.0.1",
"version": "6.0.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": "5.0.1",
"version": "6.0.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": "5.0.1",
"version": "6.0.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 bbe86c3

Please sign in to comment.