From a8e07f9682832fa245276c892fb57c565e9e5b66 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Sun, 6 Jul 2025 12:04:15 +0000 Subject: [PATCH] fix(documentation): Refine project documentation and metadata for clarity --- changelog.md | 7 +++++++ ts/00_commitinfo_data.ts | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index e395b7a..d48aae4 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ # Changelog +## 2025-07-06 - 2.1.1 - fix(documentation) +Refine project documentation and metadata for clarity + +- Update readme examples to better illustrate custom element usage +- Clarify CssManager theming and API usage in documentation +- Ensure package.json and commitinfo reflect accurate project details + ## 2025-07-06 - 2.1.0 - feat(DeesElement) Add invocation of the themeChanged hook in connectedCallback diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 27011a0..84a4ad5 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.1.0', + version: '2.1.1', description: 'A library for creating custom elements extending the lit element class with additional functionalities.' }