Skip to content

Commit

Permalink
release: hafnium-dragon-1
Browse files Browse the repository at this point in the history
Signed-off-by: ovh-cds <[email protected]>
  • Loading branch information
MaximeBajeux authored and ovh-cds committed Feb 20, 2025
1 parent 30c721f commit 9e2fe7d
Show file tree
Hide file tree
Showing 153 changed files with 926 additions and 165 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=hafnium-dragon
sonar.projectVersion=hafnium-dragon-1

sonar.exclusions=node_modules/**, **/node_modules/**, **/dist/**, **/semantic/**, **/coverage/**, **/static/**, **/mock/**, **/mockServiceWorker.js
sonar.coverage.exclusions=**/*.spec.js
Expand Down
6 changes: 6 additions & 0 deletions packages/manager-react-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.10.0](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-02-20)

### Features

- **mrc:** add changelog component ([#14889](https://github.com/ovh/manager/issues/14889)) ([bf47c1a](https://github.com/ovh/manager/commit/bf47c1a114f0ece1e25c1d2562f1cfca21878ced))

# [2.9.0](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-02-19)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/manager-react-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-react-components",
"version": "2.9.0",
"version": "2.10.0",
"license": "BSD-3-Clause",
"author": "OVH SAS",
"types": "dist/types/src/lib.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/manager/apps/account/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.

## [0.1.22](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-02-20)

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





## [0.1.21](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-02-19)

**Note:** Version bump only for package @ovh-ux/manager-account-app
Expand Down
4 changes: 2 additions & 2 deletions packages/manager/apps/account/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-account-app",
"version": "0.1.21",
"version": "0.1.22",
"private": true,
"description": "User account and contacts management application",
"repository": {
Expand All @@ -24,7 +24,7 @@
"@ovh-ux/manager-config": "^8.0.2",
"@ovh-ux/manager-core": "^13.0.5",
"@ovh-ux/manager-error-page": "^2.4.2",
"@ovh-ux/manager-ng-layout-helpers": "^2.9.2",
"@ovh-ux/manager-ng-layout-helpers": "^2.10.0",
"@ovh-ux/ng-at-internet": "^6.0.6",
"@ovh-ux/ng-at-internet-ui-router-plugin": "^3.5.1",
"@ovh-ux/ng-ovh-api-wrappers": "^5.1.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/manager/apps/billing/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.

## [0.2.25](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-02-20)

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





## [0.2.24](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-02-19)

**Note:** Version bump only for package @ovh-ux/manager-billing-app
Expand Down
6 changes: 3 additions & 3 deletions packages/manager/apps/billing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-billing-app",
"version": "0.2.24",
"version": "0.2.25",
"private": true,
"description": "OVHcloud Billing app",
"repository": {
Expand All @@ -25,10 +25,10 @@
"@ovh-ux/manager-config": "^8.0.2",
"@ovh-ux/manager-core": "^13.0.5",
"@ovh-ux/manager-error-page": "^2.4.1",
"@ovh-ux/manager-exchange": "^4.11.1",
"@ovh-ux/manager-exchange": "^4.12.0",
"@ovh-ux/manager-models": "^2.3.1",
"@ovh-ux/manager-new-billing": "^0.31.1",
"@ovh-ux/manager-ng-layout-helpers": "^2.9.1",
"@ovh-ux/manager-ng-layout-helpers": "^2.10.0",
"@ovh-ux/ng-at-internet": "^6.0.6",
"@ovh-ux/ng-at-internet-ui-router-plugin": "^3.5.0",
"@ovh-ux/ng-ovh-api-wrappers": "^5.1.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/manager/apps/carbon-calculator/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.

## [0.5.13](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-02-20)

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





## [0.5.12](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-02-19)

**Note:** Version bump only for package @ovh-ux/manager-carbon-calculator-app
Expand Down
4 changes: 2 additions & 2 deletions packages/manager/apps/carbon-calculator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-carbon-calculator-app",
"version": "0.5.12",
"version": "0.5.13",
"private": true,
"description": "OVHcloud CarbonCalculator app",
"repository": {
Expand All @@ -24,7 +24,7 @@
"@ovh-ux/manager-config": "^8.0.2",
"@ovh-ux/manager-core": "^13.0.5",
"@ovh-ux/manager-error-page": "^2.4.2",
"@ovh-ux/manager-ng-layout-helpers": "^2.9.2",
"@ovh-ux/manager-ng-layout-helpers": "^2.10.0",
"@ovh-ux/ng-at-internet": "^6.0.6",
"@ovh-ux/ng-at-internet-ui-router-plugin": "^3.5.1",
"@ovh-ux/ng-ovh-api-wrappers": "^5.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/manager/apps/cda/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.12](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-02-20)

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





## [3.0.11](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-02-19)

**Note:** Version bump only for package @ovh-ux/manager-cda-app
Expand Down
6 changes: 3 additions & 3 deletions packages/manager/apps/cda/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-cda-app",
"version": "3.0.11",
"version": "3.0.12",
"private": true,
"repository": {
"type": "git",
Expand All @@ -18,11 +18,11 @@
"start:watch": "lerna exec --stream --parallel --scope='@ovh-ux/manager-cda-app' --include-dependencies -- npm run dev:watch --if-present"
},
"dependencies": {
"@ovh-ux/manager-cda": "^1.9.1",
"@ovh-ux/manager-cda": "^1.10.0",
"@ovh-ux/manager-config": "^8.0.2",
"@ovh-ux/manager-core": "^13.0.5",
"@ovh-ux/manager-filters": "^0.1.0 || ^1.1.1",
"@ovh-ux/manager-ng-layout-helpers": "^2.9.2",
"@ovh-ux/manager-ng-layout-helpers": "^2.10.0",
"@ovh-ux/ng-at-internet": "^6.0.6",
"@ovh-ux/ng-at-internet-ui-router-plugin": "^3.5.1",
"@ovh-ux/ng-ovh-actions-menu": "^5.1.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/manager/apps/cloud-connect/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.0.13](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-02-20)

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





## [2.0.12](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-02-19)

**Note:** Version bump only for package @ovh-ux/manager-cloud-connect-app
Expand Down
6 changes: 3 additions & 3 deletions packages/manager/apps/cloud-connect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-cloud-connect-app",
"version": "2.0.12",
"version": "2.0.13",
"private": true,
"description": "OVHcloud Connect standalone application.",
"repository": {
Expand All @@ -19,10 +19,10 @@
"start:watch": "lerna exec --stream --parallel --scope='@ovh-ux/manager-cloud-connect-app' --include-dependencies -- npm run dev:watch --if-present"
},
"dependencies": {
"@ovh-ux/manager-cloud-connect": "^1.16.0",
"@ovh-ux/manager-cloud-connect": "^1.17.0",
"@ovh-ux/manager-config": "^8.0.2",
"@ovh-ux/manager-core": "^13.0.5",
"@ovh-ux/manager-ng-layout-helpers": "^2.9.2",
"@ovh-ux/manager-ng-layout-helpers": "^2.10.0",
"@ovh-ux/ng-at-internet": "^6.0.6",
"@ovh-ux/ng-at-internet-ui-router-plugin": "^3.5.1",
"@ovh-ux/ng-ovh-api-wrappers": "^5.1.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/manager/apps/dbaas-logs/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.19](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-02-20)

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





## [3.0.18](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-02-19)

**Note:** Version bump only for package @ovh-ux/manager-dbaas-logs-app
Expand Down
4 changes: 2 additions & 2 deletions packages/manager/apps/dbaas-logs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-dbaas-logs-app",
"version": "3.0.18",
"version": "3.0.19",
"private": true,
"description": "Logs Data Platform standalone application.",
"repository": {
Expand All @@ -25,7 +25,7 @@
"@ovh-ux/manager-core": "^13.0.5",
"@ovh-ux/manager-dbaas-logs": "^1.27.0",
"@ovh-ux/manager-filters": "^0.1.0 || ^1.1.1",
"@ovh-ux/manager-ng-layout-helpers": "^2.9.2",
"@ovh-ux/manager-ng-layout-helpers": "^2.10.0",
"@ovh-ux/ng-at-internet": "^6.0.6",
"@ovh-ux/ng-at-internet-ui-router-plugin": "^3.5.1",
"@ovh-ux/ng-ovh-actions-menu": "^5.1.2",
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.

# [20.15.0](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-02-20)


### Features

* implement changelog button on angular stack ([#15174](https://github.com/ovh/manager/issues/15174)) ([a965c89](https://github.com/ovh/manager/commit/a965c8980b18a4eb7b17ae996bef52cb43e07a4d))





## [20.14.9](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-02-19)

**Note:** Version bump only for package @ovh-ux/manager-dedicated
Expand Down
30 changes: 15 additions & 15 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.14.9",
"version": "20.15.0",
"private": true,
"description": "OVHcloud Dedicated control panel.",
"repository": {
Expand Down Expand Up @@ -29,31 +29,31 @@
"@ovh-ux/manager-beta-preference": "^1.0.0",
"@ovh-ux/manager-billing": "^0.31.0",
"@ovh-ux/manager-billing-components": "^4.9.0",
"@ovh-ux/manager-bm-server-components": "^2.5.0",
"@ovh-ux/manager-bm-server-components": "^2.6.0",
"@ovh-ux/manager-catalog-price": "^1.8.0",
"@ovh-ux/manager-cda": "^1.9.1",
"@ovh-ux/manager-cloud-connect": "^1.16.0",
"@ovh-ux/manager-cda": "^1.10.0",
"@ovh-ux/manager-cloud-connect": "^1.17.0",
"@ovh-ux/manager-cloud-styles": "^1.8.4",
"@ovh-ux/manager-components": "^1.22.8",
"@ovh-ux/manager-components": "^1.23.0",
"@ovh-ux/manager-config": "^8.0.2",
"@ovh-ux/manager-core": "^13.0.5",
"@ovh-ux/manager-dbaas-logs": "^1.27.0",
"@ovh-ux/manager-error-page": "^2.4.2",
"@ovh-ux/manager-exchange": "^4.11.1",
"@ovh-ux/manager-exchange": "^4.12.0",
"@ovh-ux/manager-filters": "^1.1.1",
"@ovh-ux/manager-iplb": "^1.19.0",
"@ovh-ux/manager-iplb": "^1.20.0",
"@ovh-ux/manager-metrics": "^1.6.1",
"@ovh-ux/manager-models": "^2.3.1",
"@ovh-ux/manager-nasha": "^2.17.0",
"@ovh-ux/manager-netapp": "^2.5.0",
"@ovh-ux/manager-ng-layout-helpers": "^2.9.2",
"@ovh-ux/manager-nutanix": "^2.5.0",
"@ovh-ux/manager-nasha": "^2.18.0",
"@ovh-ux/manager-netapp": "^2.6.0",
"@ovh-ux/manager-ng-layout-helpers": "^2.10.0",
"@ovh-ux/manager-nutanix": "^2.6.0",
"@ovh-ux/manager-support": "^2.1.3",
"@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",
"@ovh-ux/manager-vps": "^2.45.3",
"@ovh-ux/manager-vrack": "^1.15.0",
"@ovh-ux/manager-veeam-cloud-connect": "^2.9.0",
"@ovh-ux/manager-veeam-enterprise": "^1.12.0",
"@ovh-ux/manager-vps": "^2.46.0",
"@ovh-ux/manager-vrack": "^1.16.0",
"@ovh-ux/ng-at-internet": "^6.0.6",
"@ovh-ux/ng-at-internet-ui-router-plugin": "^3.5.1",
"@ovh-ux/ng-ovh-api-wrappers": "^5.1.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/manager/apps/email-domain/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.13](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-02-20)

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





## [3.0.12](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-02-19)

**Note:** Version bump only for package @ovh-ux/manager-emaildomain-app
Expand Down
6 changes: 3 additions & 3 deletions packages/manager/apps/email-domain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-emaildomain-app",
"version": "3.0.12",
"version": "3.0.13",
"private": true,
"repository": {
"type": "git",
Expand All @@ -20,8 +20,8 @@
"dependencies": {
"@ovh-ux/manager-config": "^8.0.2",
"@ovh-ux/manager-core": "^13.0.5",
"@ovh-ux/manager-email-domain": "^1.9.1",
"@ovh-ux/manager-ng-layout-helpers": "^2.9.2",
"@ovh-ux/manager-email-domain": "^1.10.0",
"@ovh-ux/manager-ng-layout-helpers": "^2.10.0",
"@ovh-ux/ng-ovh-api-wrappers": "^5.1.0",
"@ovh-ux/ng-ovh-export-csv": "^2.1.2",
"@ovh-ux/ng-ovh-http": "^5.1.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/manager/apps/email-pro/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.

## [0.11.14](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-02-20)

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





## [0.11.13](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-02-19)

**Note:** Version bump only for package @ovh-ux/manager-emailpro-app
Expand Down
6 changes: 3 additions & 3 deletions packages/manager/apps/email-pro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-emailpro-app",
"version": "0.11.13",
"version": "0.11.14",
"private": true,
"repository": {
"type": "git",
Expand All @@ -20,8 +20,8 @@
"dependencies": {
"@ovh-ux/manager-config": "^8.0.2",
"@ovh-ux/manager-core": "^13.0.5",
"@ovh-ux/manager-emailpro": "^3.14.0",
"@ovh-ux/manager-ng-layout-helpers": "^2.9.2",
"@ovh-ux/manager-emailpro": "^3.15.0",
"@ovh-ux/manager-ng-layout-helpers": "^2.10.0",
"@ovh-ux/ng-ovh-api-wrappers": "^5.1.0",
"@ovh-ux/ng-ovh-export-csv": "^2.1.2",
"@ovh-ux/ng-ovh-http": "^5.1.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/manager/apps/exchange/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.

## [0.12.19](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-02-20)

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





## [0.12.18](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-02-19)

**Note:** Version bump only for package @ovh-ux/manager-exchange-app
Expand Down
Loading

0 comments on commit 9e2fe7d

Please sign in to comment.