Skip to content

Commit

Permalink
Release v1.0.0-alpha.12
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasWanke committed May 16, 2023
1 parent e5f99e2 commit cd88b99
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
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.11
version: 1.0.0-alpha.12
repository: https://github.com/JonasWanke/timetable
screenshots:
- description: Navigation with synchronized month and week views
Expand Down

0 comments on commit cd88b99

Please sign in to comment.