Skip to content

Commit c9912bc

Browse files
committed
Update CHANGELOG for stable Filament 4 support and adjust composer.json dependencies
1 parent c04409d commit c9912bc

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and 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.

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
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"
@@ -70,6 +70,6 @@
7070
}
7171
}
7272
},
73-
"minimum-stability": "dev",
73+
"minimum-stability": "stable",
7474
"prefer-stable": true
7575
}

0 commit comments

Comments
 (0)