Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .changeset/huge-ghosts-follow.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/plugins/other/visitor-plugin-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-codegen/visitor-plugin-common

## 7.2.5

### Patch Changes

- [#10918](https://github.com/dotansimha/graphql-code-generator/pull/10918)
[`6a3b734`](https://github.com/dotansimha/graphql-code-generator/commit/6a3b734efe8a6ca3826296d3baf2fda3dfca4352)
Thanks [@eddeee888](https://github.com/eddeee888)! - Fix union and conditional directives
resulting in no field types

## 7.2.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/other/visitor-plugin-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/visitor-plugin-common",
"version": "7.2.4",
"version": "7.2.5",
"type": "module",
"repository": {
"type": "git",
Expand Down
13 changes: 13 additions & 0 deletions packages/plugins/typescript/operations/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @graphql-codegen/typescript-operations

## 6.1.6

### Patch Changes

- [#10918](https://github.com/dotansimha/graphql-code-generator/pull/10918)
[`6a3b734`](https://github.com/dotansimha/graphql-code-generator/commit/6a3b734efe8a6ca3826296d3baf2fda3dfca4352)
Thanks [@eddeee888](https://github.com/eddeee888)! - Fix union and conditional directives
resulting in no field types

- Updated dependencies
[[`6a3b734`](https://github.com/dotansimha/graphql-code-generator/commit/6a3b734efe8a6ca3826296d3baf2fda3dfca4352)]:
- @graphql-codegen/visitor-plugin-common@7.2.5

## 6.1.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/typescript/operations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/typescript-operations",
"version": "6.1.5",
"version": "6.1.6",
"type": "module",
"description": "GraphQL Code Generator plugin for generating TypeScript types for GraphQL queries, mutations, subscriptions and fragments",
"repository": {
Expand Down
14 changes: 14 additions & 0 deletions packages/presets/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @graphql-codegen/client-preset

## 6.1.3

### Patch Changes

- [#10918](https://github.com/dotansimha/graphql-code-generator/pull/10918)
[`6a3b734`](https://github.com/dotansimha/graphql-code-generator/commit/6a3b734efe8a6ca3826296d3baf2fda3dfca4352)
Thanks [@eddeee888](https://github.com/eddeee888)! - Fix union and conditional directives
resulting in no field types

- Updated dependencies
[[`6a3b734`](https://github.com/dotansimha/graphql-code-generator/commit/6a3b734efe8a6ca3826296d3baf2fda3dfca4352)]:
- @graphql-codegen/visitor-plugin-common@7.2.5
- @graphql-codegen/typescript-operations@6.1.6

## 6.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/presets/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/client-preset",
"version": "6.1.2",
"version": "6.1.3",
"type": "module",
"description": "GraphQL Code Generator preset for client.",
"repository": {
Expand Down
Loading