Skip to content

Commit 58186a3

Browse files
committed
chore(master): release 5.6.0-dev.3
1 parent 9a86a98 commit 58186a3

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "5.6.0-dev.2"
2+
".": "5.6.0-dev.3"
33
}

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,30 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [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)
6+
7+
8+
### Features
9+
10+
* add delete workflow button ([b3aa584](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/b3aa5845338eca0ad3672e63a6de79a624c9dfe4))
11+
12+
13+
### Bug Fixes
14+
15+
* add missing toast when workflows are launched ([8c3849a](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/8c3849a3db39fc7f564f7a1f7c9c9dc403bfeec8))
16+
* change apps/job tab to run ([f0b714a](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/f0b714ade739a1045d0af7730d2329133a2d0b9a))
17+
* fix running workflows list not opening when a workflow is run ([daff7f7](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/daff7f730d8ab5a8f0b22f7920fb4b8260d629e7))
18+
* fix sorting of workflows in the results page ([f7f9d7d](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/f7f9d7d154d8b3bb5d65e48ceb226c90ff7ac196))
19+
* implement stopping workflows before deletion ([b8f3d7b](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/b8f3d7b9fffe7d957105ae08402eea975a96d32f))
20+
* improve retry logic for project table ([cdaff6a](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/cdaff6a8f3508f8cb98735d2a7f1ae9a69690622))
21+
* pass correct params in logs button ([34f0137](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/34f01377b9bc10f852f84503ae9fc6bbfaeb592a))
22+
* show errors in data tables ([92da10e](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/92da10e1140e1d5a49b606af0b75b1b484ca0062))
23+
24+
25+
### Miscellaneous Chores
26+
27+
* release 5.6.0-dev.3 ([9a86a98](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/9a86a98a3367bea5ea830b439fd0db96e3995be9))
28+
529
## [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)
630

731

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": "5.6.0-dev.2",
5+
"version": "5.6.0-dev.3",
66
"private": true,
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)