diff --git a/packages/fleather/CHANGELOG.md b/packages/fleather/CHANGELOG.md index e5ffb619..feffecc9 100644 --- a/packages/fleather/CHANGELOG.md +++ b/packages/fleather/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.3.1 + +* [Fix] Incorrect style behaviour when toggling formats + ## 1.3.0 * Support document history (undo/redo) diff --git a/packages/fleather/pubspec.yaml b/packages/fleather/pubspec.yaml index 06aa62f4..6bd19079 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.3.0 +version: 1.3.1 homepage: https://github.com/fleather-editor/fleather publish_to: none diff --git a/packages/parchment/CHANGELOG.md b/packages/parchment/CHANGELOG.md index 0ba47cf7..7a8c2724 100644 --- a/packages/parchment/CHANGELOG.md +++ b/packages/parchment/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.3.1 + +* HTML codec +* Markdown codec + ## 1.2.1 * [Fix] new line after inline embed insertion diff --git a/packages/parchment/pubspec.yaml b/packages/parchment/pubspec.yaml index 00a79cb4..761d83cf 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.3.0 +version: 1.3.1 homepage: https://github.com/fleather-editor/fleather environment: