Skip to content

Commit 1674f90

Browse files
committed
release: v5.0.0-alpha.87
1 parent b3d7d55 commit 1674f90

File tree

15 files changed

+15
-15
lines changed

15 files changed

+15
-15
lines changed

packages/eslint-plugin-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/eslint-plugin-query",
3-
"version": "5.0.0-alpha.84",
3+
"version": "5.0.0-alpha.87",
44
"description": "ESLint plugin for TanStack Query",
55
"author": "Eliya Cohen",
66
"license": "MIT",

packages/query-async-storage-persister/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tanstack/query-async-storage-persister",
3-
"version": "5.0.0-alpha.86",
3+
"version": "5.0.0-alpha.87",
44
"description": "A persister for asynchronous storages, to be used with TanStack/Query",
55
"author": "tannerlinsley",
66
"license": "MIT",

packages/query-broadcast-client-experimental/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tanstack/query-broadcast-client-experimental",
3-
"version": "5.0.0-alpha.86",
3+
"version": "5.0.0-alpha.87",
44
"description": "An experimental plugin to for broadcasting the state of your queryClient between browser tabs/windows",
55
"author": "tannerlinsley",
66
"license": "MIT",

packages/query-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tanstack/query-core",
3-
"version": "5.0.0-alpha.86",
3+
"version": "5.0.0-alpha.87",
44
"description": "The framework agnostic core that powers TanStack Query",
55
"author": "tannerlinsley",
66
"license": "MIT",

packages/query-devtools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tanstack/query-devtools",
3-
"version": "5.0.0-alpha.86",
3+
"version": "5.0.0-alpha.87",
44
"description": "Developer tools to interact with and visualize the TanStack Query cache",
55
"author": "tannerlinsley",
66
"license": "MIT",

packages/query-persist-client-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tanstack/query-persist-client-core",
3-
"version": "5.0.0-alpha.86",
3+
"version": "5.0.0-alpha.87",
44
"description": "Set of utilities for interacting with persisters, which can save your queryClient for later use",
55
"author": "tannerlinsley",
66
"license": "MIT",

packages/query-sync-storage-persister/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tanstack/query-sync-storage-persister",
3-
"version": "5.0.0-alpha.86",
3+
"version": "5.0.0-alpha.87",
44
"description": "A persister for synchronous storages, to be used with TanStack/Query",
55
"author": "tannerlinsley",
66
"license": "MIT",

packages/react-query-devtools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tanstack/react-query-devtools",
3-
"version": "5.0.0-alpha.86",
3+
"version": "5.0.0-alpha.87",
44
"description": "Developer tools to interact with and visualize the TanStack/react-query cache",
55
"author": "tannerlinsley",
66
"license": "MIT",

packages/react-query-next-experimental/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tanstack/react-query-next-experimental",
3-
"version": "5.0.0-alpha.86",
3+
"version": "5.0.0-alpha.87",
44
"description": "Hydration utils for React Query in the NextJs app directory",
55
"author": "tannerlinsley",
66
"license": "MIT",

packages/react-query-persist-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tanstack/react-query-persist-client",
3-
"version": "5.0.0-alpha.86",
3+
"version": "5.0.0-alpha.87",
44
"description": "React bindings to work with persisters in TanStack/react-query",
55
"author": "tannerlinsley",
66
"license": "MIT",

0 commit comments

Comments
 (0)