Skip to content

Commit

Permalink
chore(release): v8.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TriPSs committed Dec 13, 2024
1 parent 2ea71af commit dd94855
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 7 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@

## [8.0.1](https://github.com/TriPSs/nestjs-query/compare/v8.0.0...v8.0.1) (2024-12-13)


### Bug Fixes

* update missing peerDependencies version increase ([ed6e57c](https://github.com/TriPSs/nestjs-query/commit/ed6e57cecbb9e014c8fb33fc6da9ba1b7e90310e))



# [8.0.0](https://github.com/TriPSs/nestjs-query/compare/v7.1.0...v8.0.0) (2024-12-12)


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": "8.0.0",
"version": "8.0.1",
"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": "8.0.0",
"version": "8.0.1",
"description": "Base query package",
"homepage": "https://github.com/tripss/nestjs-query#readme",
"bugs": {
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": "8.0.0",
"version": "8.0.1",
"description": "Nestjs graphql query adapter",
"keywords": [
"graphql",
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": "8.0.0",
"version": "8.0.1",
"description": "Mongoose adapter for @ptc-org/nestjs-query-core",
"homepage": "https://github.com/tripss/nestjs-query#readme",
"bugs": {
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": "8.0.0",
"version": "8.0.1",
"description": "Sequelize adapter for @ptc-org/nestjs-query-core",
"homepage": "https://github.com/tripss/nestjs-query#readme",
"bugs": {
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": "8.0.0",
"version": "8.0.1",
"description": "Typegoose adapter for @ptc-org/nestjs-query-core",
"homepage": "https://github.com/tripss/nestjs-query#readme",
"bugs": {
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": "8.0.0",
"version": "8.0.1",
"description": "Typeorm adapter for @ptc-org/nestjs-query-core",
"homepage": "https://github.com/tripss/nestjs-query#readme",
"bugs": {
Expand Down

0 comments on commit dd94855

Please sign in to comment.