Skip to content

Commit 1b893d0

Browse files
stif59100ovh-cds
authored andcommitted
release: argon-ant-9
Signed-off-by: ovh-cds <opensource@ovh.net>
1 parent bda6ae4 commit 1b893d0

File tree

15 files changed

+91
-12
lines changed

15 files changed

+91
-12
lines changed

.sonarcloud.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sonar.projectName=manager
77
sonar.sources=.
88
sonar.sourceEncoding=UTF-8
99
sonar.ws.timeout=60
10-
sonar.projectVersion=argon-ant-8
10+
sonar.projectVersion=argon-ant-9
1111

1212
sonar.exclusions=node_modules/**, **/node_modules/**, **/dist/**, **/semantic/**, **/coverage/**, **/static/**, **/mock/**, **/mockServiceWorker.js
1313
sonar.coverage.exclusions=**/*.spec.js

packages/manager/apps/billing/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.2.15](https://github.com/ovh/manager/compare/@ovh-ux/manager-billing-app@0.2.14...@ovh-ux/manager-billing-app@0.2.15) (2025-01-28)
7+
8+
**Note:** Version bump only for package @ovh-ux/manager-billing-app
9+
10+
11+
12+
13+
614
## [0.2.14](https://github.com/ovh/manager/compare/@ovh-ux/manager-billing-app@0.2.13...@ovh-ux/manager-billing-app@0.2.14) (2025-01-23)
715

816

packages/manager/apps/billing/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ovh-ux/manager-billing-app",
3-
"version": "0.2.14",
3+
"version": "0.2.15",
44
"private": true,
55
"description": "OVHcloud Billing app",
66
"repository": {
@@ -25,7 +25,7 @@
2525
"@ovh-ux/manager-config": "^8.0.2",
2626
"@ovh-ux/manager-core": "^13.0.5",
2727
"@ovh-ux/manager-error-page": "^2.4.1",
28-
"@ovh-ux/manager-exchange": "^4.10.0",
28+
"@ovh-ux/manager-exchange": "^4.10.2",
2929
"@ovh-ux/manager-models": "^2.3.1",
3030
"@ovh-ux/manager-new-billing": "^0.29.1",
3131
"@ovh-ux/manager-ng-layout-helpers": "^2.9.1",

packages/manager/apps/dedicated/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [20.13.3](https://github.com/ovh/manager/compare/@ovh-ux/manager-dedicated@20.13.2...@ovh-ux/manager-dedicated@20.13.3) (2025-01-28)
7+
8+
**Note:** Version bump only for package @ovh-ux/manager-dedicated
9+
10+
11+
12+
13+
614
## [20.13.2](https://github.com/ovh/manager/compare/@ovh-ux/manager-dedicated@20.13.1...@ovh-ux/manager-dedicated@20.13.2) (2025-01-28)
715

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

packages/manager/apps/dedicated/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ovh-ux/manager-dedicated",
3-
"version": "20.13.2",
3+
"version": "20.13.3",
44
"private": true,
55
"description": "OVHcloud Dedicated control panel.",
66
"repository": {
@@ -36,7 +36,7 @@
3636
"@ovh-ux/manager-core": "^13.0.5",
3737
"@ovh-ux/manager-dbaas-logs": "^1.27.0",
3838
"@ovh-ux/manager-error-page": "^2.4.2",
39-
"@ovh-ux/manager-exchange": "^4.10.1",
39+
"@ovh-ux/manager-exchange": "^4.10.2",
4040
"@ovh-ux/manager-filters": "^1.1.1",
4141
"@ovh-ux/manager-iplb": "^1.18.0",
4242
"@ovh-ux/manager-metrics": "^1.6.1",

packages/manager/apps/exchange/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.12.12](https://github.com/ovh/manager/compare/@ovh-ux/manager-exchange-app@0.12.11...@ovh-ux/manager-exchange-app@0.12.12) (2025-01-28)
7+
8+
**Note:** Version bump only for package @ovh-ux/manager-exchange-app
9+
10+
11+
12+
13+
614
## [0.12.11](https://github.com/ovh/manager/compare/@ovh-ux/manager-exchange-app@0.12.10...@ovh-ux/manager-exchange-app@0.12.11) (2025-01-23)
715

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

packages/manager/apps/exchange/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ovh-ux/manager-exchange-app",
3-
"version": "0.12.11",
3+
"version": "0.12.12",
44
"private": true,
55
"repository": {
66
"type": "git",
@@ -21,7 +21,7 @@
2121
"@ovh-ux/manager-advices": "^1.8.2",
2222
"@ovh-ux/manager-config": "^8.0.2",
2323
"@ovh-ux/manager-core": "^13.0.5",
24-
"@ovh-ux/manager-exchange": "^4.10.1",
24+
"@ovh-ux/manager-exchange": "^4.10.2",
2525
"@ovh-ux/manager-ng-layout-helpers": "^2.9.2",
2626
"@ovh-ux/ng-at-internet": "^6.0.3",
2727
"@ovh-ux/ng-ovh-api-wrappers": "^5.1.0",

packages/manager/apps/telecom/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [16.2.3](https://github.com/ovh/manager/compare/@ovh-ux/manager-telecom@16.2.2...@ovh-ux/manager-telecom@16.2.3) (2025-01-28)
7+
8+
9+
### Bug Fixes
10+
11+
* **telecom:** error prevent display delete modal ([#15053](https://github.com/ovh/manager/issues/15053)) ([0ad1cd9](https://github.com/ovh/manager/commit/0ad1cd9c660497dda223fe19dfc17979186c337f))
12+
13+
14+
15+
16+
617
## [16.2.2](https://github.com/ovh/manager/compare/@ovh-ux/manager-telecom@16.2.1...@ovh-ux/manager-telecom@16.2.2) (2025-01-23)
718

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

packages/manager/apps/telecom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ovh-ux/manager-telecom",
3-
"version": "16.2.2",
3+
"version": "16.2.3",
44
"private": true,
55
"description": "OVHcloud Telecom control panel.",
66
"repository": {

packages/manager/apps/web/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [19.4.0](https://github.com/ovh/manager/compare/@ovh-ux/manager-web@19.3.10...@ovh-ux/manager-web@19.4.0) (2025-01-28)
7+
8+
9+
### Bug Fixes
10+
11+
* **domain:** update onboarding translation text ([#14903](https://github.com/ovh/manager/issues/14903)) ([e5d15e9](https://github.com/ovh/manager/commit/e5d15e91802f127558ab20a5cdccc0c929632c04))
12+
13+
14+
### Features
15+
16+
* **web.domain:** eligibility rules project ([#14608](https://github.com/ovh/manager/issues/14608)) ([39523e1](https://github.com/ovh/manager/commit/39523e13b3f8bf1853ee2447960e4f5bd4326ca2))
17+
* **web:** add startsql order ([#14636](https://github.com/ovh/manager/issues/14636)) ([bda6ae4](https://github.com/ovh/manager/commit/bda6ae4c6790ea090e83546858e51561f039a4c2))
18+
19+
20+
21+
22+
623
## [19.3.10](https://github.com/ovh/manager/compare/@ovh-ux/manager-web@19.3.9...@ovh-ux/manager-web@19.3.10) (2025-01-23)
724

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

packages/manager/apps/web/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ovh-ux/manager-web",
3-
"version": "19.3.10",
3+
"version": "19.4.0",
44
"private": true,
55
"description": "OVHcloud Web control panel.",
66
"repository": {
@@ -29,7 +29,7 @@
2929
"@ovh-ux/manager-email-domain": "^1.8.0",
3030
"@ovh-ux/manager-emailpro": "^3.13.1",
3131
"@ovh-ux/manager-error-page": "^2.4.2",
32-
"@ovh-ux/manager-exchange": "^4.10.1",
32+
"@ovh-ux/manager-exchange": "^4.10.2",
3333
"@ovh-ux/manager-filters": "^1.1.1",
3434
"@ovh-ux/manager-log-to-customer": "^2.3.4",
3535
"@ovh-ux/manager-ng-layout-helpers": "^2.9.2",

packages/manager/apps/zimbra/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.15.0](https://github.com/ovh/manager/compare/@ovh-ux/manager-zimbra-app@0.14.3...@ovh-ux/manager-zimbra-app@0.15.0) (2025-01-28)
7+
8+
9+
### Bug Fixes
10+
11+
* **zimbra:** various minor ui issues ([#14956](https://github.com/ovh/manager/issues/14956)) ([a9b1712](https://github.com/ovh/manager/commit/a9b1712b5fc147d1a9a67a18a9cb93564560cc7d))
12+
13+
14+
### Features
15+
16+
* **zimbra:** initialize diagnostics page ([#14309](https://github.com/ovh/manager/issues/14309)) ([64cca75](https://github.com/ovh/manager/commit/64cca75cce2810b08cae010c76de4cdd63560dbb))
17+
18+
19+
20+
21+
622
## [0.14.3](https://github.com/ovh/manager/compare/@ovh-ux/manager-zimbra-app@0.14.2...@ovh-ux/manager-zimbra-app@0.14.3) (2025-01-24)
723

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

packages/manager/apps/zimbra/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ovh-ux/manager-zimbra-app",
3-
"version": "0.14.3",
3+
"version": "0.15.0",
44
"private": true,
55
"description": "zimbra react app",
66
"repository": {

packages/manager/modules/exchange/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.10.2](https://github.com/ovh/manager/compare/@ovh-ux/manager-exchange@4.10.1...@ovh-ux/manager-exchange@4.10.2) (2025-01-28)
7+
8+
9+
### Bug Fixes
10+
11+
* **web.exchange:** add veeam backup guide link for private ([#14745](https://github.com/ovh/manager/issues/14745)) ([814881f](https://github.com/ovh/manager/commit/814881f6260f73a8b0cf7053bb34e8f5e17492a6))
12+
13+
14+
15+
16+
617
## [4.10.1](https://github.com/ovh/manager/compare/@ovh-ux/manager-exchange@4.10.0...@ovh-ux/manager-exchange@4.10.1) (2024-11-28)
718

819

packages/manager/modules/exchange/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ovh-ux/manager-exchange",
3-
"version": "4.10.1",
3+
"version": "4.10.2",
44
"private": true,
55
"description": "Exchange product.",
66
"repository": {

0 commit comments

Comments
 (0)