File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed
Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,22 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ 1.0.4 ] - 2025-06-07
8+ ## [ 1.0.5 ] - 2025-06-07
99
1010### Fixed
1111
1212- ** CLI Output Option** : Fixed ` -o, --output ` option in ` generate ` command not working correctly
1313- The ` -o ` option now properly generates the JSON file at the specified custom location
1414- Improved CLI option mapping between command line arguments and generator options
1515
16+ ### Removed
17+
18+ - ** Deprecated Toast Component** : Removed ` toast ` from SHADCN_COMPONENTS constants
19+ - ` toast ` has been deprecated in shadcn/ui in favor of ` sonner ` component
20+ - Updated component detection to reflect current shadcn/ui component library
21+
22+ ## [ 1.0.4] - 2025-06-07
23+
1624### Enhanced
1725
1826- ** GitHub Packages Support** : Added publishing to GitHub Packages registry
Original file line number Diff line number Diff line change 11{
22 "name" : " @prathamesh-chougale-17/shadiff" ,
3- "version" : " 1.0.4 " ,
3+ "version" : " 1.0.5 " ,
44 "description" : " Generate shadcn/ui registry JSON for your project" ,
55 "type" : " module" ,
66 "main" : " dist/index.js" ,
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ const program = new Command();
1111program
1212 . name ( "shadiff" )
1313 . description ( "Generate shadcn/ui registry JSON for your project" )
14- . version ( "1.0.4 " ) ;
14+ . version ( "1.0.5 " ) ;
1515
1616program
1717 . command ( "generate" )
You can’t perform that action at this time.
0 commit comments