Skip to content

Commit 5180c4e

Browse files
chore(release): update monorepo packages versions (#1384)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 60ce66c commit 5180c4e

5 files changed

Lines changed: 22 additions & 16 deletions

File tree

.changeset/shaky-queens-sell.md

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

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

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,29 @@
11
# @graphql-codegen/typescript-react-query
22

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+
313
## 6.1.1
414

515
### Patch Changes
616

717
- [#355](https://github.com/dotansimha/graphql-code-generator-community/pull/355)
818
[`ca72b89`](https://github.com/dotansimha/graphql-code-generator-community/commit/ca72b89a601979799d0c10087535ff2acc4378f0)
919
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
10-
1120
- Updated dependency
1221
[`@graphql-codegen/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-codegen/visitor-plugin-common/v/2.13.8)
1322
(from `2.13.1`, in `dependencies`)
1423

1524
- [#612](https://github.com/dotansimha/graphql-code-generator-community/pull/612)
1625
[`5af565e`](https://github.com/dotansimha/graphql-code-generator-community/commit/5af565e6dada98e2341968ea37f343c5c348414a)
1726
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
18-
1927
- Updated dependency [`tslib@^2.8.1` ↗︎](https://www.npmjs.com/package/tslib/v/2.8.1) (from
2028
`~2.8.0`, in `dependencies`)
2129

@@ -74,7 +82,6 @@
7482
- [#422](https://github.com/dotansimha/graphql-code-generator-community/pull/422)
7583
[`ef0adf8c2`](https://github.com/dotansimha/graphql-code-generator-community/commit/ef0adf8c2124e4b40d23c52966486a887f122b9b)
7684
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
77-
7885
- Updated dependency [`tslib@~2.6.0` ↗︎](https://www.npmjs.com/package/tslib/v/2.6.0) (from
7986
`~2.4.0`, in `dependencies`)
8087

@@ -163,7 +170,6 @@
163170
### Major Changes
164171

165172
- 5c7592b4d: Introduces breaking changes to support `[email protected]`:
166-
167173
- react query package is now `@tanstack/react-query` -> import changes
168174
- introduced a `legacyMode` flag (`false` by default)
169175

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": "6.1.1",
3+
"version": "6.1.2",
44
"type": "module",
55
"description": "GraphQL Code Generator plugin for generating a ready-to-use React-Query Hooks based on GraphQL operations",
66
"repository": {

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

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,29 @@
11
# @graphql-codegen/typescript-solid-query
22

3+
## 1.0.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+
313
## 1.0.1
414

515
### Patch Changes
616

717
- [#355](https://github.com/dotansimha/graphql-code-generator-community/pull/355)
818
[`ca72b89`](https://github.com/dotansimha/graphql-code-generator-community/commit/ca72b89a601979799d0c10087535ff2acc4378f0)
919
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
10-
1120
- Updated dependency
1221
[`@graphql-codegen/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-codegen/visitor-plugin-common/v/2.13.8)
1322
(from `2.13.1`, in `dependencies`)
1423

1524
- [#612](https://github.com/dotansimha/graphql-code-generator-community/pull/612)
1625
[`5af565e`](https://github.com/dotansimha/graphql-code-generator-community/commit/5af565e6dada98e2341968ea37f343c5c348414a)
1726
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
18-
1927
- Updated dependency [`tslib@^2.8.1` ↗︎](https://www.npmjs.com/package/tslib/v/2.8.1) (from
2028
`~2.8.0`, in `dependencies`)
2129

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

0 commit comments

Comments
 (0)