Skip to content

Commit

Permalink
release: cesium-grasshopper-3
Browse files Browse the repository at this point in the history
Signed-off-by: ovh-cds <opensource@ovh.net>
  • Loading branch information
mhelhali-soufien authored and ovh-cds committed Jun 21, 2024
1 parent d0778f7 commit 6b4967e
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .sonarcloud.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
11 changes: 11 additions & 0 deletions packages/manager/apps/hub/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
4 changes: 2 additions & 2 deletions packages/manager/apps/hub/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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",
Expand Down
11 changes: 11 additions & 0 deletions packages/manager/modules/hub/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/manager/modules/hub/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 6b4967e

Please sign in to comment.