Skip to content

Commit 1371509

Browse files
chore(release): update monorepo packages versions
1 parent 2fdb775 commit 1371509

File tree

5 files changed

+19
-7
lines changed

5 files changed

+19
-7
lines changed

.changeset/clear-melons-take.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/nestjs-federation/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @graphql-yoga/nestjs-federation
22

3+
## 3.17.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`3705256`](https://github.com/graphql-hive/graphql-yoga/commit/370525642b908d78c1d6238bf12c033a18cad0cd)]:
9+
- @graphql-yoga/nestjs@3.17.0
10+
311
## 3.16.0
412

513
### Patch Changes

packages/nestjs-federation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-yoga/nestjs-federation",
3-
"version": "3.16.0",
3+
"version": "3.17.0",
44
"type": "module",
55
"description": "GraphQL Yoga driver with Apollo Federation for NestJS GraphQL.",
66
"repository": {

packages/nestjs/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @graphql-yoga/nestjs
22

3+
## 3.17.0
4+
5+
### Minor Changes
6+
7+
- [#4182](https://github.com/graphql-hive/graphql-yoga/pull/4182)
8+
[`3705256`](https://github.com/graphql-hive/graphql-yoga/commit/370525642b908d78c1d6238bf12c033a18cad0cd)
9+
Thanks [@Kalos-S](https://github.com/Kalos-S)! - Remove unused graphqlEndpoint NestJS driver
10+
option
11+
312
## 3.16.0
413

514
### Patch Changes

packages/nestjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-yoga/nestjs",
3-
"version": "3.16.0",
3+
"version": "3.17.0",
44
"type": "module",
55
"description": "GraphQL Yoga driver for NestJS GraphQL.",
66
"repository": {

0 commit comments

Comments
 (0)