Skip to content

Commit

Permalink
release: scandium-butterfly-10
Browse files Browse the repository at this point in the history
Signed-off-by: ovh-cds <[email protected]>
  • Loading branch information
selm3n authored and ovh-cds committed Dec 24, 2024
1 parent 92ffe64 commit da641d0
Show file tree
Hide file tree
Showing 15 changed files with 77 additions and 12 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=scandium-butterfly-9
sonar.projectVersion=scandium-butterfly-10

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/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.

## [20.8.1](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-12-24)

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





# [20.8.0](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-12-23)


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": "20.8.0",
"version": "20.8.1",
"private": true,
"description": "OVHcloud Dedicated control panel.",
"repository": {
Expand Down Expand Up @@ -45,7 +45,7 @@
"@ovh-ux/manager-netapp": "^2.4.0",
"@ovh-ux/manager-ng-layout-helpers": "^2.9.2",
"@ovh-ux/manager-nutanix": "^2.2.0",
"@ovh-ux/manager-support": "^2.0.4",
"@ovh-ux/manager-support": "^2.1.0",
"@ovh-ux/manager-trusted-nic": "^1.2.1",
"@ovh-ux/manager-veeam-cloud-connect": "^2.8.1",
"@ovh-ux/manager-veeam-enterprise": "^1.11.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/manager/apps/pci-users/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.

# [0.12.0](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-12-24)


### Features

* **pci-object-storage:** replace s3 mentions ([#14695](https://github.com/ovh/manager/issues/14695)) ([92ffe64](https://github.com/ovh/manager/commit/92ffe64810da512cfcf96eccb657a45db550c1a7))





## [0.11.28](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-12-20)

**Note:** Version bump only for package @ovh-ux/manager-pci-users-app
Expand Down
2 changes: 1 addition & 1 deletion packages/manager/apps/pci-users/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-pci-users-app",
"version": "0.11.28",
"version": "0.12.0",
"private": true,
"description": "PCI Users react app",
"type": "module",
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.

## [5.0.19](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-12-24)

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





## [5.0.18](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-12-23)

**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": "5.0.18",
"version": "5.0.19",
"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.4",
"@ovh-ux/manager-ng-layout-helpers": "^2.9.2",
"@ovh-ux/manager-pci": "^6.73.1",
"@ovh-ux/manager-pci": "^6.74.0",
"@ovh-ux/manager-trusted-nic": "^1.2.1",
"@ovh-ux/ng-at-internet": "^6.0.3",
"@ovh-ux/ng-at-internet-ui-router-plugin": "^3.5.1",
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.

## [7.0.20](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-12-24)

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





## [7.0.19](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-12-23)

**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": "7.0.19",
"version": "7.0.20",
"private": true,
"description": "OVHcloud Public Cloud control panel.",
"repository": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"@ovh-ux/manager-error-page": "^2.4.2",
"@ovh-ux/manager-log-to-customer": "^2.3.4",
"@ovh-ux/manager-ng-layout-helpers": "^2.9.2",
"@ovh-ux/manager-pci": "^6.73.1",
"@ovh-ux/manager-pci": "^6.74.0",
"@ovh-ux/manager-telecom-styles": "^4.8.4",
"@ovh-ux/ng-at-internet": "^6.0.3",
"@ovh-ux/ng-at-internet-ui-router-plugin": "^3.5.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/manager/apps/support/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.

## [3.0.6](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-12-24)

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





## [3.0.5](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-12-23)

**Note:** Version bump only for package @ovh-ux/manager-support-app
Expand Down
4 changes: 2 additions & 2 deletions packages/manager/apps/support/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-support-app",
"version": "3.0.5",
"version": "3.0.6",
"private": true,
"description": "Support standalone application.",
"repository": {
Expand All @@ -19,7 +19,7 @@
"dependencies": {
"@ovh-ux/manager-config": "^8.0.2",
"@ovh-ux/manager-core": "^13.0.4",
"@ovh-ux/manager-support": "^2.0.4",
"@ovh-ux/manager-support": "^2.1.0",
"@ovh-ux/ng-at-internet": "^6.0.3",
"@ovh-ux/ng-ovh-api-wrappers": "^5.1.0",
"@ovh-ux/ng-ovh-http": "^5.1.2",
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.74.0](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-12-24)


### Features

* **pci-object-storage:** replace s3 mentions ([#14695](https://github.com/ovh/manager/issues/14695)) ([92ffe64](https://github.com/ovh/manager/commit/92ffe64810da512cfcf96eccb657a45db550c1a7))





## [6.73.1](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-12-19)


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.73.1",
"version": "6.74.0",
"private": true,
"description": "Public Cloud Instance product.",
"repository": {
Expand Down
11 changes: 11 additions & 0 deletions packages/manager/modules/support/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.1.0](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-12-24)


### Features

* **pci-object-storage:** replace s3 mentions ([#14695](https://github.com/ovh/manager/issues/14695)) ([92ffe64](https://github.com/ovh/manager/commit/92ffe64810da512cfcf96eccb657a45db550c1a7))





## [2.0.4](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-12-23)

**Note:** Version bump only for package @ovh-ux/manager-support
Expand Down
2 changes: 1 addition & 1 deletion packages/manager/modules/support/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-support",
"version": "2.0.4",
"version": "2.1.0",
"private": true,
"description": "Support component to manage tickets.",
"repository": {
Expand Down

0 comments on commit da641d0

Please sign in to comment.