Skip to content

Commit 879f55f

Browse files
chore(master): release 3.0.0-rc.2 (#1270)
1 parent a90ca6a commit 879f55f

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.1"
2+
".": "3.0.0-rc.2"
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.2](https://github.com/InformaticsMatters/squonk2-data-manager-ui/compare/3.0.0-rc.1...3.0.0-rc.2) (2024-03-05)
6+
7+
8+
### Bug Fixes
9+
10+
* **run-job:** fix run job button when job has no options ([81709a1](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/81709a124b3c191cb4268b0050c6d418e64ccbec)), closes [#1257](https://github.com/InformaticsMatters/squonk2-data-manager-ui/issues/1257)
11+
* **run-job:** navigate to new instance when re-run job button is used ([827a45c](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/827a45c9debae1dba1a978dbfa1791e803aa782c)), closes [#1255](https://github.com/InformaticsMatters/squonk2-data-manager-ui/issues/1255)
12+
13+
14+
### Performance Improvements
15+
16+
* **results-page:** use include exclude_purpose parameter to speed up request to tasks ([b893a4a](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/b893a4af2401438f65b1d4829225351046e77604)), closes [#1251](https://github.com/InformaticsMatters/squonk2-data-manager-ui/issues/1251)
17+
18+
19+
### Miscellaneous Chores
20+
21+
* release 3.0.0-rc.2 ([a90ca6a](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/a90ca6a41aafdd785439d63d26b45908bdfe1915))
22+
523
## [3.0.0-rc.1](https://github.com/InformaticsMatters/squonk2-data-manager-ui/compare/v3.0.0-rc.0...3.0.0-rc.1) (2024-03-05)
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.1",
5+
"version": "3.0.0-rc.2",
66
"private": true,
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)