Skip to content

Commit

Permalink
Release version 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksanderwozniak committed Dec 10, 2020
1 parent 1b2f89d commit b839da1
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 @@
## [2.3.2]

* Added previousPage and nextPage methods to CalendarController

## [2.3.1]

* Added chevron visibility properties to HeaderStyle
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Add to pubspec.yaml:

```yaml
dependencies:
table_calendar: ^2.3.1
table_calendar: ^2.3.2
```
Then import it to your project:
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ packages:
path: ".."
relative: true
source: path
version: "2.3.1"
version: "2.3.2"
term_glyph:
dependency: transitive
description:
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: table_calendar
description: Highly customizable, feature-packed Flutter Calendar with gestures, animations and multiple formats.
version: 2.3.1
version: 2.3.2
author: Aleksander Woźniak <[email protected]>
homepage: https://github.com/aleksanderwozniak/table_calendar

Expand Down

0 comments on commit b839da1

Please sign in to comment.