From 7ab409ca80ea9d7b41b77d79d1ba3936e8d39b26 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Mon, 20 Jan 2025 18:06:26 +0100 Subject: [PATCH] fix(core): No changes detected --- changelog.md | 4 ++++ ts_web/00_commitinfo_data.ts | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 0ef7eb9..7b33afe 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog +## 2025-01-20 - 1.5.2 - fix(core) +No changes detected + + ## 2025-01-20 - 1.5.1 - fix(consentsoftware-cookieconsent) Adjusted shake animation duration and box-shadow for modalBox in consent cookie component. diff --git a/ts_web/00_commitinfo_data.ts b/ts_web/00_commitinfo_data.ts index f035bf3..b4f7731 100644 --- a/ts_web/00_commitinfo_data.ts +++ b/ts_web/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@consent.software/catalog', - version: '1.5.1', + version: '1.5.2', description: 'A library of web components designed to integrate robust consent management capabilities into web applications, ensuring compliance with privacy regulations.' }