From 7aed89a70a6ef28029e2d249cff1addf6469d2fb Mon Sep 17 00:00:00 2001 From: Hermes Agent Date: Mon, 15 Jun 2026 19:34:48 +0000 Subject: [PATCH 1/2] docs: add bugs metadata for @tanstack/query-core --- packages/query-core/package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/query-core/package.json b/packages/query-core/package.json index 80f9f479f82..077221aabb2 100644 --- a/packages/query-core/package.json +++ b/packages/query-core/package.json @@ -10,6 +10,9 @@ "directory": "packages/query-core" }, "homepage": "https://tanstack.com/query", + "bugs": { + "url": "https://github.com/TanStack/query/issues" + }, "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" From 8f6d06bbc1b7149befb6cd35adf8026dbeaa2ccd Mon Sep 17 00:00:00 2001 From: Jonghyeon Ko Date: Fri, 26 Jun 2026 01:31:36 +0900 Subject: [PATCH 2/2] Update packages/query-core/package.json --- packages/query-core/package.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/packages/query-core/package.json b/packages/query-core/package.json index 310d31f8b33..7873547bf48 100644 --- a/packages/query-core/package.json +++ b/packages/query-core/package.json @@ -10,9 +10,7 @@ "directory": "packages/query-core" }, "homepage": "https://tanstack.com/query", - "bugs": { - "url": "https://github.com/TanStack/query/issues" - }, + "bugs": "https://github.com/TanStack/query/issues", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley"