Skip to content

Commit

Permalink
formatting changes, v2.0.0+1
Browse files Browse the repository at this point in the history
  • Loading branch information
akshathjain committed Apr 27, 2021
1 parent 3f0c602 commit 466d2f5
Show file tree
Hide file tree
Showing 6 changed files with 151 additions and 155 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.0.0+1] - [April 26, 2021]
### Features
- Formatted code according to dartfmt

### Documentation
- Updated documentation to reflect new features and fixes

## [2.0.0] - [April 26, 2021]
### Features
- Addressed issue #223,#240 - Added null safety support
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ A draggable Flutter widget that makes implementing a SlidingUpPanel much easier!
Add the following to your `pubspec.yaml` file:
```yaml
dependencies:
sliding_up_panel: ^2.0.0
sliding_up_panel: ^2.0.0+1
```
Note that `v1.0.0` introduced some breaking changes outlined [below](#breaking-changes).

Expand Down
Loading

0 comments on commit 466d2f5

Please sign in to comment.