Skip to content

Commit c01f68f

Browse files
chore(release): update monorepo packages versions
1 parent da856a7 commit c01f68f

File tree

8 files changed

+32
-14
lines changed

8 files changed

+32
-14
lines changed

.changeset/@graphql-yoga_graphiql-4212-dependencies.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/clear-melons-take.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/graphiql/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @graphql-yoga/graphiql
22

3+
## 4.4.2
4+
5+
### Patch Changes
6+
7+
- [#4212](https://github.com/graphql-hive/graphql-yoga/pull/4212)
8+
[`066a2cd`](https://github.com/graphql-hive/graphql-yoga/commit/066a2cdd19260a5d3305ff06a32c69234594ce7c)
9+
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
10+
- Updated dependency [`[email protected]` ↗︎](https://www.npmjs.com/package/react/v/19.2.0) (from
11+
`19.1.1`, in `dependencies`)
12+
- Updated dependency [`[email protected]` ↗︎](https://www.npmjs.com/package/react-dom/v/19.2.0)
13+
(from `19.1.1`, in `dependencies`)
14+
315
## 4.4.1
416

517
### Patch Changes

packages/graphiql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-yoga/graphiql",
3-
"version": "4.4.1",
3+
"version": "4.4.2",
44
"type": "module",
55
"description": "",
66
"repository": {

packages/nestjs-federation/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @graphql-yoga/nestjs-federation
22

3+
## 3.17.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`3705256`](https://github.com/graphql-hive/graphql-yoga/commit/370525642b908d78c1d6238bf12c033a18cad0cd)]:
9+
- @graphql-yoga/nestjs@3.17.0
10+
311
## 3.16.0
412

513
### Patch Changes

packages/nestjs-federation/package.json

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

packages/nestjs/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @graphql-yoga/nestjs
22

3+
## 3.17.0
4+
5+
### Minor Changes
6+
7+
- [#4182](https://github.com/graphql-hive/graphql-yoga/pull/4182)
8+
[`3705256`](https://github.com/graphql-hive/graphql-yoga/commit/370525642b908d78c1d6238bf12c033a18cad0cd)
9+
Thanks [@Kalos-S](https://github.com/Kalos-S)! - Remove unused graphqlEndpoint NestJS driver
10+
option
11+
312
## 3.16.0
413

514
### Patch Changes

packages/nestjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-yoga/nestjs",
3-
"version": "3.16.0",
3+
"version": "3.17.0",
44
"type": "module",
55
"description": "GraphQL Yoga driver for NestJS GraphQL.",
66
"repository": {

0 commit comments

Comments
 (0)