Skip to content

Commit

Permalink
Release 1.4.12
Browse files Browse the repository at this point in the history
  • Loading branch information
hyochan committed Apr 15, 2020
1 parent 819bca8 commit 4228ec7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,6 @@
## [1.4.12]
+ Handle issue [#207](https://github.com/dooboolab/flutter_calendar_carousel/issues/207), [#209](https://github.com/dooboolab/flutter_calendar_carousel/issues/209)

## [1.4.11]
+ Add first day of week offset to week builder [#204](https://github.com/dooboolab/flutter_calendar_carousel/pull/204)
## [1.4.10]
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Expand Up @@ -75,7 +75,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.4.11"
version: "1.4.12"
flutter_test:
dependency: "direct dev"
description: flutter
Expand Down
9 changes: 1 addition & 8 deletions pubspec.lock
Expand Up @@ -102,13 +102,6 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "1.6.4"
pedantic:
dependency: transitive
description:
name: pedantic
url: "https://pub.dartlang.org"
source: hosted
version: "1.8.0+1"
petitparser:
dependency: transitive
description:
Expand Down Expand Up @@ -169,7 +162,7 @@ packages:
name: test_api
url: "https://pub.dartlang.org"
source: hosted
version: "0.2.11"
version: "0.2.15"
typed_data:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
@@ -1,6 +1,6 @@
name: flutter_calendar_carousel
description: Calendar widget for flutter that is swipeable. This widget can help you build customizable calendar with scrollable actions.
version: 1.4.11
version: 1.4.12
author: dooboolab<dooboolab@gmail.com>
homepage: https://github.com/dooboolab/flutter_calendar_carousel

Expand Down

0 comments on commit 4228ec7

Please sign in to comment.