Skip to content

Commit 7fc0502

Browse files
committed
chore: Bump version to 2.0.0 and update CHANGELOG
1 parent 24c311e commit 7fc0502

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,32 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.0.0] - 2025-01-11
9+
10+
### Added
11+
- **Framer Motion**: Smooth animations and page transitions
12+
- **Lucide React**: Modern icon library with 1000+ icons
13+
- **React Hot Toast**: Beautiful toast notifications
14+
- **Enhanced UI Components**:
15+
- Button component with variants (primary, secondary, outline, ghost, danger) and loading states
16+
- Card component with hover effects and sub-components (Header, Content, Footer)
17+
- Badge component with color variants (default, primary, success, warning, danger, info)
18+
- Modal component with animations and size options
19+
- **404 Not Found Page**: Animated error page with navigation options
20+
- **Page Transitions**: Smooth animations between route changes
21+
- **Environment Variables**: .env.example with common configuration options
22+
- **Toast Notifications**: Global toast system for user feedback
23+
24+
### Changed
25+
- Updated routing to use NotFound page instead of redirect for 404s
26+
- Enhanced App.tsx with AnimatePresence for better page transitions
27+
- Improved user experience with motion and animations throughout
28+
29+
### Developer Experience
30+
- All UI components built with TypeScript and framer-motion
31+
- Reusable component library ready for expansion
32+
- Toast notifications system integrated globally
33+
834
## [1.0.0] - 2025-01-11
935

1036
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-vite-tailwind-template",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"private": true,
55
"type": "module",
66
"prettier": {

0 commit comments

Comments
 (0)