Skip to content

Commit

Permalink
Prep v0.14.2 release (#1052)
Browse files Browse the repository at this point in the history
  • Loading branch information
jstarry committed Mar 23, 2020
1 parent 033eec8 commit c2dc377
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## **0.14.2** *(2020-03-23)*

- #### 🛠 Fixes

- Fix issue where components were rendered out of order. [[@mrh0057] & [@jstarry], [#1051](https://github.com/yewstack/yew/pull/1051)]
- Reset Select component correctly in Firefox / Edge. [[@kuy], [#987](https://github.com/yewstack/yew/pull/987)]

## **0.14.1** *(2020-03-14)*

- #### 🛠 Fixes
Expand Down Expand Up @@ -766,6 +773,7 @@ This release introduces the concept of an `Agent`. Agents are separate activitie
[@jstarry]: https://github.com/jstarry
[@kakoc]: https://github.com/kakoc
[@kellytk]: https://github.com/kellytk
[@kuy]: https://github.com/kuy
[@leo-lb]: https://github.com/leo-lb
[@lizhaoxian]: https://github.com/lizhaoxian
[@mdtusz]: https://github.com/mdtusz
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yew"
version = "0.14.1"
version = "0.14.2"
edition = "2018"
authors = [
"Denis Kolodin <deniskolodin@gmail.com>",
Expand Down

0 comments on commit c2dc377

Please sign in to comment.