Skip to content

Commit

Permalink
Upcoming Release Changes (#8637)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Nov 23, 2022
1 parent 00ddc93 commit 3455baf
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/thick-ravens-try.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/plugins/typescript/gql-tag-operations/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @graphql-codegen/gql-tag-operations

## 1.5.8

### Patch Changes

- [#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

## 1.5.7

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/gql-tag-operations",
"version": "1.5.7",
"version": "1.5.8",
"description": "GraphQL Code Generator plugin for generating a typed gql tag function",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/presets/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-codegen/client-preset

## 1.1.5

### Patch Changes

- Updated dependencies [[`00ddc9368`](https://github.com/dotansimha/graphql-code-generator/commit/00ddc9368211a4511b9f80d543d57c85fff840cb)]:
- @graphql-codegen/gql-tag-operations@1.5.8

## 1.1.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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": "1.1.4",
"version": "1.1.5",
"description": "GraphQL Code Generator preset for client.",
"repository": {
"type": "git",
Expand All @@ -23,7 +23,7 @@
"@graphql-codegen/typed-document-node": "^2.3.7",
"@graphql-codegen/typescript": "^2.8.2",
"@graphql-codegen/typescript-operations": "^2.5.7",
"@graphql-codegen/gql-tag-operations": "1.5.7",
"@graphql-codegen/gql-tag-operations": "1.5.8",
"@graphql-codegen/plugin-helpers": "^2.7.2",
"@graphql-codegen/visitor-plugin-common": "^2.13.2",
"@graphql-typed-document-node/core": "3.1.1",
Expand Down

0 comments on commit 3455baf

Please sign in to comment.