Skip to content

Commit 2af6f23

Browse files
committed
chore(master): release 5.1.0
1 parent dbc52c6 commit 2af6f23

File tree

3 files changed

+17
-4
lines changed

3 files changed

+17
-4
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.0.0"
2+
".": "5.1.0"
33
}

CHANGELOG.md

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

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

5+
## [5.1.0](https://github.com/InformaticsMatters/squonk2-data-manager-ui/compare/5.0.0...5.1.0) (2024-12-23)
6+
7+
8+
### Features
9+
10+
* 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)
11+
12+
13+
### Bug Fixes
14+
15+
* fix position of toolbar buttons in the project table ([68c3884](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/68c388476e02306b1f49874e46943b00ffe00dda))
16+
* 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)
17+
518
## [5.0.0](https://github.com/InformaticsMatters/squonk2-data-manager-ui/compare/4.0.0...5.0.0) (2024-11-07)
619

720

package.json

Lines changed: 3 additions & 3 deletions
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.0.0",
5+
"version": "5.1.0",
66
"private": true,
77
"repository": {
88
"type": "git",
@@ -74,7 +74,7 @@
7474
"formik-mui": "4.0.0",
7575
"formik-mui-lab": "1.0.0",
7676
"immer": "9.0.21",
77-
"jotai": "2.11.0",
77+
"jotai": "2.10.4",
7878
"just-compare": "2.3.0",
7979
"just-group-by": "2.2.0",
8080
"jwt-decode": "4.0.0",
@@ -96,7 +96,7 @@
9696
"react-dropzone": "14.3.5",
9797
"react-hook-form": "7.54.2",
9898
"react-plotly.js": "2.6.0",
99-
"sass": "1.83.0",
99+
"sass": "1.80.6",
100100
"sharp": "0.33.5",
101101
"typescript": "5.6.3",
102102
"use-immer": "0.7.0",

0 commit comments

Comments
 (0)