2 Commits

Author SHA1 Message Date
ed51ea2049 1.5.2 2025-01-20 18:06:26 +01:00
7ab409ca80 fix(core): No changes detected 2025-01-20 18:06:26 +01:00
3 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,9 @@
# Changelog # Changelog
## 2025-01-20 - 1.5.2 - fix(core)
No changes detected
## 2025-01-20 - 1.5.1 - fix(consentsoftware-cookieconsent) ## 2025-01-20 - 1.5.1 - fix(consentsoftware-cookieconsent)
Adjusted shake animation duration and box-shadow for modalBox in consent cookie component. Adjusted shake animation duration and box-shadow for modalBox in consent cookie component.

View File

@ -1,6 +1,6 @@
{ {
"name": "@consent.software/catalog", "name": "@consent.software/catalog",
"version": "1.5.1", "version": "1.5.2",
"private": false, "private": false,
"description": "A library of web components designed to integrate robust consent management capabilities into web applications, ensuring compliance with privacy regulations.", "description": "A library of web components designed to integrate robust consent management capabilities into web applications, ensuring compliance with privacy regulations.",
"exports": { "exports": {

View File

@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@consent.software/catalog', 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.' description: 'A library of web components designed to integrate robust consent management capabilities into web applications, ensuring compliance with privacy regulations.'
} }