Skip to content

Commit 1188919

Browse files
committed
chore: appflowy_editor 0.0.4
1 parent fa22c63 commit 1188919

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.github/workflows/flowy_editor_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ on:
55
branches:
66
- "main"
77
paths:
8-
- "frontend/app_flowy/packages/appflowy_editor"
8+
- "frontend/app_flowy/packages/appflowy_editor/**"
99

1010
pull_request:
1111
branches:
1212
- "main"
1313
paths:
14-
- "frontend/app_flowy/packages/appflowy_editor"
14+
- "frontend/app_flowy/packages/appflowy_editor/**"
1515

1616
env:
1717
CARGO_TERM_COLOR: always

frontend/app_flowy/packages/appflowy_editor/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.0.4
2+
* Support more shortcut events.
3+
* Fix some bugs.
4+
* Update the documentation.
5+
16
## 0.0.3
27
* Support insert image.
38
* Support insert link.

frontend/app_flowy/packages/appflowy_editor/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: appflowy_editor
22
description: A highly customizable rich-text editor for Flutter
3-
version: 0.0.3
3+
version: 0.0.4
44
homepage: https://github.com/AppFlowy-IO/AppFlowy
55

66
platforms:

0 commit comments

Comments
 (0)