Skip to content

Commit

Permalink
Publish 0.16.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
Frezyx committed Jun 13, 2023
1 parent edc44b7 commit 192f8cf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.16.0
* **FIX** Add **hoverTextStyle** property

Thanks to [MaurizioSodano](https://github.com/MaurizioSodano)

## 0.15.0
* **FIX** clicking on a blank area does not respond

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Follow these steps to use this package

```yaml
dependencies:
sidebarx: ^0.14.0
sidebarx: ^0.16.0
```

### Add import package
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: sidebarx
description: flutter multiplatform navigation sidebar / side navigationbar / drawer widget
version: 0.15.0
version: 0.16.0
homepage: https://github.com/Frezyx/sidebarx

environment:
sdk: ">=2.15.0 <3.0.0"
sdk: ">=2.15.0 <4.0.0"
flutter: ">=1.17.0"

dependencies:
Expand Down

0 comments on commit 192f8cf

Please sign in to comment.