Skip to content

Commit 288b41f

Browse files
chore(master): release 3.1.0-rc.2 (#1311)
1 parent 2d2b9ab commit 288b41f

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-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.1.0-rc.1"
2+
".": "3.1.0-rc.2"
33
}

CHANGELOG.md

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

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

5+
## [3.1.0-rc.2](https://github.com/InformaticsMatters/squonk2-data-manager-ui/compare/3.1.0-rc.1...3.1.0-rc.2) (2024-04-08)
6+
7+
8+
### Features
9+
10+
* **unit-user-usage:** add create project form at bottom of table ([c3beb35](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/c3beb3513bee448542faab8eddcc18b7543d5490))
11+
12+
13+
### Bug Fixes
14+
15+
* **unit-user-usage:** change page titles and url ([9c3e2bd](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/9c3e2bd45dbf46ca5ff7bc6abda1ab81db34b290))
16+
* **unit-user-usage:** filter out selected projects ([d785342](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/d7853429fdb1e2c05ed06ee5f752b30dc445c341))
17+
* **unit-user-usage:** show error messages when there are api errors ([f8620e2](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/f8620e210afd6504abbe8afde93a2175aebe81c4))
18+
* **unit-user-usage:** update dropdown label to "Add Project" ([83314c5](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/83314c56e304bf471a2bf5e9136b15e032c41701))
19+
* **unit-user-usage:** update pivot toggle text ([eb62fe6](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/eb62fe64403a30b0787b6b050e8038061c86967c))
20+
21+
22+
### Miscellaneous Chores
23+
24+
* release 3.1.0-rc.2 ([2d2b9ab](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/2d2b9ab38019a0ac70fc9a84cfdf682cdf86e4db))
25+
526
## [3.1.0-rc.1](https://github.com/InformaticsMatters/squonk2-data-manager-ui/compare/3.0.0...3.1.0-rc.1) (2024-04-05)
627

728

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.1.0-rc.1",
5+
"version": "3.1.0-rc.2",
66
"private": true,
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)