diff --git a/.sonarcloud.properties b/.sonarcloud.properties index d9ed0d4a81b0..385115b63168 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=hassium-skunk-1 +sonar.projectVersion=hassium-skunk-2 sonar.exclusions=node_modules/**, **/node_modules/**, **/dist/**, **/semantic/**, **/coverage/**, **/static/**, **/mock/**, **/mockServiceWorker.js sonar.coverage.exclusions=**/*.spec.js diff --git a/packages/manager/apps/web/CHANGELOG.md b/packages/manager/apps/web/CHANGELOG.md index 52d24399bcd2..cdae0a1eb656 100644 --- a/packages/manager/apps/web/CHANGELOG.md +++ b/packages/manager/apps/web/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. +# [18.32.0](https://github.com/ovh/manager/compare/@ovh-ux/manager-web@18.31.1...@ovh-ux/manager-web@18.32.0) (2024-07-25) + + +### Features + +* **web.hosting:** git integration project ([#12215](https://github.com/ovh/manager/issues/12215)) ([492bcd9](https://github.com/ovh/manager/commit/492bcd948e295219c87d6190879df62beaf26d17)) + + + + + ## [18.31.1](https://github.com/ovh/manager/compare/@ovh-ux/manager-web@18.31.0...@ovh-ux/manager-web@18.31.1) (2024-07-23) **Note:** Version bump only for package @ovh-ux/manager-web diff --git a/packages/manager/apps/web/package.json b/packages/manager/apps/web/package.json index ed9dbfbce0b0..f43303280b7d 100644 --- a/packages/manager/apps/web/package.json +++ b/packages/manager/apps/web/package.json @@ -1,6 +1,6 @@ { "name": "@ovh-ux/manager-web", - "version": "18.31.1", + "version": "18.32.0", "private": true, "description": "OVHcloud Web control panel.", "repository": {