Skip to content

Commit 9e951aa

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

File tree

7 files changed

+33
-9
lines changed

7 files changed

+33
-9
lines changed

.changeset/hungry-melons-admire.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.10.13
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`31b7754`](https://github.com/dotansimha/graphql-yoga/commit/31b7754fd93d74682576b4f4765385805e78cf17)]:
9+
- @graphql-yoga/plugin-apollo-inline-trace@3.10.12
10+
311
## 3.10.12
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.10.12",
3+
"version": "3.10.13",
44
"type": "module",
55
"description": "GraphQL Yoga driver with Apollo Federation for NestJS GraphQL.",
66
"repository": {

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

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

3+
## 3.10.12
4+
5+
### Patch Changes
6+
7+
- [#3647](https://github.com/dotansimha/graphql-yoga/pull/3647)
8+
[`31b7754`](https://github.com/dotansimha/graphql-yoga/commit/31b7754fd93d74682576b4f4765385805e78cf17)
9+
Thanks [@ardatan](https://github.com/ardatan)! - Wait for setting schemaId to prevent race
10+
condition
11+
312
## 3.10.11
413

514
### 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.10.11",
3+
"version": "3.10.12",
44
"type": "module",
55
"description": "Apollo's federated tracing plugin for GraphQL Yoga.",
66
"repository": {

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

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

3+
## 0.5.9
4+
5+
### Patch Changes
6+
7+
- [#3647](https://github.com/dotansimha/graphql-yoga/pull/3647)
8+
[`31b7754`](https://github.com/dotansimha/graphql-yoga/commit/31b7754fd93d74682576b4f4765385805e78cf17)
9+
Thanks [@ardatan](https://github.com/ardatan)! - Wait for setting schemaId to prevent race
10+
condition
11+
12+
- Updated dependencies
13+
[[`31b7754`](https://github.com/dotansimha/graphql-yoga/commit/31b7754fd93d74682576b4f4765385805e78cf17)]:
14+
- @graphql-yoga/plugin-apollo-inline-trace@3.10.12
15+
316
## 0.5.8
417

518
### 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.5.8",
3+
"version": "0.5.9",
44
"type": "module",
55
"description": "Apollo's GraphOS usage report plugin for GraphQL Yoga.",
66
"repository": {

0 commit comments

Comments
 (0)