diff --git a/.changeset/config.json b/.changeset/config.json index d3af6f132a..ada7b23179 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -8,7 +8,33 @@ "access": "public", "baseBranch": "main", "updateInternalDependencies": "patch", - "fixed": [], + "fixed": [ + [ + "@tanstack/angular-query-experimental", + "@tanstack/angular-query-persist-client", + "@tanstack/eslint-plugin-query", + "@tanstack/query-async-storage-persister", + "@tanstack/query-broadcast-client-experimental", + "@tanstack/query-core", + "@tanstack/query-devtools", + "@tanstack/query-persist-client-core", + "@tanstack/query-sync-storage-persister", + "@tanstack/react-query", + "@tanstack/react-query-devtools", + "@tanstack/react-query-next-experimental", + "@tanstack/react-query-persist-client", + "@tanstack/solid-query", + "@tanstack/solid-query-devtools", + "@tanstack/solid-query-persist-client", + "@tanstack/vue-query" + ], + ["@tanstack/vue-query-devtools"], + [ + "@tanstack/svelte-query", + "@tanstack/svelte-query-devtools", + "@tanstack/svelte-query-persist-client" + ] + ], "linked": [], "ignore": [], "___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": { diff --git a/.changeset/dry-hotels-grin.md b/.changeset/dry-hotels-grin.md new file mode 100644 index 0000000000..9431c78525 --- /dev/null +++ b/.changeset/dry-hotels-grin.md @@ -0,0 +1,25 @@ +--- +'@tanstack/angular-query-experimental': patch +'@tanstack/angular-query-persist-client': patch +'@tanstack/eslint-plugin-query': patch +'@tanstack/query-async-storage-persister': patch +'@tanstack/query-broadcast-client-experimental': patch +'@tanstack/query-core': patch +'@tanstack/query-devtools': patch +'@tanstack/query-persist-client-core': patch +'@tanstack/query-sync-storage-persister': patch +'@tanstack/react-query': patch +'@tanstack/react-query-devtools': patch +'@tanstack/react-query-next-experimental': patch +'@tanstack/react-query-persist-client': patch +'@tanstack/solid-query': patch +'@tanstack/solid-query-devtools': patch +'@tanstack/solid-query-persist-client': patch +'@tanstack/svelte-query': patch +'@tanstack/svelte-query-devtools': patch +'@tanstack/svelte-query-persist-client': patch +'@tanstack/vue-query': patch +'@tanstack/vue-query-devtools': patch +--- + +chore: fixed version diff --git a/packages/query-test-utils/package.json b/packages/query-test-utils/package.json index 2900fa94ad..32ace073d3 100644 --- a/packages/query-test-utils/package.json +++ b/packages/query-test-utils/package.json @@ -1,6 +1,5 @@ { "name": "@tanstack/query-test-utils", - "version": "0.0.0", "description": "Internal test utilities for TanStack Query", "author": "Jonghyeon Ko ", "private": true,