Skip to content

Commit 3c59026

Browse files
committed
chore(master): release 5.7.0-dev.0
1 parent 50d289f commit 3c59026

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-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.7.0-dev.0"
33
}

CHANGELOG.md

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

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

5+
## [5.7.0-dev.0](https://github.com/InformaticsMatters/squonk2-data-manager-ui/compare/5.6.0-dev.0...5.7.0-dev.0) (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+
521
## [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)
622

723

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.7.0-dev.0",
66
"private": true,
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)