Skip to content

Commit cfe839f

Browse files
chore(master): release 3.1.0-rc.1 (#1303)
1 parent 06b1d83 commit cfe839f

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"
2+
".": "3.1.0-rc.1"
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.1.0-rc.1](https://github.com/InformaticsMatters/squonk2-data-manager-ui/compare/3.0.0...3.1.0-rc.1) (2024-04-05)
6+
7+
8+
### Features
9+
10+
* **unit-user-usage:** add initial implementation ([a901ec8](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/a901ec80492d1427185c05914e23e3226229b282))
11+
12+
13+
### Bug Fixes
14+
15+
* fix new default_product_privacy property in selected org ([06b1d83](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/06b1d83bf2235e319ab5b6b60b88f1047c52161a))
16+
* **unit-user-usage:** update activity columns to use new api ([cf756a3](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/cf756a3933266b22871be141519d6e636611f60a))
17+
18+
19+
### Miscellaneous Chores
20+
21+
* release 3.1.0-rc.1 ([99a5780](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/99a5780b937da0d6d01e4c4fbbd9a6f0d43b646e))
22+
523
## [3.0.0](https://github.com/InformaticsMatters/squonk2-data-manager-ui/compare/3.0.0-rc.5...3.0.0) (2024-03-12)
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",
5+
"version": "3.1.0-rc.1",
66
"private": true,
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)