Skip to content

Commit

Permalink
Merge pull request #23 from Frezyx/dev
Browse files Browse the repository at this point in the history
Update version to 0.9.0
  • Loading branch information
Frezyx authored Aug 12, 2022
2 parents a666c6d + a023721 commit 599c14f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.9.0
* **FEAT**: Implement SystemMouseCursors.click for Cell widget
* **FEAT**: Implement hoverColor field for Cell widget

## 0.8.0
* **FEAT**: Implement collapseIcon and extendIcon fields for simple toogle icon customization

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.8.0
sidebarx: ^0.9.0
```
### Add import package
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.8.0"
version: "0.9.0"
sky_engine:
dependency: transitive
description: flutter
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: sidebarx
description: flutter multiplatform navigation sidebar / side navigationbar / drawer widget
version: 0.8.0
version: 0.9.0
homepage: https://github.com/Frezyx/sidebarx

environment:
Expand Down

0 comments on commit 599c14f

Please sign in to comment.