diff --git a/packages/fleather/CHANGELOG.md b/packages/fleather/CHANGELOG.md index 68d895d8..2e44163c 100644 --- a/packages/fleather/CHANGELOG.md +++ b/packages/fleather/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.2.0 + +* Add support for inline embeds +* Add support for background color +* [Fix] toolbar not always showing up + ## 1.1.0 * Added support for indentation @@ -5,4 +11,4 @@ ## 1.0.0 -* Initial release. \ No newline at end of file +* Initial release. diff --git a/packages/fleather/pubspec.yaml b/packages/fleather/pubspec.yaml index fd4783bc..262a720e 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.1.0 +version: 1.2.0 homepage: https://github.com/fleather-editor/fleather publish_to: none diff --git a/packages/parchment/CHANGELOG.md b/packages/parchment/CHANGELOG.md index 8d423a62..5ad6edac 100644 --- a/packages/parchment/CHANGELOG.md +++ b/packages/parchment/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.2.0 + +* Support for background color +* Added support for inline embeds + ## 1.1.0 * Added indent attribute diff --git a/packages/parchment/pubspec.yaml b/packages/parchment/pubspec.yaml index c8599d16..5a5989a9 100644 --- a/packages/parchment/pubspec.yaml +++ b/packages/parchment/pubspec.yaml @@ -1,6 +1,6 @@ name: parchment description: Platform-agnostic rich text document model based on Delta format and used in Fleather editor. -version: 1.1.0 +version: 1.2.0 homepage: https://github.com/fleather-editor/fleather environment: