Skip to content

Commit 1eab16a

Browse files
committed
chore(release): v8.0.0
1 parent 310daf7 commit 1eab16a

File tree

8 files changed

+26
-7
lines changed

8 files changed

+26
-7
lines changed

CHANGELOG.md

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

2+
# [8.0.0](https://github.com/TriPSs/nestjs-query/compare/v7.1.0...v8.0.0) (2024-12-12)
3+
4+
5+
### Features
6+
7+
* **query-graphql:** Updated graphql subscriptions ([ee688a2](https://github.com/TriPSs/nestjs-query/commit/ee688a2a1dc939964bdcabc07ec2a50de36dc7b7))
8+
9+
10+
### Reverts
11+
12+
* Replace change-case with camel-case in multiple packages ([0720323](https://github.com/TriPSs/nestjs-query/commit/0720323ecf3941a296c909544c08ec3322f4ce54))
13+
14+
15+
### BREAKING CHANGES
16+
17+
* **query-graphql:** Updated to new major version of graphql-subscriptions
18+
19+
20+
221
# [7.1.0](https://github.com/TriPSs/nestjs-query/compare/v7.0.1...v7.1.0) (2024-10-16)
322

423

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nestjs-query",
3-
"version": "7.1.0",
3+
"version": "8.0.0",
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": "7.1.0",
3+
"version": "8.0.0",
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": "7.1.0",
3+
"version": "8.0.0",
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": "7.1.0",
3+
"version": "8.0.0",
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": "7.1.0",
3+
"version": "8.0.0",
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": "7.1.0",
3+
"version": "8.0.0",
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": "7.1.0",
3+
"version": "8.0.0",
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)