Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
37c48a6803 | |||
b4b01cc319 |
@ -1,5 +1,9 @@
|
||||
# Changelog
|
||||
|
||||
## 2025-01-14 - 1.3.1 - fix(package setup)
|
||||
Fix package metadata and dependency consistency
|
||||
|
||||
|
||||
## 2025-01-14 - 1.3.0 - feat(elements)
|
||||
Enhance consent management components with advanced styling and interaction
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@consent.software/catalog",
|
||||
"version": "1.3.0",
|
||||
"version": "1.3.1",
|
||||
"private": false,
|
||||
"description": "A library of web components designed to integrate robust consent management capabilities into web applications, ensuring compliance with privacy regulations.",
|
||||
"main": "dist_ts_web/index.js",
|
||||
|
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@consent.software/catalog',
|
||||
version: '1.3.0',
|
||||
version: '1.3.1',
|
||||
description: 'A library of web components designed to integrate robust consent management capabilities into web applications, ensuring compliance with privacy regulations.'
|
||||
}
|
||||
|
Reference in New Issue
Block a user