Skip to content

Commit a57f57b

Browse files
ovh-cdsovh-cds
authored andcommitted
release(*): fermium-minnow-4
Signed-off-by: ovh-cds <opensource@ovh.net>
1 parent 39a6994 commit a57f57b

5 files changed

Lines changed: 30 additions & 3 deletions

File tree

.sonarcloud.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sonar.projectName=manager
77
sonar.sources=.
88
sonar.sourceEncoding=UTF-8
99
sonar.ws.timeout=60
10-
sonar.projectVersion=fermium-minnow-3
10+
sonar.projectVersion=fermium-minnow-4
1111

1212
sonar.exclusions=node_modules/**, **/node_modules/**, **/dist/**, **/semantic/**, **/coverage/**, **/static/**, **/mock/**, **/mockServiceWorker.js
1313
sonar.coverage.exclusions=**/*.spec.js

packages/manager/apps/container/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.193.0](https://github.com/ovh/manager/compare/@ovh-ux/manager-container-app@0.192.0...@ovh-ux/manager-container-app@0.193.0) (2026-05-27)
7+
8+
9+
### Features
10+
11+
* **web-hosting:** redirect video center sidebar entry to beta manager ([a17e010](https://github.com/ovh/manager/commit/a17e010255ddb34b43ec10624a843579a18f73c3)), closes [#PUWEBPT-342](https://github.com/ovh/manager/issues/PUWEBPT-342)
12+
13+
14+
15+
16+
617
# [0.192.0](https://github.com/ovh/manager/compare/@ovh-ux/manager-container-app@0.191.0...@ovh-ux/manager-container-app@0.192.0) (2026-05-25)
718

819

packages/manager/apps/container/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ovh-ux/manager-container-app",
3-
"version": "0.192.0",
3+
"version": "0.193.0",
44
"private": true,
55
"description": "OVHcloud Manager Container.",
66
"repository": {

packages/manager/apps/web/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [19.43.0](https://github.com/ovh/manager/compare/@ovh-ux/manager-web@19.42.1...@ovh-ux/manager-web@19.43.0) (2026-05-27)
7+
8+
9+
### Bug Fixes
10+
11+
* **i18n:** add missing translations [CDS 1247] ([39a6994](https://github.com/ovh/manager/commit/39a69940ea7ad447cbfe3f5f5ec178421f0d3cfe))
12+
13+
14+
### Features
15+
16+
* **video-center:** add redirect to manager beta ([6e5dd3c](https://github.com/ovh/manager/commit/6e5dd3cb17418cbe9d29fb29994ec39e2ec565ba)), closes [#PUWEBPT-342](https://github.com/ovh/manager/issues/PUWEBPT-342)
17+
18+
19+
20+
21+
622
## [19.42.1](https://github.com/ovh/manager/compare/@ovh-ux/manager-web@19.42.0...@ovh-ux/manager-web@19.42.1) (2026-05-26)
723

824
**Note:** Version bump only for package @ovh-ux/manager-web

packages/manager/apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ovh-ux/manager-web",
3-
"version": "19.42.1",
3+
"version": "19.43.0",
44
"private": true,
55
"description": "OVHcloud Web control panel.",
66
"repository": {

0 commit comments

Comments
 (0)