From e5cf46a94fd4454345d690d4094cf8f0683bf517 Mon Sep 17 00:00:00 2001 From: Oliver Dudgeon <22367286+OliverDudgeon@users.noreply.github.com> Date: Sat, 19 Jul 2025 11:31:52 +0100 Subject: [PATCH] chore(master): release 5.6.0-dev.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c23030cdf..73ddfb8d2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.6.0-rc.1" + ".": "5.6.0-dev.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 07754cfe1..712a25566 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,24 @@ All notable changes to this project will be documented in this file. +## [5.6.0-dev.0](https://github.com/InformaticsMatters/squonk2-data-manager-ui/compare/5.6.0-rc.1...5.6.0-dev.0) (2025-07-19) + + +### Features + +* display workflows in result page ([167b54c](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/167b54c6a4a5f9dfc220a3e918a0df377c117f53)) + + +### Bug Fixes + +* fix crash when order is undefined ([832ca50](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/832ca504f43e083e920e16fd7f1f0c428e51ae64)) +* show header only when there is an input ([a745a42](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/a745a4254a04be80dcd529f87f6672f45a9392e2)) + + +### Miscellaneous Chores + +* release 5.6.0-dev.0 ([6e3eefc](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/6e3eefc82dd46e1073f4baa5e28028194a03078a)) + ## [5.6.0-rc.1](https://github.com/InformaticsMatters/squonk2-data-manager-ui/compare/5.6.0-rc.0...5.6.0-rc.1) (2025-05-29) diff --git a/package.json b/package.json index 74205c603..718557f67 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.6.0-rc.1", + "version": "5.6.0-dev.0", "private": true, "repository": { "type": "git",