From f26d67e4e19dcd8095538dce4272d725af92dddf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 09:28:44 +0000 Subject: [PATCH] release: version @qorpe/ui --- .changeset/tabpanel-classname.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/tabpanel-classname.md diff --git a/.changeset/tabpanel-classname.md b/.changeset/tabpanel-classname.md deleted file mode 100644 index 86793b0..0000000 --- a/.changeset/tabpanel-classname.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@qorpe/ui": minor ---- - -`TabPanel` accepts `className` (defaults to the previous `pt-4`): a scrolling panel inside a flex column can now carry `min-h-0 flex-1 overflow-y-auto` and its own padding without losing the ARIA pairing — the seam mockifyr's five tabbed screens need to move off their local Radix tabs. diff --git a/CHANGELOG.md b/CHANGELOG.md index 0212cee..4db2440 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @qorpe/ui +## 0.6.0 + +### Minor Changes + +- d23bfbd: `TabPanel` accepts `className` (defaults to the previous `pt-4`): a scrolling panel inside a flex column can now carry `min-h-0 flex-1 overflow-y-auto` and its own padding without losing the ARIA pairing — the seam mockifyr's five tabbed screens need to move off their local Radix tabs. + ## 0.5.2 ### Patch Changes diff --git a/package.json b/package.json index 713e1cf..56df6b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@qorpe/ui", - "version": "0.5.2", + "version": "0.6.0", "description": "The qorpe family UI kit: the ui-standard tokens, primitives and composites every qorpe console composes from.", "license": "Apache-2.0", "repository": {