diff --git a/.sonarcloud.properties b/.sonarcloud.properties index 2f869c854581..dd978ba59a3f 100644 --- a/.sonarcloud.properties +++ b/.sonarcloud.properties @@ -7,7 +7,7 @@ sonar.projectName=manager sonar.sources=. sonar.sourceEncoding=UTF-8 sonar.ws.timeout=60 -sonar.projectVersion=chlorine-koala-3 +sonar.projectVersion=chlorine-koala-4 sonar.exclusions=node_modules/**, **/node_modules/**, **/dist/**, **/semantic/**, **/coverage/**, **/static/**, **/mock/**, **/mockServiceWorker.js sonar.coverage.exclusions=**/*.spec.js diff --git a/packages/manager/apps/container/CHANGELOG.md b/packages/manager/apps/container/CHANGELOG.md index 16e2ef7589b7..d6a622e0734c 100644 --- a/packages/manager/apps/container/CHANGELOG.md +++ b/packages/manager/apps/container/CHANGELOG.md @@ -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.93.1](https://github.com/ovh/manager/compare/@ovh-ux/manager-container-app@0.93.0...@ovh-ux/manager-container-app@0.93.1) (2024-12-12) + + +### Bug Fixes + +* **container:** dont show payment modal for cb without exp date ([#14521](https://github.com/ovh/manager/issues/14521)) ([e0c5a61](https://github.com/ovh/manager/commit/e0c5a61cdc980a83e5f4b85f7052a128e4522510)) + + + + + # [0.93.0](https://github.com/ovh/manager/compare/@ovh-ux/manager-container-app@0.92.0...@ovh-ux/manager-container-app@0.93.0) (2024-12-09) diff --git a/packages/manager/apps/container/package.json b/packages/manager/apps/container/package.json index 46f6bf65f56e..b5a3d35f4a61 100644 --- a/packages/manager/apps/container/package.json +++ b/packages/manager/apps/container/package.json @@ -1,6 +1,6 @@ { "name": "@ovh-ux/manager-container-app", - "version": "0.93.0", + "version": "0.93.1", "private": true, "description": "OVHcloud Manager Container.", "repository": {