From a0f713fbb6540bd343594086542846e467d273fb Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 13 Jan 2026 16:20:10 +0000 Subject: [PATCH 1/2] chore: release 6.1.0 [skip ci] # [6.1.0](https://github.com/InformaticsMatters/squonk2-data-manager-ui/compare/6.0.0...6.1.0) (2026-01-13) ### Bug Fixes * add zIndex to CookiesBanner to fix overlapping issue caused by layout change ([4cd775d](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/4cd775dc343774cb905c87a80a0a0400adeb2e89)) * adjust maxHeight of event list box to 100% ([0329e4d](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/0329e4d385642f9be5e5964d2242e271e7a063b5)) * fix awx triggers ([2b1c938](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/2b1c938202ef2e9ae0b9488455e8c55bd3a82cfe)) * fix event panel layout on systems when viewport width is reduced by the browser scrollbar ([34c93df](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/34c93df1e2a13360ff69b2b495bdd8300f03862d)) * fix footer layout ([5c5492f](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/5c5492fd3316a1a7d170f48bf87f3109e9b5da3a)) * remove unnecessary pnpm approve-builds command from Dockerfile ([a85991c](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/a85991cd00f6910900c735bf73b456ec6517c8d9)) * set fetch-depth and ref for checkout in build-image job ([9b02d84](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/9b02d84e09135d582d6f6aca0b7e83ed81fedded)) * specify context and Dockerfile path in build and push image step ([6afbe50](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/6afbe505c9b385588ba6a7eea51647b37eabddb3)) * update checkout ref to use correct format ([9ed6400](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/9ed6400f74fc6a7d890cc0f388b4ca8ab781caa1)) * update checkout ref to use new_release_git_tag in release workflow ([90fb649](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/90fb649944d1588ad96aca7ad08188b9d4f8f4c9)) * update checkout step to fetch tags and use release SHA ([59df3a7](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/59df3a73a6d3d19f78a4058455209658a1037d97)) * update event stream button text to include 'new' for clarity ([a3aedae](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/a3aedaed417f7689173d57d628310858bf776e6c)) ### Features * display events in dockable sidebar instead of inside the user menu ([e2fecfc](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/e2fecfc21e6b15ddf567bf0c1003ffa5d20b3df9)) * display unread event count in event stream toggle button ([7bc8c23](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/7bc8c23bc5c6367540f71236d6bd0bb6bf0ac144)) --- CHANGELOG.md | 24 ++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c49f3d8a2..d830d899e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,27 @@ +# [6.1.0](https://github.com/InformaticsMatters/squonk2-data-manager-ui/compare/6.0.0...6.1.0) (2026-01-13) + + +### Bug Fixes + +* add zIndex to CookiesBanner to fix overlapping issue caused by layout change ([4cd775d](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/4cd775dc343774cb905c87a80a0a0400adeb2e89)) +* adjust maxHeight of event list box to 100% ([0329e4d](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/0329e4d385642f9be5e5964d2242e271e7a063b5)) +* fix awx triggers ([2b1c938](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/2b1c938202ef2e9ae0b9488455e8c55bd3a82cfe)) +* fix event panel layout on systems when viewport width is reduced by the browser scrollbar ([34c93df](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/34c93df1e2a13360ff69b2b495bdd8300f03862d)) +* fix footer layout ([5c5492f](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/5c5492fd3316a1a7d170f48bf87f3109e9b5da3a)) +* remove unnecessary pnpm approve-builds command from Dockerfile ([a85991c](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/a85991cd00f6910900c735bf73b456ec6517c8d9)) +* set fetch-depth and ref for checkout in build-image job ([9b02d84](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/9b02d84e09135d582d6f6aca0b7e83ed81fedded)) +* specify context and Dockerfile path in build and push image step ([6afbe50](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/6afbe505c9b385588ba6a7eea51647b37eabddb3)) +* update checkout ref to use correct format ([9ed6400](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/9ed6400f74fc6a7d890cc0f388b4ca8ab781caa1)) +* update checkout ref to use new_release_git_tag in release workflow ([90fb649](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/90fb649944d1588ad96aca7ad08188b9d4f8f4c9)) +* update checkout step to fetch tags and use release SHA ([59df3a7](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/59df3a73a6d3d19f78a4058455209658a1037d97)) +* update event stream button text to include 'new' for clarity ([a3aedae](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/a3aedaed417f7689173d57d628310858bf776e6c)) + + +### Features + +* display events in dockable sidebar instead of inside the user menu ([e2fecfc](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/e2fecfc21e6b15ddf567bf0c1003ffa5d20b3df9)) +* display unread event count in event stream toggle button ([7bc8c23](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/7bc8c23bc5c6367540f71236d6bd0bb6bf0ac144)) + # [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) diff --git a/package.json b/package.json index 22282199b..834d59d3a 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@squonk/data-manager-ui", "author": "Oliver Dudgeon", "license": "Apache-2.0", - "version": "6.1.0-dev.11", + "version": "6.1.0", "private": true, "repository": { "type": "git", From 5b55f8e2ada33bd8c12c1cafac54bf3ecaddacae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 12:58:49 +0000 Subject: [PATCH 2/2] chore(deps): update dawidd6/action-download-artifact action to v15 --- .github/workflows/nextjs_bundle_analysis.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nextjs_bundle_analysis.yaml b/.github/workflows/nextjs_bundle_analysis.yaml index 161887048..24f419573 100644 --- a/.github/workflows/nextjs_bundle_analysis.yaml +++ b/.github/workflows/nextjs_bundle_analysis.yaml @@ -58,7 +58,7 @@ jobs: path: .next/analyze/__bundle_analysis.json - name: Download base branch bundle stats - uses: dawidd6/action-download-artifact@v9 + uses: dawidd6/action-download-artifact@v15 if: success() && github.event.number with: workflow: nextjs_bundle_analysis.yml