Skip to content

Commit 8eb3a5e

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

File tree

7 files changed

+33
-9
lines changed

7 files changed

+33
-9
lines changed

.changeset/@graphql-yoga_plugin-apollo-inline-trace-3790-dependencies.md

-6
This file was deleted.

packages/nestjs-federation/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @graphql-yoga/nestjs-federation
22

3+
## 3.12.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`1d438ce`](https://github.com/dotansimha/graphql-yoga/commit/1d438ce455b6fbee78dc4e9d33c72a4e74384a44)]:
9+
- @graphql-yoga/plugin-apollo-inline-trace@3.12.1
10+
311
## 3.12.0
412

513
### Patch Changes

packages/nestjs-federation/package.json

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

packages/plugins/apollo-inline-trace/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @graphql-yoga/plugin-apollo-inline-trace
22

3+
## 3.12.1
4+
5+
### Patch Changes
6+
7+
- [#3790](https://github.com/dotansimha/graphql-yoga/pull/3790)
8+
[`1d438ce`](https://github.com/dotansimha/graphql-yoga/commit/1d438ce455b6fbee78dc4e9d33c72a4e74384a44)
9+
Thanks [@ardatan](https://github.com/ardatan)! - dependencies updates:
10+
- Removed dependency
11+
[`@graphql-tools/utils@^10.6.1` ↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/10.6.1)
12+
(from `peerDependencies`)
13+
- Removed dependency
14+
[`@whatwg-node/fetch@^0.10.1` ↗︎](https://www.npmjs.com/package/@whatwg-node/fetch/v/0.10.1)
15+
(from `peerDependencies`)
16+
317
## 3.12.0
418

519
### Patch Changes

packages/plugins/apollo-inline-trace/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-yoga/plugin-apollo-inline-trace",
3-
"version": "3.12.0",
3+
"version": "3.12.1",
44
"type": "module",
55
"description": "Apollo's federated tracing plugin for GraphQL Yoga.",
66
"repository": {

packages/plugins/apollo-usage-report/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @graphql-yoga/plugin-apollo-usage-report
22

3+
## 0.7.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`1d438ce`](https://github.com/dotansimha/graphql-yoga/commit/1d438ce455b6fbee78dc4e9d33c72a4e74384a44)]:
9+
- @graphql-yoga/plugin-apollo-inline-trace@3.12.1
10+
311
## 0.7.0
412

513
### Patch Changes

packages/plugins/apollo-usage-report/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-yoga/plugin-apollo-usage-report",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"type": "module",
55
"description": "Apollo's GraphOS usage report plugin for GraphQL Yoga.",
66
"repository": {

0 commit comments

Comments
 (0)