diff --git a/.sonarcloud.properties b/.sonarcloud.properties index b654b4a6a61e..39ab06523ec6 100644 --- a/.sonarcloud.properties +++ b/.sonarcloud.properties @@ -7,7 +7,7 @@ sonar.projectName=manager sonar.sources=. sonar.sourceEncoding=UTF-8 sonar.ws.timeout=60 -sonar.projectVersion=neodymium-shark-3 +sonar.projectVersion=neodymium-shark-5 sonar.exclusions=node_modules/**, **/node_modules/**, **/dist/**, **/semantic/**, **/coverage/**, **/static/**, **/mock/**, **/mockServiceWorker.js sonar.coverage.exclusions=**/*.spec.js diff --git a/packages/manager/apps/account/CHANGELOG.md b/packages/manager/apps/account/CHANGELOG.md index e772018a35be..6a4f1cfa675a 100644 --- a/packages/manager/apps/account/CHANGELOG.md +++ b/packages/manager/apps/account/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.10](https://github.com/ovh/manager/compare/@ovh-ux/manager-account-app@0.1.9...@ovh-ux/manager-account-app@0.1.10) (2025-01-07) + +**Note:** Version bump only for package @ovh-ux/manager-account-app + + + + + ## [0.1.9](https://github.com/ovh/manager/compare/@ovh-ux/manager-account-app@0.1.8...@ovh-ux/manager-account-app@0.1.9) (2025-01-02) **Note:** Version bump only for package @ovh-ux/manager-account-app diff --git a/packages/manager/apps/account/package.json b/packages/manager/apps/account/package.json index 05b0e37274c8..3a6fbe6b41e6 100644 --- a/packages/manager/apps/account/package.json +++ b/packages/manager/apps/account/package.json @@ -1,6 +1,6 @@ { "name": "@ovh-ux/manager-account-app", - "version": "0.1.9", + "version": "0.1.10", "private": true, "description": "User account and contacts management application", "repository": { @@ -19,7 +19,7 @@ "start:watch": "lerna exec --stream --parallel --scope='@ovh-ux/manager-account-app' --include-dependencies -- npm run dev:watch --if-present" }, "dependencies": { - "@ovh-ux/manager-account": "^0.4.1", + "@ovh-ux/manager-account": "^0.5.0", "@ovh-ux/manager-at-internet-configuration": "^1.5.0", "@ovh-ux/manager-config": "^8.0.2", "@ovh-ux/manager-core": "^13.0.4", diff --git a/packages/manager/apps/billing/CHANGELOG.md b/packages/manager/apps/billing/CHANGELOG.md index 0ae94b255f6f..73f1d11a7e62 100644 --- a/packages/manager/apps/billing/CHANGELOG.md +++ b/packages/manager/apps/billing/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.9](https://github.com/ovh/manager/compare/@ovh-ux/manager-billing-app@0.2.8...@ovh-ux/manager-billing-app@0.2.9) (2025-01-07) + + +### Bug Fixes + +* **billing:** redirect correctly old urls from order ([#14750](https://github.com/ovh/manager/issues/14750)) ([e6584ad](https://github.com/ovh/manager/commit/e6584ada69e3c8d136f0ea62fdde7002dc9c7059)) + + + + + ## [0.2.8](https://github.com/ovh/manager/compare/@ovh-ux/manager-billing-app@0.2.7...@ovh-ux/manager-billing-app@0.2.8) (2025-01-02) **Note:** Version bump only for package @ovh-ux/manager-billing-app diff --git a/packages/manager/apps/billing/package.json b/packages/manager/apps/billing/package.json index 1ffe35617298..37aabcc2eb2a 100644 --- a/packages/manager/apps/billing/package.json +++ b/packages/manager/apps/billing/package.json @@ -1,6 +1,6 @@ { "name": "@ovh-ux/manager-billing-app", - "version": "0.2.8", + "version": "0.2.9", "private": true, "description": "OVHcloud Billing app", "repository": { @@ -27,7 +27,7 @@ "@ovh-ux/manager-error-page": "^2.4.1", "@ovh-ux/manager-exchange": "^4.10.0", "@ovh-ux/manager-models": "^2.3.0", - "@ovh-ux/manager-new-billing": "^0.26.1", + "@ovh-ux/manager-new-billing": "^0.26.2", "@ovh-ux/manager-ng-layout-helpers": "^2.9.1", "@ovh-ux/ng-at-internet": "^6.0.3", "@ovh-ux/ng-at-internet-ui-router-plugin": "^3.5.0", diff --git a/packages/manager/apps/container/CHANGELOG.md b/packages/manager/apps/container/CHANGELOG.md index adb09816c7d9..389f2974a8b3 100644 --- a/packages/manager/apps/container/CHANGELOG.md +++ b/packages/manager/apps/container/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.98.0](https://github.com/ovh/manager/compare/@ovh-ux/manager-container-app@0.97.0...@ovh-ux/manager-container-app@0.98.0) (2025-01-07) + + +### Features + +* **container:** added 2 links on usefull links legacy ([#14724](https://github.com/ovh/manager/issues/14724)) ([72b2576](https://github.com/ovh/manager/commit/72b2576221abf91914eaf59d86642fa8948a8762)) +* **container:** added 2 links on usefull links pnr ([#14717](https://github.com/ovh/manager/issues/14717)) ([854aad1](https://github.com/ovh/manager/commit/854aad18b9b096f3741cb038c723baf7f3550376)) + + + + + # [0.97.0](https://github.com/ovh/manager/compare/@ovh-ux/manager-container-app@0.96.1...@ovh-ux/manager-container-app@0.97.0) (2025-01-07) diff --git a/packages/manager/apps/container/package.json b/packages/manager/apps/container/package.json index 3743328e9515..17e57c05ec9f 100644 --- a/packages/manager/apps/container/package.json +++ b/packages/manager/apps/container/package.json @@ -1,6 +1,6 @@ { "name": "@ovh-ux/manager-container-app", - "version": "0.97.0", + "version": "0.98.0", "private": true, "description": "OVHcloud Manager Container.", "repository": { diff --git a/packages/manager/apps/dedicated/CHANGELOG.md b/packages/manager/apps/dedicated/CHANGELOG.md index 87737937ae7b..51defb9501b5 100644 --- a/packages/manager/apps/dedicated/CHANGELOG.md +++ b/packages/manager/apps/dedicated/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [20.9.0](https://github.com/ovh/manager/compare/@ovh-ux/manager-dedicated@20.8.4...@ovh-ux/manager-dedicated@20.9.0) (2025-01-07) + + +### Features + +* **account:** kyc india update banner position and text formatting ([#14726](https://github.com/ovh/manager/issues/14726)) ([5b28cbe](https://github.com/ovh/manager/commit/5b28cbec38c456c6f8e3554e5223ef00a37131b1)) + + + + + ## [20.8.4](https://github.com/ovh/manager/compare/@ovh-ux/manager-dedicated@20.8.3...@ovh-ux/manager-dedicated@20.8.4) (2025-01-07) diff --git a/packages/manager/apps/dedicated/package.json b/packages/manager/apps/dedicated/package.json index 9f8192f325b3..fb1ffc241d7b 100644 --- a/packages/manager/apps/dedicated/package.json +++ b/packages/manager/apps/dedicated/package.json @@ -1,6 +1,6 @@ { "name": "@ovh-ux/manager-dedicated", - "version": "20.8.4", + "version": "20.9.0", "private": true, "description": "OVHcloud Dedicated control panel.", "repository": { diff --git a/packages/manager/apps/hub-react/CHANGELOG.md b/packages/manager/apps/hub-react/CHANGELOG.md index d7cf2f705c03..fed3353edb2a 100644 --- a/packages/manager/apps/hub-react/CHANGELOG.md +++ b/packages/manager/apps/hub-react/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.6.0](https://github.com/ovh/manager/compare/@ovh-ux/manager-hub-react-app@0.5.0...@ovh-ux/manager-hub-react-app@0.6.0) (2025-01-07) + + +### Bug Fixes + +* **hub-react:** display error in support tile when api send an error ([#14677](https://github.com/ovh/manager/issues/14677)) ([dfe9039](https://github.com/ovh/manager/commit/dfe903987ea2e3036405d63d1bf3db6caf23fc02)) + + +### Features + +* **hub-react:** handle notifications translations in front end ([#14417](https://github.com/ovh/manager/issues/14417)) ([ea907fa](https://github.com/ovh/manager/commit/ea907fa943152479bb52658aa563d7eeafc404e3)) + + + + + # [0.5.0](https://github.com/ovh/manager/compare/@ovh-ux/manager-hub-react-app@0.4.6...@ovh-ux/manager-hub-react-app@0.5.0) (2024-12-23) diff --git a/packages/manager/apps/hub-react/package.json b/packages/manager/apps/hub-react/package.json index dc871535d42f..e345de6e0b9b 100644 --- a/packages/manager/apps/hub-react/package.json +++ b/packages/manager/apps/hub-react/package.json @@ -1,6 +1,6 @@ { "name": "@ovh-ux/manager-hub-react-app", - "version": "0.5.0", + "version": "0.6.0", "private": true, "description": "OVHcloud Dashboard control panel.", "repository": { diff --git a/packages/manager/apps/procedures/CHANGELOG.md b/packages/manager/apps/procedures/CHANGELOG.md index a93d8e7346d2..7062f6a290df 100644 --- a/packages/manager/apps/procedures/CHANGELOG.md +++ b/packages/manager/apps/procedures/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.8.0](https://github.com/ovh/manager/compare/@ovh-ux/manager-procedures-app@0.7.2...@ovh-ux/manager-procedures-app@0.8.0) (2025-01-07) + + +### Features + +* **procedures:** added supplementary unit test ([#14737](https://github.com/ovh/manager/issues/14737)) ([ee91b4b](https://github.com/ovh/manager/commit/ee91b4b5ffcca891540be9c704f36b033ab204bc)) + + + + + ## [0.7.2](https://github.com/ovh/manager/compare/@ovh-ux/manager-procedures-app@0.7.1...@ovh-ux/manager-procedures-app@0.7.2) (2024-12-19) **Note:** Version bump only for package @ovh-ux/manager-procedures-app diff --git a/packages/manager/apps/procedures/package.json b/packages/manager/apps/procedures/package.json index 9332d9df586c..e3fa7643c7d1 100644 --- a/packages/manager/apps/procedures/package.json +++ b/packages/manager/apps/procedures/package.json @@ -1,6 +1,6 @@ { "name": "@ovh-ux/manager-procedures-app", - "version": "0.7.2", + "version": "0.8.0", "private": true, "description": "Procedures application", "repository": { diff --git a/packages/manager/modules/account/CHANGELOG.md b/packages/manager/modules/account/CHANGELOG.md index de3ebb812a19..c14c31efb308 100644 --- a/packages/manager/modules/account/CHANGELOG.md +++ b/packages/manager/modules/account/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.5.0](https://github.com/ovh/manager/compare/@ovh-ux/manager-account@0.4.1...@ovh-ux/manager-account@0.5.0) (2025-01-07) + + +### Bug Fixes + +* **account:** fixed new email path in template ([#14419](https://github.com/ovh/manager/issues/14419)) ([7580863](https://github.com/ovh/manager/commit/7580863fe18332d42608dbf9a90487ccfa5f3c84)) + + +### Features + +* **account:** kyc india update banner position and text formatting ([#14726](https://github.com/ovh/manager/issues/14726)) ([5b28cbe](https://github.com/ovh/manager/commit/5b28cbec38c456c6f8e3554e5223ef00a37131b1)) + + + + + ## [0.4.1](https://github.com/ovh/manager/compare/@ovh-ux/manager-account@0.4.0...@ovh-ux/manager-account@0.4.1) (2025-01-02) diff --git a/packages/manager/modules/account/package.json b/packages/manager/modules/account/package.json index 1217a90f470b..04f2ec38b5ce 100644 --- a/packages/manager/modules/account/package.json +++ b/packages/manager/modules/account/package.json @@ -1,6 +1,6 @@ { "name": "@ovh-ux/manager-account", - "version": "0.4.1", + "version": "0.5.0", "private": true, "description": "OVHcloud Account product", "repository": { diff --git a/packages/manager/modules/new-billing/CHANGELOG.md b/packages/manager/modules/new-billing/CHANGELOG.md index 410afe00fa1d..3186870a021a 100644 --- a/packages/manager/modules/new-billing/CHANGELOG.md +++ b/packages/manager/modules/new-billing/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.26.2](https://github.com/ovh/manager/compare/@ovh-ux/manager-new-billing@0.26.1...@ovh-ux/manager-new-billing@0.26.2) (2025-01-07) + + +### Bug Fixes + +* **billing:** redirect correctly old urls from order ([#14750](https://github.com/ovh/manager/issues/14750)) ([e6584ad](https://github.com/ovh/manager/commit/e6584ada69e3c8d136f0ea62fdde7002dc9c7059)) + + + + + ## [0.26.1](https://github.com/ovh/manager/compare/@ovh-ux/manager-new-billing@0.26.0...@ovh-ux/manager-new-billing@0.26.1) (2025-01-02) diff --git a/packages/manager/modules/new-billing/package.json b/packages/manager/modules/new-billing/package.json index 88903478ee8b..a62df5d928f6 100644 --- a/packages/manager/modules/new-billing/package.json +++ b/packages/manager/modules/new-billing/package.json @@ -1,6 +1,6 @@ { "name": "@ovh-ux/manager-new-billing", - "version": "0.26.1", + "version": "0.26.2", "private": true, "description": "Manager billing section", "repository": {