Compare commits

...

2 Commits

Author SHA1 Message Date
340582e042 2.1.1
Some checks failed
Default (tags) / security (push) Failing after 21s
Default (tags) / test (push) Failing after 12s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped
2025-07-06 12:04:15 +00:00
a8e07f9682 fix(documentation): Refine project documentation and metadata for clarity 2025-07-06 12:04:15 +00:00
3 changed files with 9 additions and 2 deletions

View File

@ -1,5 +1,12 @@
# Changelog # 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) ## 2025-07-06 - 2.1.0 - feat(DeesElement)
Add invocation of the themeChanged hook in connectedCallback Add invocation of the themeChanged hook in connectedCallback

View File

@ -1,6 +1,6 @@
{ {
"name": "@design.estate/dees-element", "name": "@design.estate/dees-element",
"version": "2.1.0", "version": "2.1.1",
"private": false, "private": false,
"description": "A library for creating custom elements extending the lit element class with additional functionalities.", "description": "A library for creating custom elements extending the lit element class with additional functionalities.",
"main": "dist_ts/index.js", "main": "dist_ts/index.js",

View File

@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@design.estate/dees-element', 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.' description: 'A library for creating custom elements extending the lit element class with additional functionalities.'
} }