Skip to content

Commit

Permalink
feat: release v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasWanke committed May 6, 2020
1 parent 6815f15 commit 7a1f01c
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 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.1.2"
version: "0.1.3"
categorization:
component:
values:
Expand Down
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,16 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
### 📦 Build & CI
-->

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


## [0.1.2](https://github.com/JonasWanke/timetable/compare/v0.1.1...v0.1.2) · 2020-05-04
## [0.1.3](https://github.com/JonasWanke/timetable/compare/v0.1.2...v0.1.3) · 2020-05-06

### 🐛 Bug Fixes
- fix time zooming & add testing ([#3](https://github.com/JonasWanke/timetable/pull/3))


## [0.1.2](https://github.com/JonasWanke/timetable/compare/v0.1.1...v0.1.2) · 2020-05-05

### 🎉 New Features
- add `TimetableController.initialTimeRange`, closes: [#1](https://github.com/JonasWanke/timetable/issues/1)
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.1.2"
version: "0.1.3"
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.1.2
version: 0.1.3

environment:
sdk: ">=2.1.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.1.2
version: 0.1.3
homepage: https://github.com/JonasWanke/timetable

environment:
Expand Down

0 comments on commit 7a1f01c

Please sign in to comment.