Skip to content

Commit

Permalink
release: niobium-reindeer-6
Browse files Browse the repository at this point in the history
Signed-off-by: ovh-cds <[email protected]>
  • Loading branch information
anooparveti authored and ovh-cds committed Aug 1, 2023
1 parent 9a884c7 commit d444ad9
Show file tree
Hide file tree
Showing 7 changed files with 33 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=niobium-reindeer-5
sonar.projectVersion=niobium-reindeer-6

sonar.exclusions=node_modules/**, **/node_modules/**, **/dist/**, **/semantic/**, **/coverage/**
sonar.coverage.exclusions=**/*.spec.js
Expand Down
8 changes: 8 additions & 0 deletions packages/manager/apps/dedicated/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.

## [18.6.1](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2023-08-01)

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





# [18.6.0](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2023-08-01)


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": "18.6.0",
"version": "18.6.1",
"private": true,
"description": "OVHcloud Dedicated control panel.",
"repository": {
Expand Down Expand Up @@ -49,7 +49,7 @@
"@ovh-ux/manager-trusted-nic": "^1.1.1",
"@ovh-ux/manager-veeam-cloud-connect": "^2.5.1",
"@ovh-ux/manager-veeam-enterprise": "^1.6.3",
"@ovh-ux/manager-vps": "^2.36.2",
"@ovh-ux/manager-vps": "^2.36.3",
"@ovh-ux/manager-vrack": "^1.6.2",
"@ovh-ux/ng-at-internet": "^5.10.3",
"@ovh-ux/ng-at-internet-ui-router-plugin": "^3.2.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/manager/apps/vps/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.

## [1.10.34](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2023-08-01)

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





## [1.10.33](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2023-07-31)

**Note:** Version bump only for package @ovh-ux/manager-vps-app
Expand Down
4 changes: 2 additions & 2 deletions packages/manager/apps/vps/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-vps-app",
"version": "1.10.33",
"version": "1.10.34",
"private": true,
"description": "VPS standalone application.",
"repository": {
Expand Down Expand Up @@ -28,7 +28,7 @@
"@ovh-ux/manager-models": "^1.14.7",
"@ovh-ux/manager-ng-layout-helpers": "^2.6.3",
"@ovh-ux/manager-product-offers": "^5.3.4",
"@ovh-ux/manager-vps": "^2.36.2",
"@ovh-ux/manager-vps": "^2.36.3",
"@ovh-ux/ng-at-internet": "^5.10.3",
"@ovh-ux/ng-ovh-api-wrappers": "^5.1.0",
"@ovh-ux/ng-ovh-cloud-universe-components": "^2.7.2",
Expand Down
11 changes: 11 additions & 0 deletions packages/manager/modules/vps/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.

## [2.36.3](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2023-08-01)


### Bug Fixes

* **vps:** display dashboard for vps value flavour ([#9766](https://github.com/ovh/manager/issues/9766)) ([9a884c7](https://github.com/ovh/manager/commit/9a884c74841e9e412abc5381f3b6161bf3807d6f))





## [2.36.2](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2023-07-31)


Expand Down
2 changes: 1 addition & 1 deletion packages/manager/modules/vps/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-vps",
"version": "2.36.2",
"version": "2.36.3",
"private": true,
"description": "VPS product.",
"repository": {
Expand Down

0 comments on commit d444ad9

Please sign in to comment.