From a27a056ff335ff06ef720085e59c8015ba87d7ac Mon Sep 17 00:00:00 2001 From: Oliver Dudgeon <22367286+OliverDudgeon@users.noreply.github.com> Date: Wed, 29 Jan 2025 12:55:07 +0000 Subject: [PATCH] chore(broken-master): release 5.1.0-rc.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 23 +++++++++++++++++++++++ package.json | 2 +- 3 files changed, 25 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 32dbe0e2b..8b9b8b438 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.0.0" + ".": "5.1.0-rc.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f5f890b85..d220e4f68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,29 @@ All notable changes to this project will be documented in this file. +## [5.1.0-rc.0](https://github.com/InformaticsMatters/squonk2-data-manager-ui/compare/5.0.0...5.1.0-rc.0) (2025-01-29) + + +### Features + +* display job exit code on result card ([242dd9a](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/242dd9a3180ae8221d0518865c0d66ea2069dbce)), closes [#1320](https://github.com/InformaticsMatters/squonk2-data-manager-ui/issues/1320) +* **sdf:** add basic support for sdf without a schema ([4f8dec4](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/4f8dec488a43e73dd6660c21f79aacecbba18d2b)) + + +### Bug Fixes + +* fix issues with the ui test job ([b17cc23](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/b17cc23d89d030a0135630f202538f22db140a17)) +* fix position of toolbar buttons in the project table ([68c3884](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/68c388476e02306b1f49874e46943b00ffe00dda)) +* fix sdf viewer from giving 404 error when submitting config ([9769c22](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/9769c224dd9f6a5ea3f71abe5cd7bfe46f6fff04)) +* fix unit ledger not showing a total amount when it is zero ([ef5c6d1](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/ef5c6d1be872ff420a31881e5529e9107ae1973e)), closes [#1431](https://github.com/InformaticsMatters/squonk2-data-manager-ui/issues/1431) +* **navigation:** fix navigation issues that appeared in recent commit ([e624325](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/e6243254163f829110bf2657a17cb96ac4fb502f)) +* show error when no sdf schema if found ([02a32d2](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/02a32d2c9575e8907922615f0078ce0bda1b87e3)) + + +### Miscellaneous Chores + +* release 5.1.1-rc.0 ([b432010](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/b432010d2e475d8891c60c501bf810226ae6c485)) + ## [5.0.0](https://github.com/InformaticsMatters/squonk2-data-manager-ui/compare/4.0.0...5.0.0) (2024-11-07) diff --git a/package.json b/package.json index 9ffdec6d4..a8e3a6234 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@squonk/data-manager-ui", "author": "Oliver Dudgeon", "license": "Apache-2.0", - "version": "5.0.0", + "version": "5.1.0-rc.0", "private": true, "repository": { "type": "git",