From 7842a64615388045077fe54f31fc7c2d7426763d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 12:42:22 +0000 Subject: [PATCH] ci: Version Packages --- .changeset/thin-pianos-rhyme.md | 5 ----- packages/devtools-utils/CHANGELOG.md | 6 ++++++ packages/devtools-utils/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/thin-pianos-rhyme.md diff --git a/.changeset/thin-pianos-rhyme.md b/.changeset/thin-pianos-rhyme.md deleted file mode 100644 index 2e9e0d70..00000000 --- a/.changeset/thin-pianos-rhyme.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tanstack/devtools-utils': patch ---- - -revert panel generation diff --git a/packages/devtools-utils/CHANGELOG.md b/packages/devtools-utils/CHANGELOG.md index 2a3ca990..df302a0d 100644 --- a/packages/devtools-utils/CHANGELOG.md +++ b/packages/devtools-utils/CHANGELOG.md @@ -1,5 +1,11 @@ # @tanstack/devtools-utils +## 0.2.2 + +### Patch Changes + +- revert panel generation ([#306](https://github.com/TanStack/devtools/pull/306)) + ## 0.2.1 ### Patch Changes diff --git a/packages/devtools-utils/package.json b/packages/devtools-utils/package.json index 82a3bcdb..88881d0d 100644 --- a/packages/devtools-utils/package.json +++ b/packages/devtools-utils/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/devtools-utils", - "version": "0.2.1", + "version": "0.2.2", "description": "TanStack Devtools utilities for creating your own devtools.", "author": "Tanner Linsley", "license": "MIT",