Skip to content

Commit

Permalink
🔖 Release package v0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAlphamerc committed Feb 20, 2021
1 parent e100012 commit cbf4595
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## [0.0.7] - 20 Feb 2021
* Update readme.md

## [0.0.6] - 20 Feb 2021
* Convert filter list package to generic list filter package
* `allTextList` changed to `listData`
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Package designed to select multiple items from a list, with the option to filter
```yaml

dependencies:
filter_list: ^0.0.5
filter_list: ^0.0.6

```

Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.0.5"
version: "0.0.7"
flutter:
dependency: "direct main"
description: flutter
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: filter_list
description: filterList is a flutter plugin created to filter data from list.
version: 0.0.5
description: filterList is a flutter packageflutter created to filter data from list of dynamic items.
version: 0.0.7
homepage: https://github.com/TheAlphamerc/flutter_plugin_filter_list

environment:
Expand Down

0 comments on commit cbf4595

Please sign in to comment.