Skip to content

Commit

Permalink
Release v1.14.0+1 (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
Amir-P authored Jan 27, 2024
1 parent 5ef97c8 commit 83ecf5e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/fleather/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.14.0
## 1.14.0+1

* Add `ClipboardManager` which can be used to implement rich clipboard
* Use overlay entries to prevent focus loss when selection color or heading in default toolbar
Expand Down
2 changes: 1 addition & 1 deletion packages/fleather/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Add Fleather to your dependencies.
dependencies:
flutter:
sdk: flutter
fleather: ^1.14.0
fleather: ^1.14.0+1
```
## Usage
Expand Down
4 changes: 2 additions & 2 deletions packages/fleather/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: fleather
description: Clean, minimalistic and collaboration-ready rich text editor for Flutter.
version: 1.14.0
version: 1.14.0+1
homepage: https://fleather-editor.github.io
repository: https://github.com/fleather-editor/fleather
issue_tracker: https://github.com/fleather-editor/fleather/issues
Expand All @@ -22,7 +22,7 @@ dependencies:
collection: ^1.16.0
parchment_delta: ^1.0.0
intl: ^0.19.0
parchment: ^1.13.0
parchment: ^1.14.0

dependency_overrides:
parchment:
Expand Down
2 changes: 1 addition & 1 deletion packages/parchment/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.13.0
## 1.14.0

* Replace quill_delta package with parchment_delta

Expand Down

0 comments on commit 83ecf5e

Please sign in to comment.