File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
77
8+ ## 4.0.0
9+
10+ - Filament 4 support stable.
11+
12+
813## 4.0.0-beta1
914
1015- Filament 4 support.
Original file line number Diff line number Diff line change 1818 ],
1919 "require" : {
2020 "php" : " ^8.2" ,
21- "filament/widgets" : " ^v4.0.0-beta15 " ,
22- "filament/schemas" : " ^v4.0.0-beta15 " ,
21+ "filament/widgets" : " ^v4.0.0" ,
22+ "filament/schemas" : " ^v4.0.0" ,
2323 "illuminate/contracts" : " ^11.0|^12.0" ,
2424 "livewire/livewire" : " ^3.0" ,
2525 "spatie/laravel-package-tools" : " ^1.13.0"
7070 }
7171 }
7272 },
73- "minimum-stability" : " dev " ,
73+ "minimum-stability" : " stable " ,
7474 "prefer-stable" : true
7575}
You can’t perform that action at this time.
0 commit comments