Skip to content

Commit

Permalink
Merge pull request #72 from awhitford/prep195
Browse files Browse the repository at this point in the history
Prepare for 1.9.5 release
  • Loading branch information
awhitford authored Dec 8, 2020
2 parents de23cb6 + d65cda4 commit 6a41d8b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [1.9.5] - 08-Dec-2020

- Fixed bug where `FocusNode` was not being properly disposed.
- Applied `pedantic` rules and cleaned up code.
- Improved type safety.
- Removed unused `AlwaysDisabledFocusNode` class.
- Added Continuous Integration and Code Coverage analysis.
- Builds against stable, beta, and dev channels.
- Regenerated `example` app.

## [1.9.4] - 05-Sept-2020
* Fix bug where first chip disappears, replaced with typed character. Fixes #34

Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: flutter_chips_input
description: Flutter library for building input fields with InputChips as input options.
version: 1.9.4
version: 1.9.5
homepage: https://github.com/danvick/flutter_chips_input

environment:
sdk: ">=2.6.0 <3.0.0"
sdk: ">=2.7.0 <3.0.0"

dependencies:
flutter:
Expand Down

0 comments on commit 6a41d8b

Please sign in to comment.