From 03b428d3d90b8bba8ff4652675c2493392f90fa5 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Sat, 21 Mar 2026 11:05:00 +0000 Subject: [PATCH] fix(repository): no changes to commit --- changelog.md | 11 +++++++++++ ts_web/00_commitinfo_data.ts | 9 ++++----- 2 files changed, 15 insertions(+), 5 deletions(-) create mode 100644 changelog.md diff --git a/changelog.md b/changelog.md new file mode 100644 index 0000000..6bff774 --- /dev/null +++ b/changelog.md @@ -0,0 +1,11 @@ +# Changelog + +## 2026-03-21 - 1.0.2 - fix(repository) +no changes to commit + + +## 2026-03-21 - 1.0.1 - catalog frontend +Initial project scaffold for the stack.gallery catalog frontend. + +- Set up the initial application structure +- Added the base frontend scaffold for the catalog project \ No newline at end of file diff --git a/ts_web/00_commitinfo_data.ts b/ts_web/00_commitinfo_data.ts index 11ece8f..b5c91fb 100644 --- a/ts_web/00_commitinfo_data.ts +++ b/ts_web/00_commitinfo_data.ts @@ -1,9 +1,8 @@ /** - * autocreated commitance info file - * for: @stack.gallery/catalog + * autocreated commitinfo by @push.rocks/commitinfo */ export const commitinfo = { name: '@stack.gallery/catalog', - version: '1.0.0', - description: 'UI component catalog for Stack.Gallery', -}; + version: '1.0.2', + description: 'UI component catalog for Stack.Gallery' +}