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
5 changes: 0 additions & 5 deletions .changeset/lit-query-stable-function-options.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/lit/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/lit/pagination/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/lit/ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/lit-query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/lit-query/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.