Skip to content

Commit 7e064c6

Browse files
chore(master): release 3.2.0-rc.1 (#1346)
1 parent 7864fc9 commit 7e064c6

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-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.2.0-rc.0"
2+
".": "3.2.0-rc.1"
33
}

CHANGELOG.md

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

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

5+
## [3.2.0-rc.1](https://github.com/InformaticsMatters/squonk2-data-manager-ui/compare/3.2.0-rc.0...3.2.0-rc.1) (2024-05-01)
6+
7+
8+
### Features
9+
10+
* **edit-unit:** add option to change a unit's default product privacy ([b6a22a6](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/b6a22a6622d5c40f8cf4444b174c2722f8682e5b))
11+
12+
13+
### Bug Fixes
14+
15+
* fix texts in some file actions ([254b764](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/254b764a3d4d80b38bb920ed42d1e955d8276e63))
16+
* fix unnecessary request being made when a user isn't a unit member ([3ac4492](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/3ac4492be685669618b3dc82b173f58ed151fb3c))
17+
* improve display of rename file/dir field ([aabcc7c](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/aabcc7ce9823785c3c37d6f5d37a9d198f2c6756))
18+
* **project-selection:** fix project filter level changing when a project is selected ([769c23e](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/769c23e5bdba8b3e92a511216c7ca85bd1b50e72))
19+
20+
21+
### Miscellaneous Chores
22+
23+
* release 3.2.0-rc.1 ([7864fc9](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/7864fc91c78f007c11f9310d14b1c08325c67207))
24+
525
## [3.2.0-rc.0](https://github.com/InformaticsMatters/squonk2-data-manager-ui/compare/3.1.1...3.2.0-rc.0) (2024-04-29)
626

727

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

0 commit comments

Comments
 (0)