Skip to content

Commit eff8f74

Browse files
ci: Version Packages (#10754)
ci: changeset release Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f532bda commit eff8f74

7 files changed

Lines changed: 13 additions & 12 deletions

File tree

.changeset/lit-query-stable-function-options.md

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

examples/lit/basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"preview": "vite preview"
99
},
1010
"dependencies": {
11-
"@tanstack/lit-query": "^0.2.2",
11+
"@tanstack/lit-query": "^0.2.3",
1212
"@tanstack/query-core": "^5.100.11",
1313
"lit": "^3.3.1"
1414
},

examples/lit/pagination/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"preview": "vite preview"
99
},
1010
"dependencies": {
11-
"@tanstack/lit-query": "^0.2.2",
11+
"@tanstack/lit-query": "^0.2.3",
1212
"@tanstack/query-core": "^5.100.11",
1313
"lit": "^3.3.1"
1414
},

examples/lit/ssr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"@lit-labs/ssr": "^3.3.0",
11-
"@tanstack/lit-query": "^0.2.2",
11+
"@tanstack/lit-query": "^0.2.3",
1212
"@tanstack/query-core": "^5.100.11",
1313
"lit": "^3.3.1"
1414
},

packages/lit-query/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @tanstack/lit-query
22

3+
## 0.2.3
4+
5+
### Patch Changes
6+
7+
- Avoid scheduling redundant host updates when accessor function options resolve to an unchanged query result. ([#10716](https://github.com/TanStack/query/pull/10716))
8+
39
## 0.2.2
410

511
### Patch Changes

packages/lit-query/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tanstack/lit-query",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "Lit adapter for TanStack Query Core",
55
"author": "tannerlinsley",
66
"license": "MIT",

pnpm-lock.yaml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)