Skip to content

Commit

Permalink
Merge pull request #168 from LucasXu0/1.0.0-dev.2
Browse files Browse the repository at this point in the history
chore: bump version 1.0.0-dev.2
  • Loading branch information
LucasXu0 authored Jun 5, 2023
2 parents 94a5155 + d1db665 commit 90bed43
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.0.0-dev.2
* fix: toolbar item size by @LucasXu0 in ([#167](https://github.com/AppFlowy-IO/appflowy-editor/pull/167))
* fix: scroll widget layout by @LucasXu0 in ([#167](https://github.com/AppFlowy-IO/appflowy-editor/pull/167))
* fix: image align overflow by @LucasXu0 in ([#167](https://github.com/AppFlowy-IO/appflowy-editor/pull/167))
* fix: editable parameter doesn't work by @LucasXu0 in ([#167](https://github.com/AppFlowy-IO/appflowy-editor/pull/167))
* fix: fixed toolbar item tooltip description for embed code button by @Mukund-Tandon in in ([#163](https://github.com/AppFlowy-IO/appflowy-editor/pull/163))

## 1.0.0-dev.1
* feat: rename delta keys and document keys by @LucasXu0 in ([#153](https://github.com/AppFlowy-IO/appflowy-editor/pull/153))
* fix: floating toolbar overflow by @LucasXu0 in ([#146](https://github.com/AppFlowy-IO/appflowy-editor/pull/146))
Expand Down
3 changes: 2 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: appflowy_editor
description: A highly customizable rich-text editor for Flutter. The AppFlowy Editor project for AppFlowy and beyond.
version: 1.0.0-dev.1
version: 1.0.0-dev.2
homepage: https://github.com/AppFlowy-IO/appflowy-editor

platforms:
Expand Down Expand Up @@ -33,6 +33,7 @@ dependencies:
tuple: ^2.0.1
collection: ^1.17.0
nanoid: ^1.0.0
visibility_detector: ^0.4.0+2

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit 90bed43

Please sign in to comment.