Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "5.6.0-dev.1"
".": "5.6.0-dev.2"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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

## [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)


### Features

* improve event stream connection logging ([aa8235d](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/aa8235d090bcd448032d5ffbd3aa868a4d53c9c1))


### Miscellaneous Chores

* release 5.6.0-dev.2 ([22cc9aa](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/22cc9aa95c82d2fe66c4538b0198cc0b399caa17))

## [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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@squonk/data-manager-ui",
"author": "Oliver Dudgeon",
"license": "Apache-2.0",
"version": "5.6.0-dev.1",
"version": "5.6.0-dev.2",
"private": true,
"repository": {
"type": "git",
Expand Down
Loading