From 3d8bf7ba5161befb17710b3d843116f022a13c28 Mon Sep 17 00:00:00 2001 From: Oliver Dudgeon <22367286+OliverDudgeon@users.noreply.github.com> Date: Tue, 27 May 2025 22:41:45 +0100 Subject: [PATCH] chore(master): release 5.5.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 448d10afc..9bf38528e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.4.0" + ".": "5.5.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a2c9463c6..1123aabb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ All notable changes to this project will be documented in this file. +## [5.5.0](https://github.com/InformaticsMatters/squonk2-data-manager-ui/compare/5.4.0...5.5.0) (2025-05-27) + + +### Features + +* add keyboard shortcut for search field ([76df00a](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/76df00aff22c16ad7c0cb78c75ad477088b4b53c)) +* group jobs by their versions ([0754dab](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/0754dab057e614e720f6f04f799c087b2721ff54)) + + +### Bug Fixes + +* update lockfile ([c056355](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/c056355a03edf80e69ff68eb781233202898fb59)) + ## [5.4.0](https://github.com/InformaticsMatters/squonk2-data-manager-ui/compare/5.3.0-rc.2...5.4.0) (2025-05-15) diff --git a/package.json b/package.json index 56805fa8b..7bc07d1da 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@squonk/data-manager-ui", "author": "Oliver Dudgeon", "license": "Apache-2.0", - "version": "5.4.0", + "version": "5.5.0", "private": true, "repository": { "type": "git",