From f0e652b120777954baf67aafba698223de17027f Mon Sep 17 00:00:00 2001 From: Jonas Wanke Date: Wed, 29 Sep 2021 12:23:55 +0200 Subject: [PATCH] feat: release v1.0.0-alpha.6 --- CHANGELOG.md | 9 +++++++++ example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52b7dbc..be2f01c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,15 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ### ๐Ÿ“ฆ Build & CI --> +## 1.0.0-alpha.6 ยท 2021-09-29 + +### ๐ŸŽ‰ New Features +* add Hungarian localization ([#112](https://github.com/JonasWanke/timetable/pull/112)). Thanks to [@bmxbandita](https://github.com/bmxbandita)! + +### ๐Ÿ› Bug Fixes +* show missing dates in `MonthWidget` and `MonthPageView` ([`0937dea`](https://github.com/JonasWanke/timetable/commit/0937dea588ab85747762507530f443eea9effd8f)), closes: [#101](https://github.com/JonasWanke/timetable/issues/101) +* support the new `computeHitSlop(โ€ฆ)` ([`f7bf2c0`](https://github.com/JonasWanke/timetable/commit/f7bf2c00efb63a1214868a05e3cff9e992c1bfed)), closes: [#105](https://github.com/JonasWanke/timetable/issues/105) + ## 1.0.0-alpha.5 ยท 2021-08-07 ### ๐ŸŽ‰ New Features diff --git a/example/pubspec.lock b/example/pubspec.lock index 934fc52..eaf9225 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -342,7 +342,7 @@ packages: path: ".." relative: true source: path - version: "1.0.0-alpha.5" + version: "1.0.0-alpha.6" tuple: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 627ef38..fd1b956 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: timetable description: '๐Ÿ“… Customizable, animated calendar widget including day, week, and month views' -version: 1.0.0-alpha.5 +version: 1.0.0-alpha.6 homepage: https://github.com/JonasWanke/timetable environment: