Skip to content

Commit 31d388a

Browse files
github-actions[bot]mathieulaude
authored andcommitted
chore(main): release 9.3.3
1 parent 0326154 commit 31d388a

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-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.2"
2+
".": "9.3.3"
33
}

CHANGELOG.md

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

3+
## [9.3.3](https://github.com/cloud-pi-native/console/compare/v9.3.2...v9.3.3) (2025-06-12)
4+
5+
6+
### Bug Fixes
7+
8+
* :bug: fix gitlab deletion API request ([7acd71b](https://github.com/cloud-pi-native/console/commit/7acd71bc9aed370882b41f31c37dcbb8122bdd3d))
9+
310
## [9.3.2](https://github.com/cloud-pi-native/console/compare/v9.3.1...v9.3.2) (2025-06-12)
411

512

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.2",
4+
"version": "9.3.3",
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.2",
4+
"version": "9.3.3",
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.2",
4+
"version": "9.3.3",
55
"private": true,
66
"packageManager": "[email protected]",
77
"scripts": {

0 commit comments

Comments
 (0)