diff --git a/MIGRATION.md b/MIGRATION.md index 0f25883b..84cf8785 100644 --- a/MIGRATION.md +++ b/MIGRATION.md @@ -1,3 +1,7 @@ +## Fleather 1.27.0 > 1.28.0 + +* Refer to [Flutter's announcement](https://flutter.dev/blog/whats-new-in-flutter-3-47) for a guide on migrating to decoupled design systems + ## Fleather 1.4.4 > 1.14.5+1 * Change `SelectorScope.of(context).pushSelector(selector, completer)` to `SelectorScope.showSelector(context, selector, completer)` or `SelectorScope.of(context).showSelector(context, selector, completer)` diff --git a/packages/fleather/CHANGELOG.md b/packages/fleather/CHANGELOG.md index 7418e5b8..ca5b8705 100644 --- a/packages/fleather/CHANGELOG.md +++ b/packages/fleather/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.28.0 + +* Upgrade to Flutter 3.47 +* [Breaking] Use material_ui and cupertino_ui packages + ## 1.27.0 * Upgrade to Flutter 3.44 diff --git a/packages/fleather/README.md b/packages/fleather/README.md index 8607db78..0b19a51c 100644 --- a/packages/fleather/README.md +++ b/packages/fleather/README.md @@ -25,7 +25,7 @@ Add Fleather to your dependencies. dependencies: flutter: sdk: flutter - fleather: ^1.27.0 + fleather: ^1.28.0 ``` ## Usage diff --git a/packages/fleather/pubspec.yaml b/packages/fleather/pubspec.yaml index f4a4c392..97c23c18 100644 --- a/packages/fleather/pubspec.yaml +++ b/packages/fleather/pubspec.yaml @@ -1,6 +1,6 @@ name: fleather description: Clean, minimalistic and collaboration-ready rich text editor for Flutter. -version: 1.27.0 +version: 1.28.0 homepage: https://fleather-editor.github.io repository: https://github.com/fleather-editor/fleather issue_tracker: https://github.com/fleather-editor/fleather/issues