feat(DeesElement): Add invocation of the themeChanged hook in connectedCallback

This commit is contained in:
Juergen Kunz
2025-07-06 11:56:23 +00:00
parent 05cc971c0b
commit 7e26cd39d7
3 changed files with 18 additions and 1 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@design.estate/dees-element',
version: '2.0.44',
version: '2.1.0',
description: 'A library for creating custom elements extending the lit element class with additional functionalities.'
}