Skip to content

Commit

Permalink
feat: release v1.0.0-alpha.6
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasWanke committed Sep 29, 2021
1 parent 2a4ae41 commit f0e652b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
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: 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:
Expand Down

0 comments on commit f0e652b

Please sign in to comment.