diff --git a/CHANGELOG.md b/CHANGELOG.md index e9b723329..64a37d45e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## [next] +## 4.8.0 * Correctly paint buttons borders ([#956](https://github.com/bdlukaa/fluent_ui/pull/956)) * **MINOR BREAKING** Removed `ButtonStyle.border`. Use `ButtonStyle.shape` instead: diff --git a/example/pubspec.lock b/example/pubspec.lock index 3cabff845..873a14a7c 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -127,7 +127,7 @@ packages: path: ".." relative: true source: path - version: "4.7.7" + version: "4.8.0" flutter: dependency: "direct main" description: flutter diff --git a/pubspec.yaml b/pubspec.yaml index e8d617e36..b82240bd0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: fluent_ui description: Implements Windows UI in Flutter. Based on the official documentation -version: 4.7.7 +version: 4.8.0 homepage: https://bdlukaa.github.io/fluent_ui/#/ repository: https://github.com/bdlukaa/fluent_ui issue_tracker: https://github.com/bdlukaa/fluent_ui/issues