Skip to content

Commit

Permalink
Prep release for v0.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jstarry committed Jul 1, 2020
1 parent bb6ca01 commit 563d66b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## **0.17.1** *(2020-07-01)*

- #### 🛠 Fixes

- Fixed regression where component `rendered` lifecycle method was called before children components finish rendering. [[@jstarry], [#1360](https://github.com/yewstack/yew/pull/1360)]

#### Changelog

## **0.17.0** *(2020-06-29)*

#### Changelog
Expand Down
2 changes: 1 addition & 1 deletion yew-stdweb/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yew-stdweb"
version = "0.17.0"
version = "0.17.1"
edition = "2018"
authors = [
"Denis Kolodin <deniskolodin@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion yew/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yew"
version = "0.17.0"
version = "0.17.1"
edition = "2018"
authors = [
"Denis Kolodin <deniskolodin@gmail.com>",
Expand Down

0 comments on commit 563d66b

Please sign in to comment.