Skip to content

Commit

Permalink
Bump version to v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FriesI23 committed Mar 23, 2023
1 parent 3f91976 commit 3458310
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.1.0

- Change functional widgets to stateless widgets, see [here](https://github.com/flutter/flutter/issues/19269#issuecomment-562945713)
- Fix monthLabel sync issue during scrolling
- Refactor some code

## 0.0.3

- Add `valueBuilder` to the build method of `childBuilder` in `cellBuilder`
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: simple_heatmap_calendar
description: A powerful and easy-to-use flutter heatmap calendar package
version: 0.0.3
version: 0.1.0
homepage: https://github.com/FriesI23/simple_heatmap_calendar

environment:
Expand Down

0 comments on commit 3458310

Please sign in to comment.