diff --git a/changelog.md b/changelog.md index c559be0..40b5ec5 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog +## 2026-04-05 - 3.59.1 - fix(project) +no changes to commit + + ## 2026-04-05 - 3.59.0 - feat(input) extract datepicker popup into a window-layer overlay and enhance the code editor modal status UI diff --git a/ts_web/00_commitinfo_data.ts b/ts_web/00_commitinfo_data.ts index 7038857..288a7c1 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.59.0', + version: '3.59.1', description: 'A comprehensive library that provides dynamic web components for building sophisticated and modern web applications using JavaScript and TypeScript.' }