Skip to content

Commit cd88b99

Browse files
committed
Release v1.0.0-alpha.12
1 parent e5f99e2 commit cd88b99

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,19 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
1717
### 📦 Build & CI
1818
-->
1919

20+
## 1.0.0-alpha.12 · 2023-05-16
21+
22+
### ⚠️ BREAKING CHANGES
23+
* remove `basicEvent.copyWith(…)`'s unused `showOnTop` parameter ([`ff19958`](https://github.com/JonasWanke/timetable/commit/ff1995893e7e85b19fe39f02c17925a9306f7bdc))
24+
25+
### 🐛 Bug Fixes
26+
* handle `didUpdateWidget(…)` in `DatePageView` ([`ab34b71`](https://github.com/JonasWanke/timetable/commit/ab34b71e2a906be8355ac7505d9fd2022314a97f)), closes: [#141](https://github.com/JonasWanke/timetable/issues/141)
27+
28+
### 📦 Build & CI
29+
* 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)!
30+
* widen `intl` support to `>=0.17.0 <0.19.0` ([`90fb56d`](https://github.com/JonasWanke/timetable/commit/90fb56db9a2d75918c292b292cdb3c0db4700260))
31+
32+
2033
## 1.0.0-alpha.11 · 2023-01-24
2134

2235
### ⚠️ BREAKING CHANGES

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ packages:
379379
path: ".."
380380
relative: true
381381
source: path
382-
version: "1.0.0-alpha.11"
382+
version: "1.0.0-alpha.12"
383383
tuple:
384384
dependency: transitive
385385
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: timetable
22
description: Customizable, animated calendar widget including day, week, and month views
3-
version: 1.0.0-alpha.11
3+
version: 1.0.0-alpha.12
44
repository: https://github.com/JonasWanke/timetable
55
screenshots:
66
- description: Navigation with synchronized month and week views

0 commit comments

Comments
 (0)