Skip to content

Commit

Permalink
release: lanthanum-robot-3
Browse files Browse the repository at this point in the history
Signed-off-by: ovh-cds <[email protected]>
  • Loading branch information
qpavy authored and ovh-cds committed Sep 2, 2024
1 parent 6cfb1b4 commit b826237
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 6 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=lanthanum-robot-2
sonar.projectVersion=lanthanum-robot-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/dedicated/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.

## [19.51.3](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-09-02)


### Bug Fixes

* **dedicated:** fix rise 2 gb dashboard after plan change ([#12916](https://github.com/ovh/manager/issues/12916)) ([6cfb1b4](https://github.com/ovh/manager/commit/6cfb1b45b15f86fcb185a5df40688fbeffa80138))





## [19.51.2](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-08-29)


Expand Down
4 changes: 2 additions & 2 deletions packages/manager/apps/dedicated/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-dedicated",
"version": "19.51.2",
"version": "19.51.3",
"private": true,
"description": "OVHcloud Dedicated control panel.",
"repository": {
Expand All @@ -26,7 +26,7 @@
"@ovh-ux/manager-beta-preference": "^1.0.0",
"@ovh-ux/manager-billing": "^0.20.0-alpha.44",
"@ovh-ux/manager-billing-components": "^3.19.0",
"@ovh-ux/manager-bm-server-components": "^1.31.1",
"@ovh-ux/manager-bm-server-components": "^1.31.2",
"@ovh-ux/manager-catalog-price": "^1.8.0",
"@ovh-ux/manager-cda": "^1.9.1",
"@ovh-ux/manager-cloud-connect": "^1.15.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/manager/apps/nutanix/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [2.2.36](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-09-02)

**Note:** Version bump only for package @ovh-ux/manager-nutanix-app





## [2.2.35](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-08-29)

**Note:** Version bump only for package @ovh-ux/manager-nutanix-app
Expand Down
4 changes: 2 additions & 2 deletions packages/manager/apps/nutanix/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-nutanix-app",
"version": "2.2.35",
"version": "2.2.36",
"private": true,
"description": "OVHcloud Nutanix app",
"repository": {
Expand All @@ -19,7 +19,7 @@
"start:watch": "lerna exec --stream --parallel --scope='@ovh-ux/manager-nutanix-app' --include-dependencies -- npm run dev:watch --if-present"
},
"dependencies": {
"@ovh-ux/manager-bm-server-components": "^1.31.1",
"@ovh-ux/manager-bm-server-components": "^1.31.2",
"@ovh-ux/manager-components": "^1.19.3",
"@ovh-ux/manager-config": "^7.3.3",
"@ovh-ux/manager-core": "^12.17.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/manager/modules/bm-server-components/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.

## [1.31.2](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-09-02)


### Bug Fixes

* **dedicated:** fix rise 2 gb dashboard after plan change ([#12916](https://github.com/ovh/manager/issues/12916)) ([6cfb1b4](https://github.com/ovh/manager/commit/6cfb1b45b15f86fcb185a5df40688fbeffa80138))





## [1.31.1](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-08-29)


Expand Down
2 changes: 1 addition & 1 deletion packages/manager/modules/bm-server-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-bm-server-components",
"version": "1.31.1",
"version": "1.31.2",
"private": true,
"description": "OVHcloud BmServerComponents product",
"repository": {
Expand Down

0 comments on commit b826237

Please sign in to comment.