Prep release for v0.17.1

This commit is contained in:
Justin Starry 2020-07-01 21:53:18 +08:00 committed by Justin Starry
parent bb6ca01e96
commit 563d66ba47
3 changed files with 10 additions and 2 deletions

View File

@ -1,5 +1,13 @@
# Changelog # 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)* ## ✨ **0.17.0** *(2020-06-29)*
#### Changelog #### Changelog

View File

@ -1,6 +1,6 @@
[package] [package]
name = "yew-stdweb" name = "yew-stdweb"
version = "0.17.0" version = "0.17.1"
edition = "2018" edition = "2018"
authors = [ authors = [
"Denis Kolodin <deniskolodin@gmail.com>", "Denis Kolodin <deniskolodin@gmail.com>",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "yew" name = "yew"
version = "0.17.0" version = "0.17.1"
edition = "2018" edition = "2018"
authors = [ authors = [
"Denis Kolodin <deniskolodin@gmail.com>", "Denis Kolodin <deniskolodin@gmail.com>",