Skip to content

Commit ceb5b14

Browse files
chore(release): update monorepo packages versions (#2968)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 5740159 commit ceb5b14

File tree

5 files changed

+12
-8
lines changed

5 files changed

+12
-8
lines changed

.changeset/silent-dancers-pay.md

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

examples/nestjs-apollo-federation-compatibility/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"start": "nest start"
1010
},
1111
"devDependencies": {
12-
"@graphql-yoga/nestjs-federation": "2.0.4",
12+
"@graphql-yoga/nestjs-federation": "2.1.0",
1313
"@grpc/proto-loader": "^0.7.5",
1414
"@nestjs/cli": "^10.0.0",
1515
"@nestjs/common": "^10.0.0",

packages/nestjs-federation/CHANGELOG.md

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

3+
## 2.1.0
4+
5+
### Minor Changes
6+
7+
- [#2966](https://github.com/dotansimha/graphql-yoga/pull/2966)
8+
[`5740159d`](https://github.com/dotansimha/graphql-yoga/commit/5740159d6f599affc04cb58ea40f9fcbe2efd32f)
9+
Thanks [@vasily-polonsky](https://github.com/vasily-polonsky)! - support subscriptions for nestjs
10+
federation
11+
312
## 2.0.4
413

514
### 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": "2.0.4",
3+
"version": "2.1.0",
44
"type": "module",
55
"description": "GraphQL Yoga driver with Apollo Federation for NestJS GraphQL.",
66
"repository": {

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)