chore(release): v2.28.0

## [2.28.0](https://git.nstart.cloud/2-6/2-6-4/terravault/ordinis/compare/v2.27.13...v2.28.0) (2026-05-15)

###  Features

* **admin-ui:** Phase B frontend — notifications preferences route + UI ([e2fc3bc](https://git.nstart.cloud/2-6/2-6-4/terravault/ordinis/commit/e2fc3bcbe0b398c15fca20b5603db1152fb2089c))
* **notifications:** Phase B backend — per-user channel preferences ([9452ada](https://git.nstart.cloud/2-6/2-6-4/terravault/ordinis/commit/9452adaf551e019acfc3b282c3cd0cdf19c7f119))
This commit is contained in:
semantic-release-bot
2026-05-15 15:07:09 +00:00
parent 76b3844ad2
commit 51b45836de
2 changed files with 8 additions and 1 deletions
+7
View File
@@ -3,6 +3,13 @@
Auto-generated by semantic-release based on conventional commits. Auto-generated by semantic-release based on conventional commits.
See `.releaserc.json` for release rules. See `.releaserc.json` for release rules.
## [2.28.0](https://git.nstart.cloud/2-6/2-6-4/terravault/ordinis/compare/v2.27.13...v2.28.0) (2026-05-15)
### ✨ Features
* **admin-ui:** Phase B frontend — notifications preferences route + UI ([e2fc3bc](https://git.nstart.cloud/2-6/2-6-4/terravault/ordinis/commit/e2fc3bcbe0b398c15fca20b5603db1152fb2089c))
* **notifications:** Phase B backend — per-user channel preferences ([9452ada](https://git.nstart.cloud/2-6/2-6-4/terravault/ordinis/commit/9452adaf551e019acfc3b282c3cd0cdf19c7f119))
## [2.27.13](https://git.nstart.cloud/2-6/2-6-4/terravault/ordinis/compare/v2.27.12...v2.27.13) (2026-05-15) ## [2.27.13](https://git.nstart.cloud/2-6/2-6-4/terravault/ordinis/compare/v2.27.12...v2.27.13) (2026-05-15)
### 🐛 Fixes ### 🐛 Fixes
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "ordinis-admin-ui", "name": "ordinis-admin-ui",
"private": true, "private": true,
"version": "2.27.13", "version": "2.28.0",
"type": "module", "type": "module",
"scripts": { "scripts": {
"copy-changelog": "node scripts/copy-changelog.mjs", "copy-changelog": "node scripts/copy-changelog.mjs",