Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#2987)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
theguild-bot and github-actions[bot] authored Sep 5, 2023
1 parent c2c9357 commit f4a69dd
Show file tree
Hide file tree
Showing 10 changed files with 35 additions and 18 deletions.

This file was deleted.

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
11 changes: 11 additions & 0 deletions packages/plugins/prometheus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @graphql-yoga/plugin-prometheus

## 2.0.5

### Patch Changes

- [#2980](https://github.com/dotansimha/graphql-yoga/pull/2980)
[`6fd67f7e`](https://github.com/dotansimha/graphql-yoga/commit/6fd67f7e45b359c0f27b503146c934cde179b981)
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
- Updated dependency
[`@envelop/prometheus@8.0.1` ↗︎](https://www.npmjs.com/package/@envelop/prometheus/v/8.0.1)
(from `8.0.0`, in `dependencies`)

## 2.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/prometheus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-yoga/plugin-prometheus",
"version": "2.0.4",
"version": "2.0.5",
"type": "module",
"description": "Prometheus plugin for GraphQL Yoga.",
"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 f4a69dd

Please sign in to comment.