From 99475436b268dbb6e780adc4a203443b83cba6fb Mon Sep 17 00:00:00 2001 From: "Lucas.Xu" Date: Wed, 8 Nov 2023 13:55:12 +0800 Subject: [PATCH] chore: release 2.0.0-beta.1 --- CHANGELOG.md | 3 +++ pubspec.yaml | 10 ++++++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c58c61b7..a212d91ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 2.0.0-beta.1 +* feat: support Flutter stable channel by @LucasXu0 in ([#581](https://github.com/AppFlowy-IO/appflowy-editor/pull/581)) + ## 1.5.2 * feat: show placeholder override for paragraph block by @Xazin in ([#571](https://github.com/AppFlowy-IO/appflowy-editor/pull/571)) * feat: Checkbox unresponsive in custom Theme example in editor example app by @johansutrisno in ([#543](https://github.com/AppFlowy-IO/appflowy-editor/pul/543)) diff --git a/pubspec.yaml b/pubspec.yaml index 8b02110aa..a089794de 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,6 +3,12 @@ description: A highly customizable rich-text editor for Flutter. The AppFlowy Ed version: 1.5.2 homepage: https://github.com/AppFlowy-IO/appflowy-editor +topics: + - ui + - widgets + - editor + - appflowy + platforms: android: ios: @@ -12,8 +18,8 @@ platforms: web: environment: - sdk: ">=3.0.0 <4.0.0" - flutter: ">=3.10.0" + sdk: ">=3.1.5 <4.0.0" + flutter: ">=3.13.0" dependencies: flutter: