Skip to content

Commit 0cf42ee

Browse files
chore(master): release 3.0.0-rc.3 (#1274)
1 parent 748ba80 commit 0cf42ee

File tree

3 files changed

+17
-2
lines changed

3 files changed

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

CHANGELOG.md

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

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

5+
## [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)
6+
7+
8+
### Bug Fixes
9+
10+
* **delete-project:** ensure user is creator of project ([548c570](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/548c570644bffaa41fa9243d8838b1b23c285991))
11+
* **project-page:** fix delete directory logic for sub folders ([be28b40](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/be28b40dda7ff88258fdbc0c491b36b3188aa95a))
12+
* **project-page:** fix enter key when creating project directories ([d828ceb](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/d828ceb6e9db45949f842a96a77e7d226160cf9d))
13+
* **project-selection:** change permission level sleect to use administrator instead of owner ([7664203](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/7664203199ab9b1b7cbe77de12f988fd591ced5c))
14+
15+
16+
### Miscellaneous Chores
17+
18+
* release 3.0.0-rc.3 ([748ba80](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/748ba80419e044e37a4348550292837bde08e129))
19+
520
## [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)
621

722

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

0 commit comments

Comments
 (0)