Skip to content

Commit 96e4a78

Browse files
stif59100ovh-cds
authored andcommitted
release(*): rhenium-chinchilla-6
Signed-off-by: ovh-cds <opensource@ovh.net>
1 parent 1c95d18 commit 96e4a78

5 files changed

Lines changed: 31 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=rhenium-chinchilla-5
10+
sonar.projectVersion=rhenium-chinchilla-6
1111

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

packages/manager/apps/web-hosting/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.20.3](https://github.com/ovh/manager/compare/@ovh-ux/manager-web-hosting-app@0.20.2...@ovh-ux/manager-web-hosting-app@0.20.3) (2026-05-05)
7+
8+
9+
### Bug Fixes
10+
11+
* **web-hosting:** admin password regex for import ([1c95d18](https://github.com/ovh/manager/commit/1c95d1842bee85ac773b7da8336fc72d998c9167)), closes [#PUWEBPT-123456](https://github.com/ovh/manager/issues/PUWEBPT-123456)
12+
13+
14+
15+
16+
617
## [0.20.2](https://github.com/ovh/manager/compare/@ovh-ux/manager-web-hosting-app@0.20.1...@ovh-ux/manager-web-hosting-app@0.20.2) (2026-04-21)
718

819

packages/manager/apps/web-hosting/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-hosting-app",
3-
"version": "0.20.2",
3+
"version": "0.20.3",
44
"private": true,
55
"description": "Manage web hostings in the OVH Control Panel",
66
"repository": {

packages/manager/apps/web/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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.40.0](https://github.com/ovh/manager/compare/@ovh-ux/manager-web@19.39.1...@ovh-ux/manager-web@19.40.0) (2026-05-05)
7+
8+
9+
### Bug Fixes
10+
11+
* **i18n:** add missing translations [CDS 1236] ([942c112](https://github.com/ovh/manager/commit/942c11212993fdf0dc0d1332df3d3f7808cd94af))
12+
13+
14+
### Features
15+
16+
* **web-hosting:** update pricing step when order start sql addon ([a908974](https://github.com/ovh/manager/commit/a90897413a09a84144cc187f20f0aac7c766c8e7)), closes [#PUWEBPT-331](https://github.com/ovh/manager/issues/PUWEBPT-331)
17+
* **web-hosting:** update some wording for new offers ([89e25bd](https://github.com/ovh/manager/commit/89e25bd7d43d9dd2dea234ccc26b8507930c1cd6)), closes [#PUWEBPT-330](https://github.com/ovh/manager/issues/PUWEBPT-330)
18+
19+
20+
21+
22+
623
## [19.39.1](https://github.com/ovh/manager/compare/@ovh-ux/manager-web@19.39.0...@ovh-ux/manager-web@19.39.1) (2026-04-30)
724

825

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.39.1",
3+
"version": "19.40.0",
44
"private": true,
55
"description": "OVHcloud Web control panel.",
66
"repository": {

0 commit comments

Comments
 (0)