Skip to content

Commit

Permalink
release: chlorine-koala-2
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 Dec 12, 2024
1 parent f8ce779 commit 2a1c90a
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 4 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=chlorine-koala-1
sonar.projectVersion=chlorine-koala-2

sonar.exclusions=node_modules/**, **/node_modules/**, **/dist/**, **/semantic/**, **/coverage/**, **/static/**, **/mock/**, **/mockServiceWorker.js
sonar.coverage.exclusions=**/*.spec.js
Expand Down
11 changes: 11 additions & 0 deletions packages/manager/apps/billing/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.2.2](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-12-12)


### Bug Fixes

* **billing:** fix autorenew display issue ([#14525](https://github.com/ovh/manager/issues/14525)) ([f8ce779](https://github.com/ovh/manager/commit/f8ce77915a06cbc7e876d2649f5d17ced23c4580))





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

**Note:** Version bump only for package @ovh-ux/manager-billing-app
Expand Down
4 changes: 2 additions & 2 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.1",
"version": "0.2.2",
"private": true,
"description": "OVHcloud Billing app",
"repository": {
Expand All @@ -27,7 +27,7 @@
"@ovh-ux/manager-error-page": "^2.4.1",
"@ovh-ux/manager-exchange": "^4.10.0",
"@ovh-ux/manager-models": "^2.1.0",
"@ovh-ux/manager-new-billing": "^0.25.0",
"@ovh-ux/manager-new-billing": "^0.25.1",
"@ovh-ux/manager-ng-layout-helpers": "^2.9.1",
"@ovh-ux/ng-at-internet": "^6.0.0",
"@ovh-ux/ng-at-internet-ui-router-plugin": "^3.5.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/manager/modules/new-billing/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.25.1](https://github.com/ovh/manager/compare/@ovh-ux/[email protected]...@ovh-ux/[email protected]) (2024-12-12)


### Bug Fixes

* **billing:** fix autorenew display issue ([#14525](https://github.com/ovh/manager/issues/14525)) ([f8ce779](https://github.com/ovh/manager/commit/f8ce77915a06cbc7e876d2649f5d17ced23c4580))





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


Expand Down
2 changes: 1 addition & 1 deletion packages/manager/modules/new-billing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/manager-new-billing",
"version": "0.25.0",
"version": "0.25.1",
"private": true,
"description": "Manager billing section",
"repository": {
Expand Down

0 comments on commit 2a1c90a

Please sign in to comment.