Skip to content

Commit

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

## 1.0.0-alpha.8 · 2022-06-08

### ⚠️ BREAKING CHANGES
* `DatePageValue.date` now rounds the raw page value instead of flooring it ([`9d17622`](https://github.com/JonasWanke/timetable/commit/9d17622c5e13294232e6e17255caf734330f0937))

### 📦 Build & CI
* update to Flutter 3 ([#122](https://github.com/JonasWanke/timetable/pull/122)). Thanks to [@ThexXTURBOXx](https://github.com/ThexXTURBOXx)!

## 1.0.0-alpha.7 · 2022-04-23

### 🎉 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 @@ -363,7 +363,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.0.0-alpha.7"
version: "1.0.0-alpha.8"
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.7
version: 1.0.0-alpha.8
homepage: https://github.com/JonasWanke/timetable

environment:
Expand Down

0 comments on commit 443f27d

Please sign in to comment.