From 97c9049472635c29da8c0e7663b904097b9d3278 Mon Sep 17 00:00:00 2001 From: Alan Mantoux Date: Sun, 29 Dec 2024 19:03:22 +0100 Subject: [PATCH] Release v1.20.0 (#444) --- packages/fleather/CHANGELOG.md | 5 +++++ packages/fleather/README.md | 2 +- packages/fleather/pubspec.yaml | 4 ++-- packages/parchment/CHANGELOG.md | 6 +++++- packages/parchment/pubspec.yaml | 2 +- 5 files changed, 14 insertions(+), 5 deletions(-) diff --git a/packages/fleather/CHANGELOG.md b/packages/fleather/CHANGELOG.md index 5aa0dd5a..ec8b436d 100644 --- a/packages/fleather/CHANGELOG.md +++ b/packages/fleather/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.20.0 + +* Upgrade to Flutter 3.27 +* Add translations for Dutch and German + ## 1.19.0 * Improve performance when handling long documents diff --git a/packages/fleather/README.md b/packages/fleather/README.md index 3cc60a35..18812c69 100644 --- a/packages/fleather/README.md +++ b/packages/fleather/README.md @@ -28,7 +28,7 @@ Add Fleather to your dependencies. dependencies: flutter: sdk: flutter - fleather: ^1.19.0 + fleather: ^1.20.0 ``` ## Usage diff --git a/packages/fleather/pubspec.yaml b/packages/fleather/pubspec.yaml index 5373c2ea..17c4e80a 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.19.0 +version: 1.20.0 homepage: https://fleather-editor.github.io repository: https://github.com/fleather-editor/fleather issue_tracker: https://github.com/fleather-editor/fleather/issues @@ -26,7 +26,7 @@ dependencies: sdk: flutter collection: ^1.19.0 parchment_delta: ^1.0.0 - parchment: ^1.19.0 + parchment: ^1.20.0 intl: ^0.19.0 dependency_overrides: diff --git a/packages/parchment/CHANGELOG.md b/packages/parchment/CHANGELOG.md index 085d917a..c993989c 100644 --- a/packages/parchment/CHANGELOG.md +++ b/packages/parchment/CHANGELOG.md @@ -1,7 +1,11 @@ +## 1.20.0 + +* Upgrade to Dart 3.6.0 + ## 1.19.0 * Improve performance when handling long documents -* Add support for indentation in blocks in Markdow codec +* Add support for indentation in blocks in Markdown codec ## 1.18.0 diff --git a/packages/parchment/pubspec.yaml b/packages/parchment/pubspec.yaml index 1b59977d..bec8ed87 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.19.0 +version: 1.20.0 homepage: https://fleather-editor.github.io repository: https://github.com/fleather-editor/fleather issue_tracker: https://github.com/fleather-editor/fleather/issues