Skip to content

Commit

Permalink
Merge pull request santa112358#11 from santa112358/update_version_to_…
Browse files Browse the repository at this point in the history
…v0.1.2

update version
  • Loading branch information
santa112358 authored Sep 22, 2020
2 parents 7f8c8fc + 5032174 commit 17f1745
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.1.2
* Fix the logic and structure to show visible days on current page.

## 0.1.1+1
* Fix system to show monthName

Expand Down
1 change: 0 additions & 1 deletion lib/src/cell_calendar.dart
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ class _CalendarPage extends StatelessWidget {
@override
Widget build(BuildContext context) {
final days = _getCurrentDays(visiblePageDate);
print(days);
return Column(
children: [
DaysOfTheWeek(),
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: cell_calendar
description: Modern calendar widget with useful features. Enables to develop well designed calendar in a moment. Inspired by the UI of Google calendar.
version: 0.1.1+1
version: 0.1.2
author: Santa Takahashi
homepage: https://github.com/santa112358/cell_calendar

Expand Down

0 comments on commit 17f1745

Please sign in to comment.