diff --git a/.changeset/lit-query-stable-function-options.md b/.changeset/lit-query-stable-function-options.md deleted file mode 100644 index 3845502305e..00000000000 --- a/.changeset/lit-query-stable-function-options.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tanstack/lit-query': patch ---- - -Avoid scheduling redundant host updates when accessor function options resolve to an unchanged query result. diff --git a/examples/lit/basic/package.json b/examples/lit/basic/package.json index 8e701b6554e..7c1781fd3d0 100644 --- a/examples/lit/basic/package.json +++ b/examples/lit/basic/package.json @@ -8,7 +8,7 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/lit-query": "^0.2.2", + "@tanstack/lit-query": "^0.2.3", "@tanstack/query-core": "^5.100.11", "lit": "^3.3.1" }, diff --git a/examples/lit/pagination/package.json b/examples/lit/pagination/package.json index a90220cef38..efcc9d07b60 100644 --- a/examples/lit/pagination/package.json +++ b/examples/lit/pagination/package.json @@ -8,7 +8,7 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/lit-query": "^0.2.2", + "@tanstack/lit-query": "^0.2.3", "@tanstack/query-core": "^5.100.11", "lit": "^3.3.1" }, diff --git a/examples/lit/ssr/package.json b/examples/lit/ssr/package.json index 00bd216c31b..ce9845889ec 100644 --- a/examples/lit/ssr/package.json +++ b/examples/lit/ssr/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "@lit-labs/ssr": "^3.3.0", - "@tanstack/lit-query": "^0.2.2", + "@tanstack/lit-query": "^0.2.3", "@tanstack/query-core": "^5.100.11", "lit": "^3.3.1" }, diff --git a/packages/lit-query/CHANGELOG.md b/packages/lit-query/CHANGELOG.md index c797a777958..1b7cfd52910 100644 --- a/packages/lit-query/CHANGELOG.md +++ b/packages/lit-query/CHANGELOG.md @@ -1,5 +1,11 @@ # @tanstack/lit-query +## 0.2.3 + +### Patch Changes + +- Avoid scheduling redundant host updates when accessor function options resolve to an unchanged query result. ([#10716](https://github.com/TanStack/query/pull/10716)) + ## 0.2.2 ### Patch Changes diff --git a/packages/lit-query/package.json b/packages/lit-query/package.json index 786540938e5..6a978244dcb 100644 --- a/packages/lit-query/package.json +++ b/packages/lit-query/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/lit-query", - "version": "0.2.2", + "version": "0.2.3", "description": "Lit adapter for TanStack Query Core", "author": "tannerlinsley", "license": "MIT", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 091a1ee3bde..45de820c9c3 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -618,7 +618,7 @@ importers: examples/lit/basic: dependencies: '@tanstack/lit-query': - specifier: ^0.2.2 + specifier: ^0.2.3 version: link:../../../packages/lit-query '@tanstack/query-core': specifier: ^5.100.11 @@ -637,7 +637,7 @@ importers: examples/lit/pagination: dependencies: '@tanstack/lit-query': - specifier: ^0.2.2 + specifier: ^0.2.3 version: link:../../../packages/lit-query '@tanstack/query-core': specifier: ^5.100.11 @@ -659,7 +659,7 @@ importers: specifier: ^3.3.0 version: 3.3.1 '@tanstack/lit-query': - specifier: ^0.2.2 + specifier: ^0.2.3 version: link:../../../packages/lit-query '@tanstack/query-core': specifier: ^5.100.11