From 77de840e2e5ecb7ce310b9dd522bfc98a6c5cd30 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Mon, 22 Dec 2025 10:53:35 +0000 Subject: [PATCH] fix(): no changes detected; no release required --- changelog.md | 12 ++++++++++++ ts_web/00_commitinfo_data.ts | 8 ++++---- 2 files changed, 16 insertions(+), 4 deletions(-) create mode 100644 changelog.md 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.' +}