diff --git a/changelog.md b/changelog.md new file mode 100644 index 0000000..2b288ea --- /dev/null +++ b/changelog.md @@ -0,0 +1,12 @@ +# Changelog + +## 2025-12-22 - 1.0.1 - fix() +no changes detected; no release required + +- Git diff contained no changes +- No files modified — skip version bump and release + +## 2025-12-22 - 1.0.0 - initial release +Initial commit. + +- Repository initialized (initial commit) \ No newline at end of file diff --git a/ts_web/00_commitinfo_data.ts b/ts_web/00_commitinfo_data.ts index b2ee344..2ff486e 100644 --- a/ts_web/00_commitinfo_data.ts +++ b/ts_web/00_commitinfo_data.ts @@ -1,8 +1,8 @@ /** - * This file contains commit information for the package + * autocreated commitinfo by @push.rocks/commitinfo */ export const commitinfo = { name: '@design.estate/dees-catalog-mobile', - version: '1.0.0', - description: 'A mobile-optimized component catalog for cross-platform business applications', -}; + version: '1.0.1', + description: 'A mobile-optimized component catalog for building cross-platform business applications with touch-first UI components.' +}