From 2538f59769a8a0cf17ce15d4fc7c3faf02584195 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sun, 17 Sep 2023 14:39:59 +0200 Subject: [PATCH] fix(core): update --- ts/00_commitinfo_data.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 7a2102c..9c51810 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@design.estate/dees-element', - version: '2.0.28', + version: '2.0.29', description: 'a custom element class extending lit element class' }