chore(release): v1.7.0 [skip ci]

## [1.7.0](https://git.nstart.cloud/2-6/2-6-4/terravault/ordinis/compare/v1.6.1...v1.7.0) (2026-05-11)

###  Features

* **api:** GET /dictionaries/graph/outgoing — batch outgoing FK summary ([ff05ef9](https://git.nstart.cloud/2-6/2-6-4/terravault/ordinis/commit/ff05ef9a9fcc0df55c0da2cb16c2d7d75f9e9db4))
* **loader:** real Natural Earth globe via d3-geo + topojson + world-atlas ([acde4e1](https://git.nstart.cloud/2-6/2-6-4/terravault/ordinis/commit/acde4e134dc7d7610e108e155e2b57426190be08))

### 🐛 Fixes

* **a11y:** add sr-only DialogTitle/Description to record/export/timetravel modals ([7429cff](https://git.nstart.cloud/2-6/2-6-4/terravault/ordinis/commit/7429cff0096918fb0fe9dc2a55506a93ee5ee89e))
* **form:** break drawer counter/dirty infinite-loop + add GlobeLoader + AppErrorBoundary ([ca53322](https://git.nstart.cloud/2-6/2-6-4/terravault/ordinis/commit/ca53322b14265c26b94db73c5fed7cb7cdf1f343))
* **loader:** remove transform-box fill-box — orbits rotated around offset bbox ([82b754b](https://git.nstart.cloud/2-6/2-6-4/terravault/ordinis/commit/82b754b3abafc8383c95aecf28a81c116e843512))
* **ui:** block route render with centered GlobeLoader until queries resolve ([e165a55](https://git.nstart.cloud/2-6/2-6-4/terravault/ordinis/commit/e165a552aae42a05a2ad4b0f1187ad684b376fa6))

### 📝 Docs

* **api:** pending-endpoints brief for backend team ([a4add24](https://git.nstart.cloud/2-6/2-6-4/terravault/ordinis/commit/a4add2402aea8620d071e48ea8e598e8f62c8249))
This commit is contained in:
semantic-release-bot
2026-05-11 20:16:26 +00:00
parent b4a9f09e5e
commit 1b577393d6
2 changed files with 19 additions and 1 deletions
+18
View File
@@ -3,6 +3,24 @@
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.
## [1.7.0](https://git.nstart.cloud/2-6/2-6-4/terravault/ordinis/compare/v1.6.1...v1.7.0) (2026-05-11)
### ✨ Features
* **api:** GET /dictionaries/graph/outgoing — batch outgoing FK summary ([ff05ef9](https://git.nstart.cloud/2-6/2-6-4/terravault/ordinis/commit/ff05ef9a9fcc0df55c0da2cb16c2d7d75f9e9db4))
* **loader:** real Natural Earth globe via d3-geo + topojson + world-atlas ([acde4e1](https://git.nstart.cloud/2-6/2-6-4/terravault/ordinis/commit/acde4e134dc7d7610e108e155e2b57426190be08))
### 🐛 Fixes
* **a11y:** add sr-only DialogTitle/Description to record/export/timetravel modals ([7429cff](https://git.nstart.cloud/2-6/2-6-4/terravault/ordinis/commit/7429cff0096918fb0fe9dc2a55506a93ee5ee89e))
* **form:** break drawer counter/dirty infinite-loop + add GlobeLoader + AppErrorBoundary ([ca53322](https://git.nstart.cloud/2-6/2-6-4/terravault/ordinis/commit/ca53322b14265c26b94db73c5fed7cb7cdf1f343))
* **loader:** remove transform-box fill-box — orbits rotated around offset bbox ([82b754b](https://git.nstart.cloud/2-6/2-6-4/terravault/ordinis/commit/82b754b3abafc8383c95aecf28a81c116e843512))
* **ui:** block route render with centered GlobeLoader until queries resolve ([e165a55](https://git.nstart.cloud/2-6/2-6-4/terravault/ordinis/commit/e165a552aae42a05a2ad4b0f1187ad684b376fa6))
### 📝 Docs
* **api:** pending-endpoints brief for backend team ([a4add24](https://git.nstart.cloud/2-6/2-6-4/terravault/ordinis/commit/a4add2402aea8620d071e48ea8e598e8f62c8249))
## [1.6.1](https://git.nstart.cloud/2-6/2-6-4/terravault/ordinis/compare/v1.6.0...v1.6.1) (2026-05-11) ## [1.6.1](https://git.nstart.cloud/2-6/2-6-4/terravault/ordinis/compare/v1.6.0...v1.6.1) (2026-05-11)
### 🐛 Fixes ### 🐛 Fixes
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "ordinis-admin-ui", "name": "ordinis-admin-ui",
"private": true, "private": true,
"version": "1.6.1", "version": "1.7.0",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",