Skip to content

Commit 924bd6c

Browse files
authored
Merge pull request #22 from dotansimha/changeset-release/main
2 parents 8e29022 + 38329d2 commit 924bd6c

File tree

6 files changed

+14
-12
lines changed

6 files changed

+14
-12
lines changed

.changeset/shy-timers-lay.md

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

.changeset/witty-queens-rule.md

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

packages/plugins/typescript/react-apollo/CHANGELOG.md

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

3+
## 3.3.7
4+
5+
### Patch Changes
6+
7+
- [#21](https://github.com/dotansimha/graphql-code-generator-community/pull/21) [`8a0359623`](https://github.com/dotansimha/graphql-code-generator-community/commit/8a0359623f03aecfad4a4e59d8677805f72d2ab6) Thanks [@charlypoly](https://github.com/charlypoly)! - doc API examples fix
8+
39
## 3.3.6
410

511
### Patch Changes

packages/plugins/typescript/react-apollo/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-react-apollo",
3-
"version": "3.3.6",
3+
"version": "3.3.7",
44
"description": "GraphQL Code Generator plugin for generating a ready-to-use React Components/HOC/Hooks based on GraphQL operations",
55
"repository": {
66
"type": "git",

packages/plugins/typescript/react-query/CHANGELOG.md

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

3+
## 4.0.6
4+
5+
### Patch Changes
6+
7+
- [#19](https://github.com/dotansimha/graphql-code-generator-community/pull/19) [`d98ca30cd`](https://github.com/dotansimha/graphql-code-generator-community/commit/d98ca30cd6b0fe20356c3a4049b17873b397851b) Thanks [@charlypoly](https://github.com/charlypoly)! - Fix compatibility of graphql-request fetcher with >5.0
8+
39
## 4.0.5
410

511
### Patch Changes

packages/plugins/typescript/react-query/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-react-query",
3-
"version": "4.0.5",
3+
"version": "4.0.6",
44
"description": "GraphQL Code Generator plugin for generating a ready-to-use React-Query Hooks based on GraphQL operations",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)