Skip to content

Commit e47c8fd

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

5 files changed

Lines changed: 23 additions & 9 deletions

File tree

.changeset/brown-books-build.md

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

packages/plugins/other/visitor-plugin-common/CHANGELOG.md

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

3+
## 7.1.2
4+
5+
### Patch Changes
6+
7+
- [#10839](https://github.com/dotansimha/graphql-code-generator/pull/10839)
8+
[`8a65a1b`](https://github.com/dotansimha/graphql-code-generator/commit/8a65a1b403e92eedf73c9b1bce8262a4dbc7df8f)
9+
Thanks [@vkbansal-rubrik](https://github.com/vkbansal-rubrik)! - handles conditional spread of a
10+
fragment whose top-level selections are fragment spreads or contain inline fragments
11+
312
## 7.1.1
413

514
### Patch Changes

packages/plugins/other/visitor-plugin-common/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/visitor-plugin-common",
3-
"version": "7.1.1",
3+
"version": "7.1.2",
44
"type": "module",
55
"repository": {
66
"type": "git",

packages/plugins/typescript/operations/CHANGELOG.md

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

3+
## 6.0.5
4+
5+
### Patch Changes
6+
7+
- [#10839](https://github.com/dotansimha/graphql-code-generator/pull/10839)
8+
[`8a65a1b`](https://github.com/dotansimha/graphql-code-generator/commit/8a65a1b403e92eedf73c9b1bce8262a4dbc7df8f)
9+
Thanks [@vkbansal-rubrik](https://github.com/vkbansal-rubrik)! - handles conditional spread of a
10+
fragment whose top-level selections are fragment spreads or contain inline fragments
11+
- Updated dependencies
12+
[[`8a65a1b`](https://github.com/dotansimha/graphql-code-generator/commit/8a65a1b403e92eedf73c9b1bce8262a4dbc7df8f)]:
13+
- @graphql-codegen/visitor-plugin-common@7.1.2
14+
315
## 6.0.4
416

517
### Patch Changes

packages/plugins/typescript/operations/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/typescript-operations",
3-
"version": "6.0.4",
3+
"version": "6.0.5",
44
"type": "module",
55
"description": "GraphQL Code Generator plugin for generating TypeScript types for GraphQL queries, mutations, subscriptions and fragments",
66
"repository": {

0 commit comments

Comments
 (0)