Prep v0.17.4 release (#1625)

This commit is contained in:
Justin Starry 2020-10-19 00:12:20 +08:00 committed by GitHub
parent bdaa724b5c
commit 724ac1d481
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 2 deletions

View File

@ -1,5 +1,13 @@
# Changelog
## ✨ **0.17.4** *(2020-10-18)*
#### Changelog
- #### 🛠 Fixes
- Fixed a "call stack exceeded" panic that occurred if a `Component` was updated many times [[@jstarry], [#1624](https://github.com/yewstack/yew/pull/1624)]
## ✨ **0.17.3** *(2020-08-16)*
#### Changelog

View File

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

View File

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