Skip to content

Commit 88fe3c6

Browse files
committed
chore(master): release 3.3.0-rc.0
1 parent 07c1d4f commit 88fe3c6

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.2.0"
2+
".": "3.3.0-rc.0"
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.3.0-rc.0](https://github.com/InformaticsMatters/squonk2-data-manager-ui/compare/3.2.0...3.3.0-rc.0) (2024-07-16)
6+
7+
8+
### Features
9+
10+
* add initial version of organisation inventory ([0515418](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/0515418ae6eef71b2c6f844824b6a7243fe50feb))
11+
12+
13+
### Bug Fixes
14+
15+
* **auth:** fix error message ([023feee](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/023feee6ccddf992051b3f340166b380a3489b9f))
16+
* **nextjs:** fix loading of env var as "undefined" ([cf0be89](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/cf0be89888403d7bdcad92d771687abfc656d0e9))
17+
18+
19+
### Miscellaneous Chores
20+
21+
* release 3.3.0-rc.0 ([07c1d4f](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/07c1d4f0713450c913be52483236c14452fa7420))
22+
523
## [3.2.0](https://github.com/InformaticsMatters/squonk2-data-manager-ui/compare/3.2.0-rc.2...3.2.0) (2024-05-16)
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.2.0",
5+
"version": "3.3.0-rc.0",
66
"private": true,
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)