From 61ff17dadc1a93fcaaccaec01357d94fb1c17aca Mon Sep 17 00:00:00 2001 From: Jonas Wanke Date: Wed, 24 Jul 2024 21:04:42 +0200 Subject: [PATCH] Release 1.0.0-alpha.14 --- CHANGELOG.md | 14 +++++++++++++- example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf896c6..ed676dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm +## 1.0.0-alpha.14 · 2024-07-24 + +### 🎉 New Features +* add `key` parameter to all public widgets ([`aa72a76`](https://github.com/JonasWanke/timetable/commit/aa72a76372ff0c1598331a5fa0d78150d60dde51)) + +### ⚡ Changes +* migrate from `colorScheme.background` to `.surface`, `.onBackground` to `.onSurface` ([`41d27d2`](https://github.com/JonasWanke/timetable/commit/41d27d29524f64a2328fb5a45c175065931efb7a)) +* mark `…Style` classes as `@immutable` ([`df6aef7`](https://github.com/JonasWanke/timetable/commit/df6aef7a944594ae498e68220a406c5b040f767d)) + +### 📦 Build & CI +* widen `intl` support to `>=0.17.0 <0.20.0` ([#166](https://github.com/JonasWanke/timetable/pull/166)), closes: [#159](https://github.com/JonasWanke/timetable/issues/159). Thanks to [@MasterHiei](https://github.com/MasterHiei)! + ## 1.0.0-alpha.13 · 2023-05-30 ### 📦 Build & CI diff --git a/example/pubspec.lock b/example/pubspec.lock index 47728e5..60b8114 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -590,7 +590,7 @@ packages: path: ".." relative: true source: path - version: "1.0.0-alpha.13" + version: "1.0.0-alpha.14" todo: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 5874f4c..6812b06 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.13 +version: 1.0.0-alpha.14 repository: https://github.com/JonasWanke/timetable screenshots: - description: Navigation with synchronized month and week views