Skip to content

Commit

Permalink
feat: release v1.0.0-alpha.5
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasWanke committed Aug 7, 2021
1 parent be77146 commit 9405c9c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,16 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
### 📦 Build & CI
-->

## 1.0.0-alpha.5 · 2021-08-07

### 🎉 New Features
* add French and Portuguese localization ([#94](https://github.com/JonasWanke/timetable/pull/94)). Thanks to [@simo9900](https://github.com/simo9900)!
* add `timeRange.maxDuration` ([`be77146`](https://github.com/JonasWanke/timetable/commit/be7714630d40ad1a5cee4293a8ea1eb400b18216)), closes: [#95](https://github.com/JonasWanke/timetable/issues/95)
* add `timetableLocalizationsDelegate.fallbackLocale` ([`b65fa1b`](https://github.com/JonasWanke/timetable/commit/b65fa1b068610308e44a615cf3ec1f206dd91a5e))

### 🐛 Bug Fixes
* keep `TimeZoom`'s position after layout change ([`0beaf7d`](https://github.com/JonasWanke/timetable/commit/0beaf7d4b868712b967ca44e8525d4e31bf3c5c8)), closes: [#78](https://github.com/JonasWanke/timetable/issues/78)

## 1.0.0-alpha.4 · 2021-08-06

### 🐛 Bug Fixes
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.4"
version: "1.0.0-alpha.5"
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.4
version: 1.0.0-alpha.5
homepage: https://github.com/JonasWanke/timetable

environment:
Expand Down

0 comments on commit 9405c9c

Please sign in to comment.