Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .changeset/shaky-queens-sell.md

This file was deleted.

14 changes: 10 additions & 4 deletions packages/plugins/typescript/react-query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,29 @@
# @graphql-codegen/typescript-react-query

## 6.1.2

### Patch Changes

- [#1371](https://github.com/dotansimha/graphql-code-generator-community/pull/1371)
[`25ad6d3`](https://github.com/dotansimha/graphql-code-generator-community/commit/25ad6d32686fd88e32da57f9b24c0a5713aaab1e)
Thanks [@eddeee888](https://github.com/eddeee888)! - Query keys should be shared between suspense
and non-suspense hooks to ensure consistent state management and synchronization, preventing
discrepancies and maintaining a single source of truth for query invalidation.

## 6.1.1

### Patch Changes

- [#355](https://github.com/dotansimha/graphql-code-generator-community/pull/355)
[`ca72b89`](https://github.com/dotansimha/graphql-code-generator-community/commit/ca72b89a601979799d0c10087535ff2acc4378f0)
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:

- Updated dependency
[`@graphql-codegen/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-codegen/visitor-plugin-common/v/2.13.8)
(from `2.13.1`, in `dependencies`)

- [#612](https://github.com/dotansimha/graphql-code-generator-community/pull/612)
[`5af565e`](https://github.com/dotansimha/graphql-code-generator-community/commit/5af565e6dada98e2341968ea37f343c5c348414a)
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:

- Updated dependency [`tslib@^2.8.1` ↗︎](https://www.npmjs.com/package/tslib/v/2.8.1) (from
`~2.8.0`, in `dependencies`)

Expand Down Expand Up @@ -74,7 +82,6 @@
- [#422](https://github.com/dotansimha/graphql-code-generator-community/pull/422)
[`ef0adf8c2`](https://github.com/dotansimha/graphql-code-generator-community/commit/ef0adf8c2124e4b40d23c52966486a887f122b9b)
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:

- Updated dependency [`tslib@~2.6.0` ↗︎](https://www.npmjs.com/package/tslib/v/2.6.0) (from
`~2.4.0`, in `dependencies`)

Expand Down Expand Up @@ -163,7 +170,6 @@
### Major Changes

- 5c7592b4d: Introduces breaking changes to support `[email protected]`:

- react query package is now `@tanstack/react-query` -> import changes
- introduced a `legacyMode` flag (`false` by default)

Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/typescript/react-query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/typescript-react-query",
"version": "6.1.1",
"version": "6.1.2",
"type": "module",
"description": "GraphQL Code Generator plugin for generating a ready-to-use React-Query Hooks based on GraphQL operations",
"repository": {
Expand Down
12 changes: 10 additions & 2 deletions packages/plugins/typescript/solid-query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,29 @@
# @graphql-codegen/typescript-solid-query

## 1.0.2

### Patch Changes

- [#1371](https://github.com/dotansimha/graphql-code-generator-community/pull/1371)
[`25ad6d3`](https://github.com/dotansimha/graphql-code-generator-community/commit/25ad6d32686fd88e32da57f9b24c0a5713aaab1e)
Thanks [@eddeee888](https://github.com/eddeee888)! - Query keys should be shared between suspense
and non-suspense hooks to ensure consistent state management and synchronization, preventing
discrepancies and maintaining a single source of truth for query invalidation.

## 1.0.1

### Patch Changes

- [#355](https://github.com/dotansimha/graphql-code-generator-community/pull/355)
[`ca72b89`](https://github.com/dotansimha/graphql-code-generator-community/commit/ca72b89a601979799d0c10087535ff2acc4378f0)
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:

- Updated dependency
[`@graphql-codegen/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-codegen/visitor-plugin-common/v/2.13.8)
(from `2.13.1`, in `dependencies`)

- [#612](https://github.com/dotansimha/graphql-code-generator-community/pull/612)
[`5af565e`](https://github.com/dotansimha/graphql-code-generator-community/commit/5af565e6dada98e2341968ea37f343c5c348414a)
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:

- Updated dependency [`tslib@^2.8.1` ↗︎](https://www.npmjs.com/package/tslib/v/2.8.1) (from
`~2.8.0`, in `dependencies`)

Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/typescript/solid-query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/typescript-solid-query",
"version": "1.0.1",
"version": "1.0.2",
"type": "module",
"description": "GraphQL Code Generator plugin for generating a ready-to-use Solid-Query Hooks based on GraphQL operations",
"repository": {
Expand Down