Skip to content

Commit

Permalink
Prepare 2.1.0+1 to Pub
Browse files Browse the repository at this point in the history
  • Loading branch information
tneotia committed May 11, 2021
1 parent 14bc994 commit bf6e21c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## [2.1.0+1] - 2021-05-11
* Hotfix for `copyWith` not defined for `ScrollBehavior` in v2.1.0

## [2.1.0] - 2021-05-10
* Fixed `setState` and `Stream.first` error on page dispose
* Fixed height adjustment not working
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ More is on the way! File a feature request or contribute to the project if you'd

## Setup

Add `html_editor_enhanced: ^2.1.0` as dependency to your pubspec.yaml.
Add `html_editor_enhanced: ^2.1.0+1` as dependency to your pubspec.yaml.

Additional setup is required on iOS to allow the user to pick files from storage. See [here](https://github.com/miguelpruivo/flutter_file_picker/wiki/Setup#--ios) for more details.

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: html_editor_enhanced
description: HTML rich text editor for Android, iOS, and Web, using the Summernote library.
Enhanced with highly customizable widget-based controls, bug fixes, callbacks, dark mode, and more.
version: 2.1.0
version: 2.1.0+1
homepage: https://github.com/tneotia/html-editor-enhanced

environment:
Expand Down

0 comments on commit bf6e21c

Please sign in to comment.