Skip to content

Commit 41bc398

Browse files
chore(release): update monorepo packages versions (#10854)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent cfc4fc3 commit 41bc398

6 files changed

Lines changed: 26 additions & 12 deletions

File tree

.changeset/afraid-wings-attend.md

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

.changeset/strong-eagles-obey.md

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

packages/graphql-codegen-cli/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @graphql-codegen/cli
22

3+
## 7.1.0
4+
5+
### Minor Changes
6+
7+
- [#10855](https://github.com/dotansimha/graphql-code-generator/pull/10855)
8+
[`cfc4fc3`](https://github.com/dotansimha/graphql-code-generator/commit/cfc4fc3e659bf34df7e114c7f02eda583b2d0918)
9+
Thanks [@eddeee888](https://github.com/eddeee888)! - Add
10+
disableFederationDirectiveAndScalarInjection config to better support Federation v2
11+
12+
### Patch Changes
13+
14+
- Updated dependencies
15+
[[`cbf9544`](https://github.com/dotansimha/graphql-code-generator/commit/cbf95443b41bda82852d0396f3ab15310e22e2ae)]:
16+
- @graphql-codegen/core@6.1.0
17+
318
## 7.0.1
419

520
### Patch Changes

packages/graphql-codegen-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-codegen/cli",
3-
"version": "7.0.1",
3+
"version": "7.1.0",
44
"type": "module",
55
"repository": {
66
"type": "git",

packages/graphql-codegen-core/CHANGELOG.md

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

3+
## 6.1.0
4+
5+
### Minor Changes
6+
7+
- [#10788](https://github.com/dotansimha/graphql-code-generator/pull/10788)
8+
[`cbf9544`](https://github.com/dotansimha/graphql-code-generator/commit/cbf95443b41bda82852d0396f3ab15310e22e2ae)
9+
Thanks [@robertobadalamenti](https://github.com/robertobadalamenti)! - Add
10+
disableFederationDirectiveAndScalarInjection config to better support Federation v2
11+
312
## 6.0.1
413

514
### Patch Changes

packages/graphql-codegen-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-codegen/core",
3-
"version": "6.0.1",
3+
"version": "6.1.0",
44
"type": "module",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)