diff --git a/.sonarcloud.properties b/.sonarcloud.properties index 30ebf1674400..5df3b0039c6c 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=lanthanum-cheetah-2 +sonar.projectVersion=lanthanum-cheetah-3 sonar.exclusions=node_modules/**, **/node_modules/**, **/dist/**, **/semantic/**, **/coverage/**, **/static/**, **/mock/**, **/mockServiceWorker.js sonar.coverage.exclusions=**/*.spec.js diff --git a/packages/manager/apps/billing/CHANGELOG.md b/packages/manager/apps/billing/CHANGELOG.md index 28b4837aa36e..da044284f3c6 100644 --- a/packages/manager/apps/billing/CHANGELOG.md +++ b/packages/manager/apps/billing/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.2.12](https://github.com/ovh/manager/compare/@ovh-ux/manager-billing-app@0.2.11...@ovh-ux/manager-billing-app@0.2.12) (2025-01-15) + +**Note:** Version bump only for package @ovh-ux/manager-billing-app + + + + + ## [0.2.11](https://github.com/ovh/manager/compare/@ovh-ux/manager-billing-app@0.2.10...@ovh-ux/manager-billing-app@0.2.11) (2025-01-13) **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 f8efd84bf9a4..7e601557e585 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.11", + "version": "0.2.12", "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.27.1", + "@ovh-ux/manager-new-billing": "^0.28.0", "@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 6fc574482a6b..37b4495d4eee 100644 --- a/packages/manager/apps/container/CHANGELOG.md +++ b/packages/manager/apps/container/CHANGELOG.md @@ -3,6 +3,27 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.100.0](https://github.com/ovh/manager/compare/@ovh-ux/manager-container-app@0.99.1...@ovh-ux/manager-container-app@0.100.0) (2025-01-15) + + +### Bug Fixes + +* **container:** add missing mock for payment modal tests ([#14887](https://github.com/ovh/manager/issues/14887)) ([fd66de4](https://github.com/ovh/manager/commit/fd66de45bc35d8e9d0625d92b50bd08630f9dfdb)) + + +### Features + +* **container:** added an invitation modal to accept contract ([#14880](https://github.com/ovh/manager/issues/14880)) ([39fcb77](https://github.com/ovh/manager/commit/39fcb77d7c333817aed93f924e500e7ddbf1f4b3)) + + +### Reverts + +* Revert Manager-14722 (#14905) ([ecdcf8b](https://github.com/ovh/manager/commit/ecdcf8b96a57918e164767f77577ebeeb381203e)), closes [#14905](https://github.com/ovh/manager/issues/14905) + + + + + ## [0.99.1](https://github.com/ovh/manager/compare/@ovh-ux/manager-container-app@0.99.0...@ovh-ux/manager-container-app@0.99.1) (2025-01-13) diff --git a/packages/manager/apps/container/package.json b/packages/manager/apps/container/package.json index 942859160f29..983037becc3f 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.99.1", + "version": "0.100.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 16e17a6b128c..39f39eeb570b 100644 --- a/packages/manager/apps/dedicated/CHANGELOG.md +++ b/packages/manager/apps/dedicated/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. +# [20.11.0](https://github.com/ovh/manager/compare/@ovh-ux/manager-dedicated@20.10.1...@ovh-ux/manager-dedicated@20.11.0) (2025-01-15) + + +### Features + +* **container:** added an invitation modal to accept contract ([#14880](https://github.com/ovh/manager/issues/14880)) ([39fcb77](https://github.com/ovh/manager/commit/39fcb77d7c333817aed93f924e500e7ddbf1f4b3)) + + +### Reverts + +* Revert Manager-14722 (#14905) ([ecdcf8b](https://github.com/ovh/manager/commit/ecdcf8b96a57918e164767f77577ebeeb381203e)), closes [#14905](https://github.com/ovh/manager/issues/14905) + + + + + ## [20.10.1](https://github.com/ovh/manager/compare/@ovh-ux/manager-dedicated@20.10.0...@ovh-ux/manager-dedicated@20.10.1) (2025-01-13) diff --git a/packages/manager/apps/dedicated/package.json b/packages/manager/apps/dedicated/package.json index 521a933529fc..66144c609237 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.10.1", + "version": "20.11.0", "private": true, "description": "OVHcloud Dedicated control panel.", "repository": { @@ -24,7 +24,7 @@ "@ovh-ux/manager-at-internet-configuration": "^1.5.0", "@ovh-ux/manager-banner": "^1.3.2", "@ovh-ux/manager-beta-preference": "^1.0.0", - "@ovh-ux/manager-billing": "^0.27.1", + "@ovh-ux/manager-billing": "^0.28.0", "@ovh-ux/manager-billing-components": "^4.7.0", "@ovh-ux/manager-bm-server-components": "^2.3.0", "@ovh-ux/manager-catalog-price": "^1.8.0", diff --git a/packages/manager/modules/billing/CHANGELOG.md b/packages/manager/modules/billing/CHANGELOG.md index 8affd0a304bd..26e463628406 100644 --- a/packages/manager/modules/billing/CHANGELOG.md +++ b/packages/manager/modules/billing/CHANGELOG.md @@ -3,6 +3,27 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.28.0](https://github.com/ovh/manager/compare/@ovh-ux/manager-billing@0.27.1...@ovh-ux/manager-billing@0.28.0) (2025-01-15) + + +### Bug Fixes + +* **billing:** fixed redirection to hosting mx plan resiliation page ([#14820](https://github.com/ovh/manager/issues/14820)) ([aeb1913](https://github.com/ovh/manager/commit/aeb1913dedc342c8c1438b36d6f7459ae9355179)) + + +### Features + +* **container:** added an invitation modal to accept contract ([#14880](https://github.com/ovh/manager/issues/14880)) ([39fcb77](https://github.com/ovh/manager/commit/39fcb77d7c333817aed93f924e500e7ddbf1f4b3)) + + +### Reverts + +* Revert Manager-14722 (#14905) ([ecdcf8b](https://github.com/ovh/manager/commit/ecdcf8b96a57918e164767f77577ebeeb381203e)), closes [#14905](https://github.com/ovh/manager/issues/14905) + + + + + ## [0.27.1](https://github.com/ovh/manager/compare/@ovh-ux/manager-billing@0.27.0...@ovh-ux/manager-billing@0.27.1) (2025-01-13) diff --git a/packages/manager/modules/billing/package.json b/packages/manager/modules/billing/package.json index ab11af2e21ec..4895375e6dda 100644 --- a/packages/manager/modules/billing/package.json +++ b/packages/manager/modules/billing/package.json @@ -1,6 +1,6 @@ { "name": "@ovh-ux/manager-billing", - "version": "0.27.1", + "version": "0.28.0", "private": true, "description": "Manager billing section", "repository": { diff --git a/packages/manager/modules/new-billing/CHANGELOG.md b/packages/manager/modules/new-billing/CHANGELOG.md index 2c369cd30503..7b370a2a74d5 100644 --- a/packages/manager/modules/new-billing/CHANGELOG.md +++ b/packages/manager/modules/new-billing/CHANGELOG.md @@ -3,6 +3,28 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.28.0](https://github.com/ovh/manager/compare/@ovh-ux/manager-new-billing@0.27.1...@ovh-ux/manager-new-billing@0.28.0) (2025-01-15) + + +### Bug Fixes + +* **billing:** fix malformed redirection ([#14864](https://github.com/ovh/manager/issues/14864)) ([b159760](https://github.com/ovh/manager/commit/b15976019854016668d7b650ce903b55432add72)) +* **billing:** fixed redirection to hosting mx plan resiliation page ([#14820](https://github.com/ovh/manager/issues/14820)) ([aeb1913](https://github.com/ovh/manager/commit/aeb1913dedc342c8c1438b36d6f7459ae9355179)) + + +### Features + +* **container:** added an invitation modal to accept contract ([#14880](https://github.com/ovh/manager/issues/14880)) ([39fcb77](https://github.com/ovh/manager/commit/39fcb77d7c333817aed93f924e500e7ddbf1f4b3)) + + +### Reverts + +* Revert Manager-14722 (#14905) ([ecdcf8b](https://github.com/ovh/manager/commit/ecdcf8b96a57918e164767f77577ebeeb381203e)), closes [#14905](https://github.com/ovh/manager/issues/14905) + + + + + ## [0.27.1](https://github.com/ovh/manager/compare/@ovh-ux/manager-new-billing@0.27.0...@ovh-ux/manager-new-billing@0.27.1) (2025-01-13) diff --git a/packages/manager/modules/new-billing/package.json b/packages/manager/modules/new-billing/package.json index d7d03a9414a0..237ba2d2495e 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.27.1", + "version": "0.28.0", "private": true, "description": "Manager billing section", "repository": {