From 0e165f69ca1a4ce8aa7f155f8744e44dc15bc45b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 13 May 2026 15:34:51 +0000 Subject: [PATCH] chore(release): v2.21.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [2.21.0](https://git.nstart.cloud/2-6/2-6-4/terravault/ordinis/compare/v2.20.0...v2.21.0) (2026-05-13) ### ✨ Features * **records:** auto-route create/edit через draft когда approvalRequired ([6eb56cf](https://git.nstart.cloud/2-6/2-6-4/terravault/ordinis/commit/6eb56cffe4383d6d488fcd0a17f710b83b0a7585)) --- ordinis-admin-ui/CHANGELOG.md | 6 ++++++ ordinis-admin-ui/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ordinis-admin-ui/CHANGELOG.md b/ordinis-admin-ui/CHANGELOG.md index cdcfc51..0873760 100644 --- a/ordinis-admin-ui/CHANGELOG.md +++ b/ordinis-admin-ui/CHANGELOG.md @@ -3,6 +3,12 @@ Auto-generated by semantic-release based on conventional commits. See `.releaserc.json` for release rules. +## [2.21.0](https://git.nstart.cloud/2-6/2-6-4/terravault/ordinis/compare/v2.20.0...v2.21.0) (2026-05-13) + +### ✨ Features + +* **records:** auto-route create/edit через draft когда approvalRequired ([6eb56cf](https://git.nstart.cloud/2-6/2-6-4/terravault/ordinis/commit/6eb56cffe4383d6d488fcd0a17f710b83b0a7585)) + ## [2.20.0](https://git.nstart.cloud/2-6/2-6-4/terravault/ordinis/compare/v2.19.2...v2.20.0) (2026-05-13) ### ✨ Features diff --git a/ordinis-admin-ui/package.json b/ordinis-admin-ui/package.json index febd8d7..7fb5f50 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.20.0", + "version": "2.21.0", "type": "module", "scripts": { "copy-changelog": "node scripts/copy-changelog.mjs",