Skip to content

Commit d84b7ab

Browse files
committed
chore(master): release 5.6.0-dev.1
1 parent 76d5289 commit d84b7ab

File tree

3 files changed

+23
-2
lines changed

3 files changed

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

CHANGELOG.md

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

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

5+
## [5.6.0-dev.1](https://github.com/InformaticsMatters/squonk2-data-manager-ui/compare/5.6.0-dev.0...5.6.0-dev.1) (2025-07-24)
6+
7+
8+
### Features
9+
10+
* add event stream history ([#1691](https://github.com/InformaticsMatters/squonk2-data-manager-ui/issues/1691)) ([50d289f](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/50d289fcf43c33dd14ab1ee475fe67b18975e961))
11+
* improve design of app, job and workflow cards ([3007b98](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/3007b9892daa599179aafe210e6ac1faa3c9ab73))
12+
13+
14+
### Bug Fixes
15+
16+
* avoid es connections when it is not installed ([8379209](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/8379209ddb379ae59e4ef6e09c5568c789a74889))
17+
* fix default name for jobs to be usable ([fd1ae2f](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/fd1ae2f3d3e7c1610c38be7a0bc95d372e6a047a))
18+
* fix MUI warning for project flavour ([89389df](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/89389df1dfc43872dd0a287c7e35bd63311ab634))
19+
* pin nodejs version in devcontainer ([2e7dbf6](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/2e7dbf60195492924ceff8ab19be53e29d6d03b2))
20+
21+
22+
### Miscellaneous Chores
23+
24+
* release 5.6.0-dev.1 ([76d5289](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/76d528988673fc1402ac12dd275bdc012fdf46fd))
25+
526
## [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)
627

728

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

0 commit comments

Comments
 (0)