Skip to content

Commit f700174

Browse files
v13.2.0
1 parent 5d903a9 commit f700174

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages": ["packages/*"],
3-
"version": "13.1.0",
3+
"version": "13.2.0",
44
"npmClient": "yarn",
55
"changelog": {
66
"labels": {

packages/apollo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nestjs/apollo",
3-
"version": "13.1.0",
3+
"version": "13.2.0",
44
"description": "Nest - modern, fast, powerful node.js web framework (@apollo)",
55
"author": "Kamil Mysliwiec",
66
"license": "MIT",
@@ -26,8 +26,8 @@
2626
"@apollo/server": "5.0.0",
2727
"@apollo/server-plugin-response-cache": "5.0.0",
2828
"@apollo/subgraph": "2.11.2",
29-
"@as-integrations/fastify": "3.0.0",
3029
"@as-integrations/express5": "^1.1.2",
30+
"@as-integrations/fastify": "3.0.0",
3131
"@nestjs/common": "11.1.6",
3232
"@nestjs/core": "11.1.6",
3333
"@nestjs/platform-express": "11.1.6",

packages/graphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nestjs/graphql",
3-
"version": "13.1.0",
3+
"version": "13.2.0",
44
"description": "Nest - modern, fast, powerful node.js web framework (@graphql)",
55
"author": "Kamil Mysliwiec",
66
"license": "MIT",

packages/mercurius/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nestjs/mercurius",
3-
"version": "13.1.0",
3+
"version": "13.2.0",
44
"description": "Nest - modern, fast, powerful node.js web framework (@graphql)",
55
"author": "Kamil Mysliwiec",
66
"license": "MIT",

0 commit comments

Comments
 (0)