Skip to content

Commit

Permalink
Release 1.0.0-alpha.14
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasWanke committed Jul 24, 2024
1 parent 07bd88c commit 61ff17d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm


<!-- Template:
## NEW · 2023-xx-xx
## NEW · 2024-xx-xx
### ⚠️ BREAKING CHANGES
### 🎉 New Features
Expand All @@ -17,6 +17,18 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
### 📦 Build & CI
-->

## 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
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
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.13
version: 1.0.0-alpha.14
repository: https://github.com/JonasWanke/timetable
screenshots:
- description: Navigation with synchronized month and week views
Expand Down

0 comments on commit 61ff17d

Please sign in to comment.