Update version to 1.1.0 and enhance documentation

- Bumped version from 1.0.1 to 1.1.0 in package.json and UI
- Updated USER_GUIDE.md with new features in v1.1.0
- Enhanced DEVELOPERS.md with:
  - Information about reusable components (ActionButton, Section)
  - Documentation for type-safe utilities
  - Code examples for performance optimizations
  - Updated best practices
  - Added information about the improved project structure

🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-03-15 00:16:42 +01:00
parent 50966867b2
commit 338810ef60
4 changed files with 103 additions and 9 deletions
+1 -1
View File
@@ -193,7 +193,7 @@ const App: React.FC<AppProps> = () => {
)}
<div className={styles.footer}>
<Text size={100}>Edison v1.0.1</Text>
<Text size={100}>Edison v1.1.0</Text>
</div>
</div>
</StatusContext.Provider>