Skip to content

Commit 181d649

Browse files
github-actions[bot]mathieulaude
authored andcommitted
chore(main): release 9.3.2
1 parent 5330f7a commit 181d649

File tree

5 files changed

+13
-4
lines changed

5 files changed

+13
-4
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-
".": "9.3.1"
2+
".": "9.3.2"
33
}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [9.3.2](https://github.com/cloud-pi-native/console/compare/v9.3.1...v9.3.2) (2025-06-12)
4+
5+
6+
### Bug Fixes
7+
8+
* :bug: add missing custom source repositories in argocd values (pulling mode) ([5330f7a](https://github.com/cloud-pi-native/console/commit/5330f7ae16565d7f6e0840fab7bb86691c6aeb4a))
9+
* fix admin roles not being retrieved when a new user logs in for the first time ([e40c00b](https://github.com/cloud-pi-native/console/commit/e40c00b1b25ecb4026612018737a6a0a1abd5aec))
10+
* fix hiding tile header for all tiles instead of just the projects ones ([156e75a](https://github.com/cloud-pi-native/console/commit/156e75a215bd18a90b9abe6adee5a300ea180bbd))
11+
312
## [9.3.1](https://github.com/cloud-pi-native/console/compare/v9.3.0...v9.3.1) (2025-05-23)
413

514

apps/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cpn-console/client",
33
"type": "module",
4-
"version": "9.3.1",
4+
"version": "9.3.2",
55
"private": false,
66
"description": "cpn-console client",
77
"scripts": {

apps/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cpn-console/server",
33
"type": "module",
4-
"version": "9.3.1",
4+
"version": "9.3.2",
55
"description": "cpn-console server",
66
"main": "dist/server.js",
77
"module": "dist/server.js",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cpn-console/root",
33
"type": "module",
4-
"version": "9.3.1",
4+
"version": "9.3.2",
55
"private": true,
66
"packageManager": "[email protected]",
77
"scripts": {

0 commit comments

Comments
 (0)