Skip to content

Commit

Permalink
Update package version to 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Frezyx committed Sep 16, 2022
1 parent b2b24b0 commit df616ec
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.12.0
* **FIX** Bug on items position
When a user open and closes the collapsed menu quickly, the position of the items menu becomes wrong in las version

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

## 0.11.0
* **FIX**: AnimationController disposing completed fix

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.11.0
sidebarx: ^0.12.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.11.0"
version: "0.12.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.11.0
version: 0.12.0
homepage: https://github.com/Frezyx/sidebarx

environment:
Expand Down

0 comments on commit df616ec

Please sign in to comment.