Skip to content

Commit

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

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

### 🐛 Bug Fixes
* avoid "Unsupported operation: Infinity or NaN toInt" during time scale gesture ([`82abaa5`](https://github.com/JonasWanke/timetable/commit/82abaa5e2c745a5d2869fd7f41628f5fb63911ca)), closes: [#92](https://github.com/JonasWanke/timetable/issues/92)
* avoid showing superfluous dates when `maxDate` is set in `VisibleDateRange.days` ([`e864409`](https://github.com/JonasWanke/timetable/commit/e86440978babea5c5c5e9b870772359f8bea452f)), closes: [#93](https://github.com/JonasWanke/timetable/issues/93)

## 1.0.0-alpha.3 · 2021-08-02

### 🎉 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.3"
version: "1.0.0-alpha.4"
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.3
version: 1.0.0-alpha.4
homepage: https://github.com/JonasWanke/timetable

environment:
Expand Down

0 comments on commit 4b1af92

Please sign in to comment.