semantic-release-bot
2026-05-26 11:54:07 +00:00
parent 49b2fcd1ab
commit bd3798ffa8
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -3,6 +3,12 @@
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.44.1](https://git.nstart.cloud/2-6/2-6-4/terravault/ordinis/compare/v2.44.0...v2.44.1) (2026-05-26)
### 🐛 Fixes
* **ui:** TS2345 в DictionaryEditorDialog[#449](https://git.nstart.cloud/2-6/2-6-4/terravault/ordinis/issues/449) — narrow unknown ([8337561](https://git.nstart.cloud/2-6/2-6-4/terravault/ordinis/commit/83375610b25b2f194f1e12fc6c0b1f1cfd1c2561))
## [2.44.0](https://git.nstart.cloud/2-6/2-6-4/terravault/ordinis/compare/v2.43.0...v2.44.0) (2026-05-26) ## [2.44.0](https://git.nstart.cloud/2-6/2-6-4/terravault/ordinis/compare/v2.43.0...v2.44.0) (2026-05-26)
### ✨ Features ### ✨ Features
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "ordinis-admin-ui", "name": "ordinis-admin-ui",
"private": true, "private": true,
"version": "2.44.0", "version": "2.44.1",
"type": "module", "type": "module",
"scripts": { "scripts": {
"copy-changelog": "node scripts/copy-changelog.mjs", "copy-changelog": "node scripts/copy-changelog.mjs",