diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d97057593..3c75256a8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.6.0-dev.2" + ".": "5.6.0-dev.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e8ff0dba0..22dc59d08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,30 @@ All notable changes to this project will be documented in this file. +## [5.6.0-dev.3](https://github.com/InformaticsMatters/squonk2-data-manager-ui/compare/5.6.0-dev.2...5.6.0-dev.3) (2025-07-29) + + +### Features + +* add delete workflow button ([b3aa584](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/b3aa5845338eca0ad3672e63a6de79a624c9dfe4)) + + +### Bug Fixes + +* add missing toast when workflows are launched ([8c3849a](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/8c3849a3db39fc7f564f7a1f7c9c9dc403bfeec8)) +* change apps/job tab to run ([f0b714a](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/f0b714ade739a1045d0af7730d2329133a2d0b9a)) +* fix running workflows list not opening when a workflow is run ([daff7f7](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/daff7f730d8ab5a8f0b22f7920fb4b8260d629e7)) +* fix sorting of workflows in the results page ([f7f9d7d](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/f7f9d7d154d8b3bb5d65e48ceb226c90ff7ac196)) +* implement stopping workflows before deletion ([b8f3d7b](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/b8f3d7b9fffe7d957105ae08402eea975a96d32f)) +* improve retry logic for project table ([cdaff6a](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/cdaff6a8f3508f8cb98735d2a7f1ae9a69690622)) +* pass correct params in logs button ([34f0137](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/34f01377b9bc10f852f84503ae9fc6bbfaeb592a)) +* show errors in data tables ([92da10e](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/92da10e1140e1d5a49b606af0b75b1b484ca0062)) + + +### Miscellaneous Chores + +* release 5.6.0-dev.3 ([9a86a98](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/9a86a98a3367bea5ea830b439fd0db96e3995be9)) + ## [5.6.0-dev.2](https://github.com/InformaticsMatters/squonk2-data-manager-ui/compare/5.6.0-dev.1...5.6.0-dev.2) (2025-07-24) diff --git a/package.json b/package.json index 3a3201c8c..39a8a8103 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-dev.2", + "version": "5.6.0-dev.3", "private": true, "repository": { "type": "git",