|
1 | 1 | # @graphql-codegen/typescript-react-query |
2 | 2 |
|
| 3 | +## 6.1.2 |
| 4 | + |
| 5 | +### Patch Changes |
| 6 | + |
| 7 | +- [#1371](https://github.com/dotansimha/graphql-code-generator-community/pull/1371) |
| 8 | + [`25ad6d3`](https://github.com/dotansimha/graphql-code-generator-community/commit/25ad6d32686fd88e32da57f9b24c0a5713aaab1e) |
| 9 | + Thanks [@eddeee888](https://github.com/eddeee888)! - Query keys should be shared between suspense |
| 10 | + and non-suspense hooks to ensure consistent state management and synchronization, preventing |
| 11 | + discrepancies and maintaining a single source of truth for query invalidation. |
| 12 | + |
3 | 13 | ## 6.1.1 |
4 | 14 |
|
5 | 15 | ### Patch Changes |
6 | 16 |
|
7 | 17 | - [#355](https://github.com/dotansimha/graphql-code-generator-community/pull/355) |
8 | 18 | [`ca72b89`](https://github.com/dotansimha/graphql-code-generator-community/commit/ca72b89a601979799d0c10087535ff2acc4378f0) |
9 | 19 | Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates: |
10 | | - |
11 | 20 | - Updated dependency |
12 | 21 | [`@graphql-codegen/[email protected]` ↗︎ ](https://www.npmjs.com/package/@graphql-codegen/visitor-plugin-common/v/2.13.8) |
13 | 22 | (from `2.13.1`, in `dependencies`) |
14 | 23 |
|
15 | 24 | - [#612](https://github.com/dotansimha/graphql-code-generator-community/pull/612) |
16 | 25 | [`5af565e`](https://github.com/dotansimha/graphql-code-generator-community/commit/5af565e6dada98e2341968ea37f343c5c348414a) |
17 | 26 | Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates: |
18 | | - |
19 | 27 | - Updated dependency [`tslib@^2.8.1` ↗︎](https://www.npmjs.com/package/tslib/v/2.8.1) (from |
20 | 28 | `~2.8.0`, in `dependencies`) |
21 | 29 |
|
|
74 | 82 | - [#422](https://github.com/dotansimha/graphql-code-generator-community/pull/422) |
75 | 83 | [`ef0adf8c2`](https://github.com/dotansimha/graphql-code-generator-community/commit/ef0adf8c2124e4b40d23c52966486a887f122b9b) |
76 | 84 | Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates: |
77 | | - |
78 | 85 | - Updated dependency [`tslib@~2.6.0` ↗︎](https://www.npmjs.com/package/tslib/v/2.6.0) (from |
79 | 86 | `~2.4.0`, in `dependencies`) |
80 | 87 |
|
|
163 | 170 | ### Major Changes |
164 | 171 |
|
165 | 172 | - 5c7592b4d: Introduces breaking changes to support `[email protected]`: |
166 | | - |
167 | 173 | - react query package is now `@tanstack/react-query` -> import changes |
168 | 174 | - introduced a `legacyMode` flag (`false` by default) |
169 | 175 |
|
|
0 commit comments