Skip to content

Commit eaa3a0e

Browse files
JacquesLariqueovh-cds
authored andcommitted
release(*): radon-lion-1
Signed-off-by: ovh-cds <[email protected]>
1 parent 0793424 commit eaa3a0e

File tree

5 files changed

+23
-4
lines changed

5 files changed

+23
-4
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=radon-lion
10+
sonar.projectVersion=radon-lion-1
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.50](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-04-30)
7+
8+
**Note:** Version bump only for package @ovh-ux/manager-billing-app
9+
10+
11+
12+
13+
614
## [0.2.49](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-04-28)
715

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

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.49",
3+
"version": "0.2.50",
44
"private": true,
55
"description": "OVHcloud Billing app",
66
"repository": {
@@ -27,7 +27,7 @@
2727
"@ovh-ux/manager-error-page": "^2.4.1",
2828
"@ovh-ux/manager-exchange": "^4.14.0",
2929
"@ovh-ux/manager-models": "^2.4.3",
30-
"@ovh-ux/manager-new-billing": "^0.36.0",
30+
"@ovh-ux/manager-new-billing": "^0.36.1",
3131
"@ovh-ux/manager-ng-layout-helpers": "^2.11.1",
3232
"@ovh-ux/ng-at-internet": "^6.0.13",
3333
"@ovh-ux/ng-at-internet-ui-router-plugin": "^3.5.0",

packages/manager/modules/new-billing/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+
## [0.36.1](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-04-30)
7+
8+
9+
### Bug Fixes
10+
11+
* **billing:** added language property used for contact creation ([0793424](https://github.com/ovh/manager/commit/07934247f5cb57eb79b95a6ec081738f8b52d2db)), closes [#MANAGER-18136](https://github.com/ovh/manager/issues/MANAGER-18136) [#INC0126805](https://github.com/ovh/manager/issues/INC0126805)
12+
13+
14+
15+
16+
617
# [0.36.0](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2025-04-28)
718

819

packages/manager/modules/new-billing/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-new-billing",
3-
"version": "0.36.0",
3+
"version": "0.36.1",
44
"private": true,
55
"description": "Manager billing section",
66
"repository": {

0 commit comments

Comments
 (0)