Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.6.5"
".": "0.6.6"
}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [0.6.6](https://github.com/PrivateAIM/node-ui/compare/v0.6.5...v0.6.6) (2026-06-24)


### Features

* **analysis:** restructure table and remove disabled buttons ([56b5d09](https://github.com/PrivateAIM/node-ui/commit/56b5d09ea98e0db753feffaf95f9933f00bf8281))
* **project:** change approval to toggle switch with confirmation ([f24b0b4](https://github.com/PrivateAIM/node-ui/commit/f24b0b4d5ab31602b1b19b615a1bd1b6e6244123))


### Bug Fixes

* **analysis:** allow progressbar to show when centered ([343f664](https://github.com/PrivateAIM/node-ui/commit/343f6645d8f8b135115c7cf731f79df0c7655294))
* **hub:** add fallback for display name field in AnalysesTable ([bc2c86c](https://github.com/PrivateAIM/node-ui/commit/bc2c86c4dd3b970fc313733d8b8fc4dcd94cecff))


### Performance Improvements

* **datastore:** change port to 9000 when S3 selected ([3c51cb2](https://github.com/PrivateAIM/node-ui/commit/3c51cb205d742ccc97ff87b9abae257677b558a7))

## [0.6.5](https://github.com/PrivateAIM/node-ui/compare/v0.6.4...v0.6.5) (2026-06-15)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "node-ui",
"private": true,
"version": "0.6.5",
"version": "0.6.6",
"license": "Apache-2.0",
"description": "User interface for the FLAME Node software.",
"packageManager": "pnpm@10.30.1",
Expand Down
Loading