Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#3791)
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 Feb 20, 2025
1 parent fb3ee6e commit 8eb3a5e
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 9 deletions.

This file was deleted.

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

## 3.12.1

### Patch Changes

- Updated dependencies
[[`1d438ce`](https://github.com/dotansimha/graphql-yoga/commit/1d438ce455b6fbee78dc4e9d33c72a4e74384a44)]:
- @graphql-yoga/plugin-apollo-inline-trace@3.12.1

## 3.12.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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": "3.12.0",
"version": "3.12.1",
"type": "module",
"description": "GraphQL Yoga driver with Apollo Federation for NestJS GraphQL.",
"repository": {
Expand Down
14 changes: 14 additions & 0 deletions packages/plugins/apollo-inline-trace/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @graphql-yoga/plugin-apollo-inline-trace

## 3.12.1

### Patch Changes

- [#3790](https://github.com/dotansimha/graphql-yoga/pull/3790)
[`1d438ce`](https://github.com/dotansimha/graphql-yoga/commit/1d438ce455b6fbee78dc4e9d33c72a4e74384a44)
Thanks [@ardatan](https://github.com/ardatan)! - dependencies updates:
- Removed dependency
[`@graphql-tools/utils@^10.6.1` ↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/10.6.1)
(from `peerDependencies`)
- Removed dependency
[`@whatwg-node/fetch@^0.10.1` ↗︎](https://www.npmjs.com/package/@whatwg-node/fetch/v/0.10.1)
(from `peerDependencies`)

## 3.12.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/apollo-inline-trace/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-yoga/plugin-apollo-inline-trace",
"version": "3.12.0",
"version": "3.12.1",
"type": "module",
"description": "Apollo's federated tracing plugin for GraphQL Yoga.",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/plugins/apollo-usage-report/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-yoga/plugin-apollo-usage-report

## 0.7.1

### Patch Changes

- Updated dependencies
[[`1d438ce`](https://github.com/dotansimha/graphql-yoga/commit/1d438ce455b6fbee78dc4e9d33c72a4e74384a44)]:
- @graphql-yoga/plugin-apollo-inline-trace@3.12.1

## 0.7.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/apollo-usage-report/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-yoga/plugin-apollo-usage-report",
"version": "0.7.0",
"version": "0.7.1",
"type": "module",
"description": "Apollo's GraphOS usage report plugin for GraphQL Yoga.",
"repository": {
Expand Down

0 comments on commit 8eb3a5e

Please sign in to comment.