From cd88b990a5ca7e31c19a4b5971dc88147a7faa4e Mon Sep 17 00:00:00 2001 From: Jonas Wanke Date: Tue, 16 May 2023 11:30:15 +0200 Subject: [PATCH] Release v1.0.0-alpha.12 --- CHANGELOG.md | 13 +++++++++++++ example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7229ddb..befa795 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,19 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ### 📦 Build & CI --> +## 1.0.0-alpha.12 · 2023-05-16 + +### ⚠️ BREAKING CHANGES +* remove `basicEvent.copyWith(…)`'s unused `showOnTop` parameter ([`ff19958`](https://github.com/JonasWanke/timetable/commit/ff1995893e7e85b19fe39f02c17925a9306f7bdc)) + +### 🐛 Bug Fixes +* handle `didUpdateWidget(…)` in `DatePageView` ([`ab34b71`](https://github.com/JonasWanke/timetable/commit/ab34b71e2a906be8355ac7505d9fd2022314a97f)), closes: [#141](https://github.com/JonasWanke/timetable/issues/141) + +### 📦 Build & CI +* update `intl` to `^0.18.0` ([#122](https://github.com/JonasWanke/timetable/pull/137)), closes: [#136](https://github.com/JonasWanke/timetable/issues/136). Thanks to [@TatsuUkraine](https://github.com/TatsuUkraine)! +* widen `intl` support to `>=0.17.0 <0.19.0` ([`90fb56d`](https://github.com/JonasWanke/timetable/commit/90fb56db9a2d75918c292b292cdb3c0db4700260)) + + ## 1.0.0-alpha.11 · 2023-01-24 ### ⚠️ BREAKING CHANGES diff --git a/example/pubspec.lock b/example/pubspec.lock index aa200e4..d224793 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -379,7 +379,7 @@ packages: path: ".." relative: true source: path - version: "1.0.0-alpha.11" + version: "1.0.0-alpha.12" tuple: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index b8fa4a0..e1cbf19 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.11 +version: 1.0.0-alpha.12 repository: https://github.com/JonasWanke/timetable screenshots: - description: Navigation with synchronized month and week views