Skip to content

Commit b60f506

Browse files
committed
chore(master): release 5.6.0-dev.0
1 parent 6e3eefc commit b60f506

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-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-rc.1"
2+
".": "5.6.0-dev.0"
33
}

CHANGELOG.md

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

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

5+
## [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)
6+
7+
8+
### Features
9+
10+
* display workflows in result page ([167b54c](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/167b54c6a4a5f9dfc220a3e918a0df377c117f53))
11+
12+
13+
### Bug Fixes
14+
15+
* fix crash when order is undefined ([832ca50](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/832ca504f43e083e920e16fd7f1f0c428e51ae64))
16+
* show header only when there is an input ([a745a42](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/a745a4254a04be80dcd529f87f6672f45a9392e2))
17+
18+
19+
### Miscellaneous Chores
20+
21+
* release 5.6.0-dev.0 ([6e3eefc](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/6e3eefc82dd46e1073f4baa5e28028194a03078a))
22+
523
## [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)
624

725

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

0 commit comments

Comments
 (0)