From c00cbc86daac6db2fa8c09b6d3dbc0408c331fef Mon Sep 17 00:00:00 2001 From: ovh-cds <159853039+mhelhali-soufien@users.noreply.github.com> Date: Fri, 21 Jun 2024 13:55:34 +0000 Subject: [PATCH] release: cesium-grasshopper-2 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 6b64bb8373a7..997a2c7f4668 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-1 +sonar.projectVersion=cesium-grasshopper-2 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 77ad91a80329..89f0471c6f3b 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.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) + + +### Features + +* **hub:** delete a warning pop up on manager dashboard ([#12061](https://github.com/ovh/manager/issues/12061)) ([76da253](https://github.com/ovh/manager/commit/76da2531e6ba9e0e96d8180db094d2d99c7f2f0c)) + + + + + # [5.8.0](https://github.com/ovh/manager/compare/@ovh-ux/manager-hub-app@5.7.8...@ovh-ux/manager-hub-app@5.8.0) (2024-06-20) diff --git a/packages/manager/apps/hub/package.json b/packages/manager/apps/hub/package.json index a76db421e647..e2d47aaff730 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.8.0", + "version": "5.9.0", "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.11.0", + "@ovh-ux/manager-hub": "^3.12.0", "@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 714ddbb6f801..613a525cbc6a 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.0](https://github.com/ovh/manager/compare/@ovh-ux/manager-hub@3.11.0...@ovh-ux/manager-hub@3.12.0) (2024-06-21) + + +### Features + +* **hub:** delete a warning pop up on manager dashboard ([#12061](https://github.com/ovh/manager/issues/12061)) ([76da253](https://github.com/ovh/manager/commit/76da2531e6ba9e0e96d8180db094d2d99c7f2f0c)) + + + + + # [3.11.0](https://github.com/ovh/manager/compare/@ovh-ux/manager-hub@3.10.3...@ovh-ux/manager-hub@3.11.0) (2024-06-20) diff --git a/packages/manager/modules/hub/package.json b/packages/manager/modules/hub/package.json index 7b688a8226b6..9e777e9faf0c 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.11.0", + "version": "3.12.0", "private": true, "description": "Set of components for Manager Hub", "repository": {