Skip to content

Commit 300c21b

Browse files
chore(master): release 3.0.0-rc.4 (#1282)
1 parent ccb2196 commit 300c21b

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-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-
".": "3.0.0-rc.3"
2+
".": "3.0.0-rc.4"
33
}

CHANGELOG.md

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

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

5+
## [3.0.0-rc.4](https://github.com/InformaticsMatters/squonk2-data-manager-ui/compare/3.0.0-rc.3...3.0.0-rc.4) (2024-03-11)
6+
7+
8+
### Features
9+
10+
* **results-page:** add title to instance page and make project list item clickable ([3beb834](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/3beb834f3780602e4c5100a2219a14bb9f80a769))
11+
12+
13+
### Bug Fixes
14+
15+
* **project-selection:** fix predicted storage value in chart ([96dbf9e](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/96dbf9e7f8ca17b7b71fde85330f4aa0c77b1a14))
16+
* **project-stats:** fix text wrap and spacing of chart tooltip ([36d56ec](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/36d56ec0fb71c0965f335c4e67ed00e12387a127))
17+
18+
19+
### Miscellaneous Chores
20+
21+
* release 3.0.0-rc.4 ([62f4d81](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/62f4d81fd772bf09a70a12771b9b1acb36584034))
22+
523
## [3.0.0-rc.3](https://github.com/InformaticsMatters/squonk2-data-manager-ui/compare/3.0.0-rc.2...3.0.0-rc.3) (2024-03-07)
624

725

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": "3.0.0-rc.3",
5+
"version": "3.0.0-rc.4",
66
"private": true,
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)