Skip to content

Commit

Permalink
build: release v1.0.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasWanke committed Jun 9, 2021
1 parent ce687bb commit 35c69af
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
### 📦 Build & CI
-->

## 1.0.0-alpha.1 · 2021-06-09

### 🐛 Bug Fixes
* repaint `NowIndicator` only when its position changes noticeably, ([`c5291d1`](https://github.com/JonasWanke/timetable/commit/1bbac5c9384036a90d77f123daf955b107ac6602)), closes: [#72](https://github.com/JonasWanke/timetable/issues/72)

### 📦 Build & CI
* remove unused <kbd>rxdart</kbd> dependency, ([`c5291d1`](https://github.com/JonasWanke/timetable/commit/33d0118a64405a116f1e8a3c7ccb41c804166cc2)), closes: [#71](https://github.com/JonasWanke/timetable/issues/71)
* upgrade dependencies

## 1.0.0-alpha.0 · 2021-06-06

### ⚠ 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 @@ -342,7 +342,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.0.0-alpha.0"
version: "1.0.0-alpha.1"
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.0
version: 1.0.0-alpha.1
homepage: https://github.com/JonasWanke/timetable

environment:
Expand Down

0 comments on commit 35c69af

Please sign in to comment.