Skip to content

Commit

Permalink
Merge pull request #32 from Frezyx/dev
Browse files Browse the repository at this point in the history
Release v0.14.0
  • Loading branch information
Frezyx committed Oct 11, 2022
2 parents 0a543ad + 30015ab commit c035d58
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
## 0.14.0
* **FIX** sidebar menu items not occupying the whole height available

## 0.13.0
* **FEAT** Impement footerItems field
This provides adding footer items to the sidebar that are listed just above the expand icon

Thanks for [DavidCatalano](https://github.com/DavidCatalano)
Thanks for [DavidCatalano](https://github.com/DavidCatalano)

## 0.12.0
* **FIX** Bug on items position
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.13.0
sidebarx: ^0.14.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 @@ -101,7 +101,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.13.0"
version: "0.14.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.13.0
version: 0.14.0
homepage: https://github.com/Frezyx/sidebarx

environment:
Expand Down

0 comments on commit c035d58

Please sign in to comment.