From 05b861cc226369c4275a255b55011ce955cb5e3b Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Thu, 9 Jan 2025 00:45:11 +0100 Subject: [PATCH] fix(core): Package updated to ensure compliance with privacy regulations. --- changelog.md | 4 ++++ package.json | 2 +- ts_web/00_commitinfo_data.ts | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index a4b59dc..0d880f0 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog +## 2025-01-09 - 1.0.81 - fix(core) +Package updated to ensure compliance with privacy regulations. + + ## 2025-01-09 - 1.0.80 - fix(core) Remove deprecated GitLab CI configuration and update metadata for improved compatibility and efficiency. diff --git a/package.json b/package.json index ab15d43..0d10c82 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@consent.software_private/catalog", + "name": "@consent.software/catalog", "version": "1.0.80", "private": false, "description": "A library of web components designed to integrate robust consent management capabilities into web applications, ensuring compliance with privacy regulations.", diff --git a/ts_web/00_commitinfo_data.ts b/ts_web/00_commitinfo_data.ts index b304663..6c041cb 100644 --- a/ts_web/00_commitinfo_data.ts +++ b/ts_web/00_commitinfo_data.ts @@ -2,7 +2,7 @@ * autocreated commitinfo by @push.rocks/commitinfo */ export const commitinfo = { - name: '@consent.software_private/catalog', - version: '1.0.80', + name: '@consent.software/catalog', + version: '1.0.81', description: 'A library of web components designed to integrate robust consent management capabilities into web applications, ensuring compliance with privacy regulations.' }