Skip to content

Commit

Permalink
Release v1.0.0-alpha.15
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasWanke committed Feb 3, 2025
1 parent 82f84a4 commit 23b4d1b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

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

## 1.0.0-alpha.15 · 2025-02-03

### 📦 Build & CI

- widen `intl` support to `>=0.17.0 <0.21.0` ([`295615a`](https://github.com/JonasWanke/timetable/commit/295615a8c2b9da35dde6ef96ce4655901e7bdcc7)), closes: [#173](https://github.com/JonasWanke/timetable/issues/173)

## 1.0.0-alpha.14 · 2024-07-24

### 🎉 New Features
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.0.0-alpha.14"
version: "1.0.0-alpha.15"
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.14
version: 1.0.0-alpha.15
repository: https://github.com/JonasWanke/timetable
screenshots:
- description: Navigation with synchronized month and week views
Expand Down

0 comments on commit 23b4d1b

Please sign in to comment.