Skip to content

Commit

Permalink
feat: release v0.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasWanke committed Sep 18, 2020
1 parent a56e0ac commit 93285cf
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .unicorn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: "timetable"
description: "📅 Customizable, animated calendar widget including day, week and month views"
homepage: "https://github.com/JonasWanke/timetable"
license: "apache-2.0"
version: "0.2.7"
version: "0.2.8"
categorization:
component:
values:
Expand Down
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,13 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
### 📦 Build & CI
-->

## [Unreleased](https://github.com/JonasWanke/timetable/compare/v0.2.7...master)
## [Unreleased](https://github.com/JonasWanke/timetable/compare/v0.2.8...master)


## [0.2.8](https://github.com/JonasWanke/timetable/compare/v0.2.7...v0.2.8) · 2020-09-18

### 🐛 Bug Fixes
- Allow full-height `leadingHeaderBuilder`s ([#50](https://github.com/JonasWanke/timetable/pull/50)), closes: [#49](https://github.com/JonasWanke/timetable/issues/49)


## [0.2.7](https://github.com/JonasWanke/timetable/compare/v0.2.6...v0.2.7) · 2020-09-02
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.2.7"
version: "0.2.8"
typed_data:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: timetable_example
description: A simple example app for the timetable package
version: 0.2.7
version: 0.2.9

environment:
sdk: ">=2.7.0 <3.0.0"
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 views"
version: 0.2.7
version: 0.2.8
homepage: https://github.com/JonasWanke/timetable

environment:
Expand Down

0 comments on commit 93285cf

Please sign in to comment.