Skip to content

Commit 4c75210

Browse files
authored
ci(changesets): fixed version (#10064)
* chore: update changeset configuration to include fixed dependencies for various TanStack packages * chore: update package versions across multiple examples and packages to 5.92.9, including Angular, React, Solid, Svelte, and Vue integrations * chore: add changeset for version patches across multiple TanStack packages * chore: update changeset configuration to include @tanstack/vue-query-devtools as a dependency * feat: add support for Preact query packages in changeset configuration * chore: update changeset configuration to include Preact query packages
1 parent 3b7a177 commit 4c75210

File tree

3 files changed

+58
-2
lines changed

3 files changed

+58
-2
lines changed

.changeset/config.json

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,36 @@
88
"access": "public",
99
"baseBranch": "main",
1010
"updateInternalDependencies": "patch",
11-
"fixed": [],
11+
"fixed": [
12+
[
13+
"@tanstack/angular-query-experimental",
14+
"@tanstack/angular-query-persist-client",
15+
"@tanstack/eslint-plugin-query",
16+
"@tanstack/preact-query",
17+
"@tanstack/preact-query-devtools",
18+
"@tanstack/preact-query-persist-client",
19+
"@tanstack/query-async-storage-persister",
20+
"@tanstack/query-broadcast-client-experimental",
21+
"@tanstack/query-core",
22+
"@tanstack/query-devtools",
23+
"@tanstack/query-persist-client-core",
24+
"@tanstack/query-sync-storage-persister",
25+
"@tanstack/react-query",
26+
"@tanstack/react-query-devtools",
27+
"@tanstack/react-query-next-experimental",
28+
"@tanstack/react-query-persist-client",
29+
"@tanstack/solid-query",
30+
"@tanstack/solid-query-devtools",
31+
"@tanstack/solid-query-persist-client",
32+
"@tanstack/vue-query"
33+
],
34+
[
35+
"@tanstack/vue-query-devtools",
36+
"@tanstack/svelte-query",
37+
"@tanstack/svelte-query-devtools",
38+
"@tanstack/svelte-query-persist-client"
39+
]
40+
],
1241
"linked": [],
1342
"ignore": [],
1443
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {

.changeset/dry-hotels-grin.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
'@tanstack/angular-query-experimental': patch
3+
'@tanstack/angular-query-persist-client': patch
4+
'@tanstack/eslint-plugin-query': patch
5+
'@tanstack/query-async-storage-persister': patch
6+
'@tanstack/query-broadcast-client-experimental': patch
7+
'@tanstack/query-core': patch
8+
'@tanstack/query-devtools': patch
9+
'@tanstack/query-persist-client-core': patch
10+
'@tanstack/query-sync-storage-persister': patch
11+
'@tanstack/react-query': patch
12+
'@tanstack/react-query-devtools': patch
13+
'@tanstack/react-query-next-experimental': patch
14+
'@tanstack/react-query-persist-client': patch
15+
'@tanstack/solid-query': patch
16+
'@tanstack/solid-query-devtools': patch
17+
'@tanstack/solid-query-persist-client': patch
18+
'@tanstack/svelte-query': patch
19+
'@tanstack/svelte-query-devtools': patch
20+
'@tanstack/svelte-query-persist-client': patch
21+
'@tanstack/vue-query': patch
22+
'@tanstack/vue-query-devtools': patch
23+
'@tanstack/preact-query': patch
24+
'@tanstack/preact-query-devtools': patch
25+
'@tanstack/preact-query-persist-client': patch
26+
---
27+
28+
chore: fixed version

packages/query-test-utils/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "@tanstack/query-test-utils",
3-
"version": "0.0.0",
43
"description": "Internal test utilities for TanStack Query",
54
"author": "Jonghyeon Ko <manudeli.ko@gmail.com>",
65
"private": true,

0 commit comments

Comments
 (0)