Skip to content

Commit

Permalink
chore(release): update monorepo packages versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 5, 2023
1 parent bb583a1 commit eca00f2
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/fluffy-queens-lick.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"start": "nest start"
},
"devDependencies": {
"@graphql-yoga/nestjs-federation": "2.1.0",
"@graphql-yoga/nestjs-federation": "2.2.0",
"@grpc/proto-loader": "^0.7.5",
"@nestjs/cli": "^10.0.0",
"@nestjs/common": "^10.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/nestjs-federation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-yoga/nestjs-federation

## 2.2.0

### Patch Changes

- Updated dependencies
[[`bb583a11`](https://github.com/dotansimha/graphql-yoga/commit/bb583a112a99ea99e4af1af9d6d5e31adecfed3b)]:
- @graphql-yoga/nestjs@2.1.0

## 2.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/nestjs-federation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-yoga/nestjs-federation",
"version": "2.1.0",
"version": "2.2.0",
"type": "module",
"description": "GraphQL Yoga driver with Apollo Federation for NestJS GraphQL.",
"repository": {
Expand Down Expand Up @@ -57,7 +57,7 @@
"@apollo/subgraph": "^2.4.0",
"@envelop/apollo-federation": "^4.0.0",
"@envelop/core": "^4.0.0",
"@graphql-yoga/nestjs": "2.0.4",
"@graphql-yoga/nestjs": "2.1.0",
"@graphql-yoga/plugin-apollo-inline-trace": "2.0.4"
},
"devDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/nestjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-yoga/nestjs

## 2.1.0

### Minor Changes

- [#2977](https://github.com/dotansimha/graphql-yoga/pull/2977)
[`bb583a11`](https://github.com/dotansimha/graphql-yoga/commit/bb583a112a99ea99e4af1af9d6d5e31adecfed3b)
Thanks [@gthau](https://github.com/gthau)! - Support for NestJS @Subscription.filter method in
YogaDriver.

## 2.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/nestjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-yoga/nestjs",
"version": "2.0.4",
"version": "2.1.0",
"type": "module",
"description": "GraphQL Yoga driver for NestJS GraphQL.",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit eca00f2

Please sign in to comment.