From 37c5e92d6d7d2e735653fdfc23aa0f39de9af47e Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Tue, 7 Apr 2026 21:35:21 +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 2f87006..513b71c 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog +## 2026-04-07 - 3.67.1 - fix(repo) +no changes to commit + + ## 2026-04-07 - 3.67.0 - feat(dees-table) improve inline cell editors with integrated input styling and auto-open dropdowns diff --git a/ts_web/00_commitinfo_data.ts b/ts_web/00_commitinfo_data.ts index 8605f60..64e6666 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.67.0', + version: '3.67.1', description: 'A comprehensive library that provides dynamic web components for building sophisticated and modern web applications using JavaScript and TypeScript.' }