From 95772564313455b37dc00b68175449f48a720674 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Vilcot?= Date: Thu, 9 Jan 2025 15:35:49 +0100 Subject: [PATCH] docs(pci-common): update changelog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Frédéric Vilcot --- .../manager/modules/manager-pci-common/CHANGELOG.md | 13 ++++++++++++- .../manager/modules/manager-pci-common/package.json | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/packages/manager/modules/manager-pci-common/CHANGELOG.md b/packages/manager/modules/manager-pci-common/CHANGELOG.md index ace75276bfc2..91a41a5dca03 100644 --- a/packages/manager/modules/manager-pci-common/CHANGELOG.md +++ b/packages/manager/modules/manager-pci-common/CHANGELOG.md @@ -3,7 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [0.14.3](https://github.com/ovh/manager/compare/@ovh-ux/manager-pci-common@0.14.1...@ovh-ux/manager-pci-common@0.14.2) (2024-12-18) +## [0.14.4](https://github.com/ovh/manager/compare/@ovh-ux/manager-pci-common@0.14.3...@ovh-ux/manager-pci-common@0.14.4) (2025-01-09) + +### Bug Fixes + +- **pci-common:** undefined logs ([1682ed3](https://github.com/ovh/manager/commit/1682ed3dabf274fe17d940ff538eb3149cacd9f6)) + +### Continuous Integration + +- **pci-common:** enhance flavor components exports ([f4940c3](https://github.com/ovh/manager/commit/f4940c324fee014c18d00f79b70db4d4db393ab1)) +- **pci-common:** enhance region components exports ([c846105](https://github.com/ovh/manager/commit/c846105e7ea04f4c9cac25d5b1d8141234e473aa)) + +## [0.14.3](https://github.com/ovh/manager/compare/@ovh-ux/manager-pci-common@0.14.2...@ovh-ux/manager-pci-common@0.14.3) (2025-01-07) ### Bug Fixes diff --git a/packages/manager/modules/manager-pci-common/package.json b/packages/manager/modules/manager-pci-common/package.json index 401a7dedc281..618f2f28dab6 100644 --- a/packages/manager/modules/manager-pci-common/package.json +++ b/packages/manager/modules/manager-pci-common/package.json @@ -1,6 +1,6 @@ { "name": "@ovh-ux/manager-pci-common", - "version": "0.14.3", + "version": "0.14.4", "private": false, "description": "Public Cloud Common components", "homepage": "https://github.com/ovh/manager/blob/master/packages/manager/modules/manager-pci-common/README.md",