Skip to content

Commit

Permalink
updated changelog and version no
Browse files Browse the repository at this point in the history
  • Loading branch information
Nash0x7E2 committed Oct 20, 2019
1 parent aaa8ef0 commit 0efddc7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file.

## [Changes]

### 2.0.3
- Support for `BehaviorSubject` (Thanks @sinadarvi https://github.com/Nash0x7E2/awesome-flutter-snippets/pull/7)
- Support for `TweenAnimationBuilder`
- Support for `ValueListenableBuilder`
- Fixed various bug fixes and typos

### 2.0.2
- Resolved issue [#6](https://github.com/Nash0x7E2/awesome-flutter-snippets/issues/6)

Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@ At this time, there are no known issues. If you discover a bug or would like to

## Release Notes

### 2.0.3
- Support for `BehaviorSubject` (Thanks @sinadarvi https://github.com/Nash0x7E2/awesome-flutter-snippets/pull/7)
- Support for `TweenAnimationBuilder`
- Support for `ValueListenableBuilder`
- Fixed various bug fixes and typos

### 2.0.2
- Resolved issue [#6](https://github.com/Nash0x7E2/awesome-flutter-snippets/issues/6)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "awesome-flutter-snippets",
"displayName": "Awesome Flutter Snippets",
"description": "Awesome Flutter Snippets is a collection snippets and shortcuts for commonly used Flutter functions and classes",
"version": "2.0.2",
"version": "2.0.3",
"icon": "logo.png",
"publisher": "Nash",
"engines": {
Expand Down

0 comments on commit 0efddc7

Please sign in to comment.