Skip to content

Commit 97cc4d6

Browse files
chore(develop): release 0.5.4
1 parent 668edce commit 97cc4d6

3 files changed

Lines changed: 18 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.5.3"
2+
".": "0.5.4"
33
}

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [0.5.4](https://github.com/PrivateAIM/node-ui/compare/v0.5.3...v0.5.4) (2026-04-07)
4+
5+
6+
### Features
7+
8+
* **cleanup:** add kong service cleanup endpoint to menu options ([df6089f](https://github.com/PrivateAIM/node-ui/commit/df6089f89f63eb726ea3212755cb47648597dbe2))
9+
* **data-stores:** add DataStoreHelpPanel sub-component ([5f3fbdb](https://github.com/PrivateAIM/node-ui/commit/5f3fbdbdfbebe90c6ff9d08ace0e5b6f3303b70f))
10+
* **data-stores:** extract useDataStoreList composable ([64098dd](https://github.com/PrivateAIM/node-ui/commit/64098dd6f95e4074690eb0d2ea2ba4178d359b3c))
11+
12+
13+
### Bug Fixes
14+
15+
* **analyses:** disable analysis control buttons if image not distributed ([a91115e](https://github.com/PrivateAIM/node-ui/commit/a91115e8714686928b46d96fc5100929208523b1))
16+
* **data-stores:** add computed to explicit vue imports in DataStoreProjectInitializer ([ea25658](https://github.com/PrivateAIM/node-ui/commit/ea25658a74b6745f8a5a8d5db16c152e5f31722a))
17+
* **data-stores:** clear loading flag on any completed fetch status ([2bb21e8](https://github.com/PrivateAIM/node-ui/commit/2bb21e84059ff6f52b7a90d0cfa114d79e7e5d75))
18+
319
## [0.5.3](https://github.com/PrivateAIM/node-ui/compare/v0.5.2...v0.5.3) (2026-03-18)
420

521

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "node-ui",
33
"private": true,
4-
"version": "0.5.3",
4+
"version": "0.5.4",
55
"license": "Apache-2.0",
66
"description": "User interface for the FLAME Node software.",
77
"packageManager": "pnpm@10.30.1",

0 commit comments

Comments
 (0)