diff --git a/changelog.md b/changelog.md index 12adfc2..41f21aa 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog +## 2026-03-12 - 3.48.1 - fix(repo) +no changes to commit + + ## 2026-03-12 - 3.48.0 - feat(dataview) add an S3 browser component with column and list views, file preview, editing, and object management diff --git a/ts_web/00_commitinfo_data.ts b/ts_web/00_commitinfo_data.ts index 413251f..4e7dd55 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.48.0', + version: '3.48.1', description: 'A comprehensive library that provides dynamic web components for building sophisticated and modern web applications using JavaScript and TypeScript.' }