From f014c0226e8b0d7cd94df1f45ded2df88ad0238a Mon Sep 17 00:00:00 2001 From: ovh-cds <123390642+aboungnaseng-ovhcloud@users.noreply.github.com> Date: Fri, 15 Nov 2024 09:08:26 +0000 Subject: [PATCH] release: promethium-armadillo-5 Signed-off-by: ovh-cds --- .sonarcloud.properties | 2 +- docs/CHANGELOG.md | 11 +++++++++++ docs/package.json | 2 +- packages/manager/core/generator/CHANGELOG.md | 11 +++++++++++ packages/manager/core/generator/package.json | 2 +- 5 files changed, 25 insertions(+), 3 deletions(-) diff --git a/.sonarcloud.properties b/.sonarcloud.properties index 58dc61366f99..4d793a80aa77 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=promethium-armadillo-4 +sonar.projectVersion=promethium-armadillo-5 sonar.exclusions=node_modules/**, **/node_modules/**, **/dist/**, **/semantic/**, **/coverage/**, **/static/**, **/mock/**, **/mockServiceWorker.js sonar.coverage.exclusions=**/*.spec.js diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index d1a46baf3105..1dbab04e8e9e 100644 --- a/docs/CHANGELOG.md +++ b/docs/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.6.0](https://github.com/ovh/manager/compare/@ovh-ux/manager-documentation@0.5.0...@ovh-ux/manager-documentation@0.6.0) (2024-11-15) + + +### Features + +* **manager-react-components:** bump ods version 18.3.0 ([#14080](https://github.com/ovh/manager/issues/14080)) ([040237b](https://github.com/ovh/manager/commit/040237b6b436b9c1e5b76c9fed3076102aee3c1e)) + + + + + # [0.5.0](https://github.com/ovh/manager/compare/@ovh-ux/manager-documentation@0.4.3...@ovh-ux/manager-documentation@0.5.0) (2024-09-05) diff --git a/docs/package.json b/docs/package.json index 72c6bb33774c..2e4e6dc1ed0a 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "@ovh-ux/manager-documentation", - "version": "0.5.0", + "version": "0.6.0", "private": true, "description": "Manager documentation deployed with GitHub Pages", "scripts": { diff --git a/packages/manager/core/generator/CHANGELOG.md b/packages/manager/core/generator/CHANGELOG.md index 05af27637c7f..8f7cc4a095bc 100644 --- a/packages/manager/core/generator/CHANGELOG.md +++ b/packages/manager/core/generator/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.17.0](https://github.com/ovh/manager/compare/@ovh-ux/manager-generator@0.16.0...@ovh-ux/manager-generator@0.17.0) (2024-11-15) + + +### Features + +* **manager-react-components:** bump ods version 18.3.0 ([#14080](https://github.com/ovh/manager/issues/14080)) ([040237b](https://github.com/ovh/manager/commit/040237b6b436b9c1e5b76c9fed3076102aee3c1e)) + + + + + # [0.16.0](https://github.com/ovh/manager/compare/@ovh-ux/manager-generator@0.15.2...@ovh-ux/manager-generator@0.16.0) (2024-11-13) diff --git a/packages/manager/core/generator/package.json b/packages/manager/core/generator/package.json index 57b98eef681e..970516b74ae5 100644 --- a/packages/manager/core/generator/package.json +++ b/packages/manager/core/generator/package.json @@ -1,6 +1,6 @@ { "name": "@ovh-ux/manager-generator", - "version": "0.16.0", + "version": "0.17.0", "private": true, "description": "", "license": "BSD-3-Clause",