From 2b7a758e6804313debb536b4b603dcddda3ef646 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 14 May 2026 14:50:58 +0000 Subject: [PATCH] chore(release): v2.27.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [2.27.0](https://git.nstart.cloud/2-6/2-6-4/terravault/ordinis/compare/v2.26.1...v2.27.0) (2026-05-14) ### ✨ Features * **notifications:** TODO 7 — draft decision toast + email + bell badge ([9050e24](https://git.nstart.cloud/2-6/2-6-4/terravault/ordinis/commit/9050e2427e0fe85f84ca38f1bbe67f1cd9344acf)) ### 📝 Docs * **todos:** mark all session TODOs shipped + summary table ([14f58b4](https://git.nstart.cloud/2-6/2-6-4/terravault/ordinis/commit/14f58b49276d7c97a545bca16f140fcf39d61990)) --- ordinis-admin-ui/CHANGELOG.md | 10 ++++++++++ ordinis-admin-ui/package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ordinis-admin-ui/CHANGELOG.md b/ordinis-admin-ui/CHANGELOG.md index 11efc41..5deb244 100644 --- a/ordinis-admin-ui/CHANGELOG.md +++ b/ordinis-admin-ui/CHANGELOG.md @@ -3,6 +3,16 @@ Auto-generated by semantic-release based on conventional commits. See `.releaserc.json` for release rules. +## [2.27.0](https://git.nstart.cloud/2-6/2-6-4/terravault/ordinis/compare/v2.26.1...v2.27.0) (2026-05-14) + +### ✨ Features + +* **notifications:** TODO 7 — draft decision toast + email + bell badge ([9050e24](https://git.nstart.cloud/2-6/2-6-4/terravault/ordinis/commit/9050e2427e0fe85f84ca38f1bbe67f1cd9344acf)) + +### 📝 Docs + +* **todos:** mark all session TODOs shipped + summary table ([14f58b4](https://git.nstart.cloud/2-6/2-6-4/terravault/ordinis/commit/14f58b49276d7c97a545bca16f140fcf39d61990)) + ## [2.26.1](https://git.nstart.cloud/2-6/2-6-4/terravault/ordinis/compare/v2.26.0...v2.26.1) (2026-05-14) ### ♻️ Refactoring diff --git a/ordinis-admin-ui/package.json b/ordinis-admin-ui/package.json index 6a43324..37d8b23 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.26.1", + "version": "2.27.0", "type": "module", "scripts": { "copy-changelog": "node scripts/copy-changelog.mjs",