Skip to content

Commit 05696cd

Browse files
chore: release 6.1.0-dev.1 [skip ci]
# [6.1.0-dev.1](6.0.0...6.1.0-dev.1) (2026-01-13) ### Bug Fixes * add zIndex to CookiesBanner to fix overlapping issue caused by layout change ([803fc28](803fc28)) * adjust maxHeight of event list box to 100% ([bc0ab4f](bc0ab4f)) * fix awx triggers ([35e2087](35e2087)) * fix event panel layout on systems when viewport width is reduced by the browser scrollbar ([38dc91b](38dc91b)) * fix footer layout ([7bfffa3](7bfffa3)) * remove unnecessary pnpm approve-builds command from Dockerfile ([c5acd5f](c5acd5f)) * set fetch-depth and ref for checkout in build-image job ([aa6be70](aa6be70)) * specify context and Dockerfile path in build and push image step ([f2d3b60](f2d3b60)) * update checkout ref to use correct format ([95aebbc](95aebbc)) * update checkout ref to use new_release_git_tag in release workflow ([bca381c](bca381c)) * update checkout step to fetch tags and use release SHA ([d0990f9](d0990f9)) * update event stream button text to include 'new' for clarity ([02d5aa1](02d5aa1)) ### Features * display events in dockable sidebar instead of inside the user menu ([7fdc313](7fdc313)) * display unread event count in event stream toggle button ([5a08b5e](5a08b5e))
1 parent af4e75a commit 05696cd

2 files changed

Lines changed: 25 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
# [6.1.0-dev.1](https://github.com/InformaticsMatters/squonk2-data-manager-ui/compare/6.0.0...6.1.0-dev.1) (2026-01-13)
2+
3+
4+
### Bug Fixes
5+
6+
* add zIndex to CookiesBanner to fix overlapping issue caused by layout change ([803fc28](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/803fc28db02bfb9b8886658b10e2195976b0f7de))
7+
* adjust maxHeight of event list box to 100% ([bc0ab4f](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/bc0ab4f495d56c41c85e40a759c4c509112a19be))
8+
* fix awx triggers ([35e2087](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/35e20876a716374c17167715c315d0fd93ca0643))
9+
* fix event panel layout on systems when viewport width is reduced by the browser scrollbar ([38dc91b](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/38dc91b240411a3efc305ec2f55ff9ec9aacb75a))
10+
* fix footer layout ([7bfffa3](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/7bfffa304b9ff7f6bdba5e6dbc47379c7e883fc4))
11+
* remove unnecessary pnpm approve-builds command from Dockerfile ([c5acd5f](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/c5acd5f3beef0b8c052cbaa2bf5b717dee52b1a0))
12+
* set fetch-depth and ref for checkout in build-image job ([aa6be70](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/aa6be703c985bd2e2ab31ad7a3d4e3bb538189ac))
13+
* specify context and Dockerfile path in build and push image step ([f2d3b60](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/f2d3b60c0f3012dbf33a2eab273e5713aa52d0dd))
14+
* update checkout ref to use correct format ([95aebbc](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/95aebbcbc328fb5c71ba473f03b435920ffeb032))
15+
* update checkout ref to use new_release_git_tag in release workflow ([bca381c](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/bca381ccea04672aa9e67f0ad3b04e783c302ce1))
16+
* update checkout step to fetch tags and use release SHA ([d0990f9](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/d0990f9e58d4a3771c431e473ea7dce0b5ec95ed))
17+
* update event stream button text to include 'new' for clarity ([02d5aa1](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/02d5aa163cfa129125bc49a9827d820cf90cbfa3))
18+
19+
20+
### Features
21+
22+
* display events in dockable sidebar instead of inside the user menu ([7fdc313](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/7fdc3136cdbd977b4b2cb7eff06ffe82a888ec2e))
23+
* display unread event count in event stream toggle button ([5a08b5e](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/5a08b5e400de53933ebab8e07234c44de4640aa6))
24+
125
# [6.1.0-dev.11](https://github.com/InformaticsMatters/squonk2-data-manager-ui/compare/6.1.0-dev.10...6.1.0-dev.11) (2026-01-12)
226

327

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@squonk/data-manager-ui",
33
"author": "Oliver Dudgeon",
44
"license": "Apache-2.0",
5-
"version": "6.1.0-dev.11",
5+
"version": "6.1.0-dev.1",
66
"private": true,
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)