Skip to content

Commit 62dd4c7

Browse files
Upcoming Release Changes (#10273)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent ec07018 commit 62dd4c7

File tree

6 files changed

+17
-9
lines changed

6 files changed

+17
-9
lines changed

Diff for: .changeset/olive-geckos-relax.md

-5
This file was deleted.

Diff for: packages/plugins/typescript/gql-tag-operations/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @graphql-codegen/gql-tag-operations
22

3+
## 4.0.14
4+
5+
### Patch Changes
6+
7+
- [#10192](https://github.com/dotansimha/graphql-code-generator/pull/10192) [`ec07018`](https://github.com/dotansimha/graphql-code-generator/commit/ec070189a1a3c4d41f2457b56a68b506c81f28ba) Thanks [@brianhuang822](https://github.com/brianhuang822)! - Have gql-tag-operations generate the type for document registry
8+
39
## 4.0.13
410

511
### Patch Changes

Diff for: packages/plugins/typescript/gql-tag-operations/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-codegen/gql-tag-operations",
3-
"version": "4.0.13",
3+
"version": "4.0.14",
44
"description": "GraphQL Code Generator plugin for generating a typed gql tag function",
55
"repository": {
66
"type": "git",

Diff for: packages/presets/client/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @graphql-codegen/client-preset
22

3+
## 4.6.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`ec07018`](https://github.com/dotansimha/graphql-code-generator/commit/ec070189a1a3c4d41f2457b56a68b506c81f28ba)]:
8+
- @graphql-codegen/gql-tag-operations@4.0.14
9+
310
## 4.6.0
411

512
### Minor Changes

Diff for: packages/presets/client/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-codegen/client-preset",
3-
"version": "4.6.0",
3+
"version": "4.6.1",
44
"description": "GraphQL Code Generator preset for client.",
55
"repository": {
66
"type": "git",
@@ -23,7 +23,7 @@
2323
"@graphql-codegen/typed-document-node": "^5.0.13",
2424
"@graphql-codegen/typescript": "^4.1.3",
2525
"@graphql-codegen/typescript-operations": "^4.4.1",
26-
"@graphql-codegen/gql-tag-operations": "4.0.13",
26+
"@graphql-codegen/gql-tag-operations": "4.0.14",
2727
"@graphql-codegen/plugin-helpers": "^5.1.0",
2828
"@graphql-codegen/visitor-plugin-common": "^5.6.1",
2929
"@graphql-typed-document-node/core": "3.2.0",

Diff for: website/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@graphql-codegen/c-sharp": "4.3.1",
2828
"@graphql-codegen/c-sharp-operations": "2.3.1",
2929
"@graphql-codegen/cli": "5.0.4",
30-
"@graphql-codegen/client-preset": "4.6.0",
30+
"@graphql-codegen/client-preset": "4.6.1",
3131
"@graphql-codegen/core": "4.0.2",
3232
"@graphql-codegen/flow": "2.3.6",
3333
"@graphql-codegen/flow-operations": "2.3.6",

0 commit comments

Comments
 (0)