Skip to content

Commit

Permalink
release: tungsten-raccoon-2
Browse files Browse the repository at this point in the history
Signed-off-by: ovh-cds <[email protected]>
  • Loading branch information
y4nnL authored and ovh-cds committed Oct 18, 2024
1 parent e62d5d0 commit e1fa064
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=tungsten-raccoon-1
sonar.projectVersion=tungsten-raccoon-2

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

## [4.6.29](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-10-18)

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





## [4.6.28](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-10-14)

**Note:** Version bump only for package @ovh-ux/manager-pci-app
Expand Down
4 changes: 2 additions & 2 deletions packages/manager/apps/pci/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-pci-app",
"version": "4.6.28",
"version": "4.6.29",
"private": true,
"description": "Public Cloud Instance standalone application.",
"repository": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"@ovh-ux/manager-filters": "^1.1.1",
"@ovh-ux/manager-log-to-customer": "^2.3.1",
"@ovh-ux/manager-ng-layout-helpers": "^2.9.1",
"@ovh-ux/manager-pci": "^6.63.2",
"@ovh-ux/manager-pci": "^6.63.3",
"@ovh-ux/manager-trusted-nic": "^1.2.1",
"@ovh-ux/ng-at-internet": "^5.11.13",
"@ovh-ux/ng-at-internet-ui-router-plugin": "^3.5.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/manager/apps/public-cloud/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.

## [6.10.7](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-10-18)

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





## [6.10.6](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-10-17)

**Note:** Version bump only for package @ovh-ux/manager-public-cloud
Expand Down
4 changes: 2 additions & 2 deletions packages/manager/apps/public-cloud/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-public-cloud",
"version": "6.10.6",
"version": "6.10.7",
"private": true,
"description": "OVHcloud Public Cloud control panel.",
"repository": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"@ovh-ux/manager-error-page": "^2.4.1",
"@ovh-ux/manager-log-to-customer": "^2.3.1",
"@ovh-ux/manager-ng-layout-helpers": "^2.9.1",
"@ovh-ux/manager-pci": "^6.63.2",
"@ovh-ux/manager-pci": "^6.63.3",
"@ovh-ux/manager-telecom-styles": "^4.8.3",
"@ovh-ux/ng-at-internet": "^5.11.13",
"@ovh-ux/ng-at-internet-ui-router-plugin": "^3.5.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/manager/modules/pci/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.

## [6.63.3](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-10-18)


### Bug Fixes

* **pci.cloud-archive:** fix list and confing pages ([#13637](https://github.com/ovh/manager/issues/13637)) ([e62d5d0](https://github.com/ovh/manager/commit/e62d5d018258afe813bd41eec32fb3e1cdb5d711))





## [6.63.2](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-10-14)


Expand Down
2 changes: 1 addition & 1 deletion packages/manager/modules/pci/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-pci",
"version": "6.63.2",
"version": "6.63.3",
"private": true,
"description": "Public Cloud Instance product.",
"repository": {
Expand Down

0 comments on commit e1fa064

Please sign in to comment.