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' +}