fix(): no changes detected; no release required

This commit is contained in:
2025-12-22 10:53:35 +00:00
parent 753a98c67b
commit 77de840e2e
2 changed files with 16 additions and 4 deletions

12
changelog.md Normal file
View File

@@ -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)

View File

@@ -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.'
}