From 443f27d83b700efed40abce9ce3989ebbd5d4ec9 Mon Sep 17 00:00:00 2001 From: Jonas Wanke Date: Wed, 8 Jun 2022 13:24:29 +0200 Subject: [PATCH] Release v1.0.0-alpha.8 --- CHANGELOG.md | 8 ++++++++ example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fd9ff1..c0977cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/example/pubspec.lock b/example/pubspec.lock index a1a37b5..6540e8f 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -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: diff --git a/pubspec.yaml b/pubspec.yaml index f4adeff..665dcaa 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.7 +version: 1.0.0-alpha.8 homepage: https://github.com/JonasWanke/timetable environment: