Skip to content
This repository was archived by the owner on Apr 24, 2025. It is now read-only.

Commit 405f6f2

Browse files
committed
fix version
1 parent a5e95e4 commit 405f6f2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rezonate/nestjs-query-core",
3-
"version": "6.0.11",
3+
"version": "8.0.0",
44
"description": "Base query package",
55
"author": "doug-martin <doug@dougamartin.com>",
66
"homepage": "https://github.com/Rezonate-io/nestjs-query#readme",

packages/query-graphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rezonate/nestjs-query-graphql",
3-
"version": "6.0.11",
3+
"version": "8.0.0",
44
"description": "Nestjs graphql query adapter",
55
"author": "doug-martin <doug@dougamartin.com>",
66
"homepage": "https://github.com/Rezonate-io/nestjs-query#readme",

packages/query-typeorm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rezonate/nestjs-query-typeorm",
3-
"version": "6.0.11",
3+
"version": "8.0.0",
44
"description": "Typeorm adapter for @rezonate/nestjs-query-core",
55
"author": "doug-martin <doug@dougamartin.com>",
66
"homepage": "https://github.com/Rezonate-io/nestjs-query#readme",

0 commit comments

Comments
 (0)