Skip to content

Commit 0efddc7

Browse files
committed
updated changelog and version no
1 parent aaa8ef0 commit 0efddc7

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file.
33

44
## [Changes]
55

6+
### 2.0.3
7+
- Support for `BehaviorSubject` (Thanks @sinadarvi https://github.com/Nash0x7E2/awesome-flutter-snippets/pull/7)
8+
- Support for `TweenAnimationBuilder`
9+
- Support for `ValueListenableBuilder`
10+
- Fixed various bug fixes and typos
11+
612
### 2.0.2
713
- Resolved issue [#6](https://github.com/Nash0x7E2/awesome-flutter-snippets/issues/6)
814

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,12 @@ At this time, there are no known issues. If you discover a bug or would like to
5555

5656
## Release Notes
5757

58+
### 2.0.3
59+
- Support for `BehaviorSubject` (Thanks @sinadarvi https://github.com/Nash0x7E2/awesome-flutter-snippets/pull/7)
60+
- Support for `TweenAnimationBuilder`
61+
- Support for `ValueListenableBuilder`
62+
- Fixed various bug fixes and typos
63+
5864
### 2.0.2
5965
- Resolved issue [#6](https://github.com/Nash0x7E2/awesome-flutter-snippets/issues/6)
6066

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "awesome-flutter-snippets",
33
"displayName": "Awesome Flutter Snippets",
44
"description": "Awesome Flutter Snippets is a collection snippets and shortcuts for commonly used Flutter functions and classes",
5-
"version": "2.0.2",
5+
"version": "2.0.3",
66
"icon": "logo.png",
77
"publisher": "Nash",
88
"engines": {

0 commit comments

Comments
 (0)