From 6b4967e31a60bf442c833851fcb1f1fb0210e09c Mon Sep 17 00:00:00 2001 From: ovh-cds <159853039+mhelhali-soufien@users.noreply.github.com> Date: Fri, 21 Jun 2024 14:55:11 +0000 Subject: [PATCH] release: cesium-grasshopper-3 Signed-off-by: ovh-cds --- .sonarcloud.properties | 2 +- packages/manager/apps/hub/CHANGELOG.md | 11 +++++++++++ packages/manager/apps/hub/package.json | 4 ++-- packages/manager/modules/hub/CHANGELOG.md | 11 +++++++++++ packages/manager/modules/hub/package.json | 2 +- 5 files changed, 26 insertions(+), 4 deletions(-) diff --git a/.sonarcloud.properties b/.sonarcloud.properties index 997a2c7f4668..852958c5fb1b 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=cesium-grasshopper-2 +sonar.projectVersion=cesium-grasshopper-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/hub/CHANGELOG.md b/packages/manager/apps/hub/CHANGELOG.md index 89f0471c6f3b..568adca1418c 100644 --- a/packages/manager/apps/hub/CHANGELOG.md +++ b/packages/manager/apps/hub/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. +## [5.9.1](https://github.com/ovh/manager/compare/@ovh-ux/manager-hub-app@5.9.0...@ovh-ux/manager-hub-app@5.9.1) (2024-06-21) + + +### Reverts + +* Revert "feat(hub): delete a warning pop up on manager dashboard (#12061)" (#12100) ([d0778f7](https://github.com/ovh/manager/commit/d0778f7b2183e220e1e5418de79537e86ec1e8fa)), closes [#12061](https://github.com/ovh/manager/issues/12061) [#12100](https://github.com/ovh/manager/issues/12100) + + + + + # [5.9.0](https://github.com/ovh/manager/compare/@ovh-ux/manager-hub-app@5.8.0...@ovh-ux/manager-hub-app@5.9.0) (2024-06-21) diff --git a/packages/manager/apps/hub/package.json b/packages/manager/apps/hub/package.json index e2d47aaff730..5dedd2d89bf3 100644 --- a/packages/manager/apps/hub/package.json +++ b/packages/manager/apps/hub/package.json @@ -1,6 +1,6 @@ { "name": "@ovh-ux/manager-hub-app", - "version": "5.9.0", + "version": "5.9.1", "private": true, "description": "OVHcloud Dashboard control panel.", "repository": { @@ -25,7 +25,7 @@ "@ovh-ux/manager-config": "^7.3.1", "@ovh-ux/manager-core": "^12.16.2", "@ovh-ux/manager-error-page": "^2.4.1", - "@ovh-ux/manager-hub": "^3.12.0", + "@ovh-ux/manager-hub": "^3.12.1", "@ovh-ux/manager-models": "^1.14.11", "@ovh-ux/manager-ng-layout-helpers": "^2.9.1", "@ovh-ux/manager-trusted-nic": "^1.2.1", diff --git a/packages/manager/modules/hub/CHANGELOG.md b/packages/manager/modules/hub/CHANGELOG.md index 613a525cbc6a..1007a41f163b 100644 --- a/packages/manager/modules/hub/CHANGELOG.md +++ b/packages/manager/modules/hub/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. +## [3.12.1](https://github.com/ovh/manager/compare/@ovh-ux/manager-hub@3.12.0...@ovh-ux/manager-hub@3.12.1) (2024-06-21) + + +### Reverts + +* Revert "feat(hub): delete a warning pop up on manager dashboard (#12061)" (#12100) ([d0778f7](https://github.com/ovh/manager/commit/d0778f7b2183e220e1e5418de79537e86ec1e8fa)), closes [#12061](https://github.com/ovh/manager/issues/12061) [#12100](https://github.com/ovh/manager/issues/12100) + + + + + # [3.12.0](https://github.com/ovh/manager/compare/@ovh-ux/manager-hub@3.11.0...@ovh-ux/manager-hub@3.12.0) (2024-06-21) diff --git a/packages/manager/modules/hub/package.json b/packages/manager/modules/hub/package.json index 9e777e9faf0c..4ca8615e7629 100644 --- a/packages/manager/modules/hub/package.json +++ b/packages/manager/modules/hub/package.json @@ -1,6 +1,6 @@ { "name": "@ovh-ux/manager-hub", - "version": "3.12.0", + "version": "3.12.1", "private": true, "description": "Set of components for Manager Hub", "repository": {