Skip to content

Commit d88b1cc

Browse files
committed
chore: update changeset configuration to include Preact query packages
1 parent 89e10a5 commit d88b1cc

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

.changeset/config.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
"@tanstack/angular-query-experimental",
1414
"@tanstack/angular-query-persist-client",
1515
"@tanstack/eslint-plugin-query",
16+
"@tanstack/preact-query",
17+
"@tanstack/preact-query-devtools",
18+
"@tanstack/preact-query-persist-client",
1619
"@tanstack/query-async-storage-persister",
1720
"@tanstack/query-broadcast-client-experimental",
1821
"@tanstack/query-core",
@@ -26,10 +29,7 @@
2629
"@tanstack/solid-query",
2730
"@tanstack/solid-query-devtools",
2831
"@tanstack/solid-query-persist-client",
29-
"@tanstack/vue-query",
30-
"@tanstack/preact-query",
31-
"@tanstack/preact-query-devtools",
32-
"@tanstack/preact-query-persist-client"
32+
"@tanstack/vue-query"
3333
],
3434
[
3535
"@tanstack/vue-query-devtools",

.changeset/dry-hotels-grin.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
'@tanstack/svelte-query-persist-client': patch
2121
'@tanstack/vue-query': patch
2222
'@tanstack/vue-query-devtools': patch
23+
'@tanstack/preact-query': patch
24+
'@tanstack/preact-query-devtools': patch
25+
'@tanstack/preact-query-persist-client': patch
2326
---
2427

2528
chore: fixed version

0 commit comments

Comments
 (0)