diff --git a/.sonarcloud.properties b/.sonarcloud.properties index 2186dcba96c5..6510e460fe26 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=potassium-ferret-4 +sonar.projectVersion=potassium-ferret-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/telecom/CHANGELOG.md b/packages/manager/apps/telecom/CHANGELOG.md index 24b0b1461c51..bfc0125e59df 100644 --- a/packages/manager/apps/telecom/CHANGELOG.md +++ b/packages/manager/apps/telecom/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. +# [16.1.0](https://github.com/ovh/manager/compare/@ovh-ux/manager-telecom@16.0.8...@ovh-ux/manager-telecom@16.1.0) (2024-12-09) + + +### Bug Fixes + +* **telecom:** placement of popover ([bd612a4](https://github.com/ovh/manager/commit/bd612a47082e048d4d2cc1618d5c9dfaf72d1aa0)) + + +### Features + +* **telecom.xdsl:** add message to inform user about temporary pack creation ([#14228](https://github.com/ovh/manager/issues/14228)) ([dd8bf20](https://github.com/ovh/manager/commit/dd8bf2066e1e0f838718ab7f8b7ee069900c46c2)) + + + + + ## [16.0.8](https://github.com/ovh/manager/compare/@ovh-ux/manager-telecom@16.0.7...@ovh-ux/manager-telecom@16.0.8) (2024-12-05) **Note:** Version bump only for package @ovh-ux/manager-telecom diff --git a/packages/manager/apps/telecom/package.json b/packages/manager/apps/telecom/package.json index 1862572adac2..62c50065f3da 100644 --- a/packages/manager/apps/telecom/package.json +++ b/packages/manager/apps/telecom/package.json @@ -1,6 +1,6 @@ { "name": "@ovh-ux/manager-telecom", - "version": "16.0.8", + "version": "16.1.0", "private": true, "description": "OVHcloud Telecom control panel.", "repository": { diff --git a/packages/manager/apps/web/CHANGELOG.md b/packages/manager/apps/web/CHANGELOG.md index 9c5f28c51fd6..54c693351b43 100644 --- a/packages/manager/apps/web/CHANGELOG.md +++ b/packages/manager/apps/web/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. +## [19.2.2](https://github.com/ovh/manager/compare/@ovh-ux/manager-web@19.2.1...@ovh-ux/manager-web@19.2.2) (2024-12-09) + + +### Bug Fixes + +* **web.hosting.freedom:** remove freedom ([0be8571](https://github.com/ovh/manager/commit/0be85717d2fceecf0073bb929803eec2f371b8e8)) +* **web:** fix banner request broken ([b3272bf](https://github.com/ovh/manager/commit/b3272bf01ffaee6d1de27dc28bf2891aa731d153)) + + + + + ## [19.2.1](https://github.com/ovh/manager/compare/@ovh-ux/manager-web@19.2.0...@ovh-ux/manager-web@19.2.1) (2024-12-05) diff --git a/packages/manager/apps/web/package.json b/packages/manager/apps/web/package.json index d2c7b1b0fb74..9a7913baedfa 100644 --- a/packages/manager/apps/web/package.json +++ b/packages/manager/apps/web/package.json @@ -1,6 +1,6 @@ { "name": "@ovh-ux/manager-web", - "version": "19.2.1", + "version": "19.2.2", "private": true, "description": "OVHcloud Web control panel.", "repository": { diff --git a/packages/manager/apps/zimbra/CHANGELOG.md b/packages/manager/apps/zimbra/CHANGELOG.md index 32d7f0862dfe..1d1380725905 100644 --- a/packages/manager/apps/zimbra/CHANGELOG.md +++ b/packages/manager/apps/zimbra/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.12.0](https://github.com/ovh/manager/compare/@ovh-ux/manager-zimbra-app@0.11.3...@ovh-ux/manager-zimbra-app@0.12.0) (2024-12-09) + + +### Bug Fixes + +* **zimbra:** import mrc css ([a51434f](https://github.com/ovh/manager/commit/a51434f37c65566cfe377e67e14ff6412b388f97)) +* **zimbra:** mismatchted spacings ([b30004b](https://github.com/ovh/manager/commit/b30004b855965449e05fbcc71e18fd8099232900)) + + +### Features + +* **zimbra:** add ongoing tasks list ([#14276](https://github.com/ovh/manager/issues/14276)) ([f6550f3](https://github.com/ovh/manager/commit/f6550f3b805bb76ce6b8bd7725ee051e227c3af3)) + + + + + ## [0.11.3](https://github.com/ovh/manager/compare/@ovh-ux/manager-zimbra-app@0.11.2...@ovh-ux/manager-zimbra-app@0.11.3) (2024-12-05) **Note:** Version bump only for package @ovh-ux/manager-zimbra-app diff --git a/packages/manager/apps/zimbra/package.json b/packages/manager/apps/zimbra/package.json index a64d8ec6441b..75daa7d63465 100644 --- a/packages/manager/apps/zimbra/package.json +++ b/packages/manager/apps/zimbra/package.json @@ -1,6 +1,6 @@ { "name": "@ovh-ux/manager-zimbra-app", - "version": "0.11.3", + "version": "0.12.0", "private": true, "description": "zimbra react app", "repository": {