From 118891923fce73aedc1bf1c99b404cd4c13da08a Mon Sep 17 00:00:00 2001 From: "Lucas.Xu" Date: Fri, 2 Sep 2022 21:19:55 +0800 Subject: [PATCH] chore: appflowy_editor 0.0.4 --- .github/workflows/flowy_editor_test.yml | 4 ++-- frontend/app_flowy/packages/appflowy_editor/CHANGELOG.md | 5 +++++ frontend/app_flowy/packages/appflowy_editor/pubspec.yaml | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/flowy_editor_test.yml b/.github/workflows/flowy_editor_test.yml index 4c957f5c95..450f72e61d 100644 --- a/.github/workflows/flowy_editor_test.yml +++ b/.github/workflows/flowy_editor_test.yml @@ -5,13 +5,13 @@ on: branches: - "main" paths: - - "frontend/app_flowy/packages/appflowy_editor" + - "frontend/app_flowy/packages/appflowy_editor/**" pull_request: branches: - "main" paths: - - "frontend/app_flowy/packages/appflowy_editor" + - "frontend/app_flowy/packages/appflowy_editor/**" env: CARGO_TERM_COLOR: always diff --git a/frontend/app_flowy/packages/appflowy_editor/CHANGELOG.md b/frontend/app_flowy/packages/appflowy_editor/CHANGELOG.md index 2d76371553..9745bbc3ae 100644 --- a/frontend/app_flowy/packages/appflowy_editor/CHANGELOG.md +++ b/frontend/app_flowy/packages/appflowy_editor/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.0.4 +* Support more shortcut events. +* Fix some bugs. +* Update the documentation. + ## 0.0.3 * Support insert image. * Support insert link. diff --git a/frontend/app_flowy/packages/appflowy_editor/pubspec.yaml b/frontend/app_flowy/packages/appflowy_editor/pubspec.yaml index 107ba54dba..17f75aea6a 100644 --- a/frontend/app_flowy/packages/appflowy_editor/pubspec.yaml +++ b/frontend/app_flowy/packages/appflowy_editor/pubspec.yaml @@ -1,6 +1,6 @@ name: appflowy_editor description: A highly customizable rich-text editor for Flutter -version: 0.0.3 +version: 0.0.4 homepage: https://github.com/AppFlowy-IO/AppFlowy platforms: