Skip to content

Commit 3455baf

Browse files
Upcoming Release Changes (#8637)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 00ddc93 commit 3455baf

File tree

5 files changed

+16
-8
lines changed

5 files changed

+16
-8
lines changed

.changeset/thick-ravens-try.md

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

packages/plugins/typescript/gql-tag-operations/CHANGELOG.md

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

3+
## 1.5.8
4+
5+
### Patch Changes
6+
7+
- [#8633](https://github.com/dotansimha/graphql-code-generator/pull/8633) [`00ddc9368`](https://github.com/dotansimha/graphql-code-generator/commit/00ddc9368211a4511b9f80d543d57c85fff840cb) Thanks [@jantimon](https://github.com/jantimon)! - provide jsdoc comments for better IDE support
8+
39
## 1.5.7
410

511
### Patch Changes

packages/plugins/typescript/gql-tag-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/gql-tag-operations",
3-
"version": "1.5.7",
3+
"version": "1.5.8",
44
"description": "GraphQL Code Generator plugin for generating a typed gql tag function",
55
"repository": {
66
"type": "git",

packages/presets/client/CHANGELOG.md

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

3+
## 1.1.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`00ddc9368`](https://github.com/dotansimha/graphql-code-generator/commit/00ddc9368211a4511b9f80d543d57c85fff840cb)]:
8+
- @graphql-codegen/gql-tag-operations@1.5.8
9+
310
## 1.1.4
411

512
### Patch Changes

packages/presets/client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-codegen/client-preset",
3-
"version": "1.1.4",
3+
"version": "1.1.5",
44
"description": "GraphQL Code Generator preset for client.",
55
"repository": {
66
"type": "git",
@@ -23,7 +23,7 @@
2323
"@graphql-codegen/typed-document-node": "^2.3.7",
2424
"@graphql-codegen/typescript": "^2.8.2",
2525
"@graphql-codegen/typescript-operations": "^2.5.7",
26-
"@graphql-codegen/gql-tag-operations": "1.5.7",
26+
"@graphql-codegen/gql-tag-operations": "1.5.8",
2727
"@graphql-codegen/plugin-helpers": "^2.7.2",
2828
"@graphql-codegen/visitor-plugin-common": "^2.13.2",
2929
"@graphql-typed-document-node/core": "3.1.1",

0 commit comments

Comments
 (0)