From ca341b1d79e85a002b39e3c7360ed02955436724 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 14 May 2026 22:53:06 +0000 Subject: [PATCH] chore(release): v2.27.7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [2.27.7](https://git.nstart.cloud/2-6/2-6-4/terravault/ordinis/compare/v2.27.6...v2.27.7) (2026-05-14) ### πŸ› Fixes * **a11y:** add hidden SheetTitle ΠΊ MobileSidebar (Radix warning) ([dfae205](https://git.nstart.cloud/2-6/2-6-4/terravault/ordinis/commit/dfae205c95edb8d7ff430a8719d18a6aff7a552e)) * **schema-drafts:** /drafts/active returns 200+null instead of 404 (no console spam) ([e43e3f6](https://git.nstart.cloud/2-6/2-6-4/terravault/ordinis/commit/e43e3f617f3efb7d8057f3ac4f762635f14b2086)) * **sidebar:** gate outbox+webhook badge polls on INTERNAL scope (no more 403 spam) ([ac74a8f](https://git.nstart.cloud/2-6/2-6-4/terravault/ordinis/commit/ac74a8fbd9c86065f4755e0ff4ff62c15c59f4c8)) --- ordinis-admin-ui/CHANGELOG.md | 8 ++++++++ ordinis-admin-ui/package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ordinis-admin-ui/CHANGELOG.md b/ordinis-admin-ui/CHANGELOG.md index e53ff91..c3e0e09 100644 --- a/ordinis-admin-ui/CHANGELOG.md +++ b/ordinis-admin-ui/CHANGELOG.md @@ -3,6 +3,14 @@ Auto-generated by semantic-release based on conventional commits. See `.releaserc.json` for release rules. +## [2.27.7](https://git.nstart.cloud/2-6/2-6-4/terravault/ordinis/compare/v2.27.6...v2.27.7) (2026-05-14) + +### πŸ› Fixes + +* **a11y:** add hidden SheetTitle ΠΊ MobileSidebar (Radix warning) ([dfae205](https://git.nstart.cloud/2-6/2-6-4/terravault/ordinis/commit/dfae205c95edb8d7ff430a8719d18a6aff7a552e)) +* **schema-drafts:** /drafts/active returns 200+null instead of 404 (no console spam) ([e43e3f6](https://git.nstart.cloud/2-6/2-6-4/terravault/ordinis/commit/e43e3f617f3efb7d8057f3ac4f762635f14b2086)) +* **sidebar:** gate outbox+webhook badge polls on INTERNAL scope (no more 403 spam) ([ac74a8f](https://git.nstart.cloud/2-6/2-6-4/terravault/ordinis/commit/ac74a8fbd9c86065f4755e0ff4ff62c15c59f4c8)) + ## [2.27.6](https://git.nstart.cloud/2-6/2-6-4/terravault/ordinis/compare/v2.27.5...v2.27.6) (2026-05-14) ### πŸ› Fixes diff --git a/ordinis-admin-ui/package.json b/ordinis-admin-ui/package.json index 41b6aa6..2e9c8bd 100644 --- a/ordinis-admin-ui/package.json +++ b/ordinis-admin-ui/package.json @@ -1,7 +1,7 @@ { "name": "ordinis-admin-ui", "private": true, - "version": "2.27.6", + "version": "2.27.7", "type": "module", "scripts": { "copy-changelog": "node scripts/copy-changelog.mjs",