From e062f5046e4e864e1b39f7907a1e043b91f3f2e0 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Fri, 3 Apr 2026 10:45:39 +0000 Subject: [PATCH] fix(repo): no changes to commit --- 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 a43dde5..0e00e48 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog +## 2026-04-03 - 3.51.1 - fix(repo) +no changes to commit + + ## 2026-04-03 - 3.51.0 - feat(chart-area) replace ApexCharts with Lightweight Charts for area chart rendering diff --git a/ts_web/00_commitinfo_data.ts b/ts_web/00_commitinfo_data.ts index 4d0a1cd..adb53c9 100644 --- a/ts_web/00_commitinfo_data.ts +++ b/ts_web/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@design.estate/dees-catalog', - version: '3.51.0', + version: '3.51.1', description: 'A comprehensive library that provides dynamic web components for building sophisticated and modern web applications using JavaScript and TypeScript.' }