From c09cd77a5b95dddd553f29ae565f9334097750e5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 11:05:08 +0000 Subject: [PATCH] ci: changeset release --- .changeset/lit-query-stable-function-options.md | 5 ----- examples/lit/basic/package.json | 2 +- examples/lit/pagination/package.json | 2 +- examples/lit/ssr/package.json | 2 +- packages/lit-query/CHANGELOG.md | 6 ++++++ packages/lit-query/package.json | 2 +- pnpm-lock.yaml | 6 +++--- 7 files changed, 13 insertions(+), 12 deletions(-) delete mode 100644 .changeset/lit-query-stable-function-options.md 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