From 0c1cc385deabe03ca2fda4907d93cdeca0d0c72d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 22 Jun 2026 09:26:20 +0000 Subject: [PATCH] chore(release): v2.55.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [2.55.0](https://git.nstart.cloud/2-6/2-6-4/terravault/ordinis/compare/v2.54.2...v2.55.0) (2026-06-22) ### ✨ Features * **record:** REOPEN operation — вернуть закрытую запись ([444c004](https://git.nstart.cloud/2-6/2-6-4/terravault/ordinis/commit/444c004e3c99ff0eb5b67095f8cd85a37d2a24e9)) --- 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 5515a17..2bc06d9 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.55.0](https://git.nstart.cloud/2-6/2-6-4/terravault/ordinis/compare/v2.54.2...v2.55.0) (2026-06-22) + +### ✨ Features + +* **record:** REOPEN operation — вернуть закрытую запись ([444c004](https://git.nstart.cloud/2-6/2-6-4/terravault/ordinis/commit/444c004e3c99ff0eb5b67095f8cd85a37d2a24e9)) + ## [2.54.2](https://git.nstart.cloud/2-6/2-6-4/terravault/ordinis/compare/v2.54.1...v2.54.2) (2026-06-21) ### 🐛 Fixes diff --git a/ordinis-admin-ui/package.json b/ordinis-admin-ui/package.json index 5cdd4a1..ac3784c 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.54.2", + "version": "2.55.0", "type": "module", "scripts": { "copy-changelog": "node scripts/copy-changelog.mjs",