Bump yew from 0.10 to 0.10.1 (#737)

This commit is contained in:
Justin Starry 2019-11-11 00:58:44 -05:00 committed by GitHub
parent 6bc6a301de
commit 7c959a5396
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 3 deletions

View File

@ -1,5 +1,7 @@
# Changelog
## ✨ **0.10.1** *(TBD)*
## ✨ **0.10** *(2019-11-11)*
- #### ⚡️ Features

View File

@ -1,6 +1,6 @@
[package]
name = "yew"
version = "0.10.0"
version = "0.10.1"
edition = "2018"
authors = [
"Denis Kolodin <deniskolodin@gmail.com>",
@ -35,7 +35,7 @@ serde_yaml = { version = "0.8.3", optional = true }
slab = "0.4"
stdweb = "0.4.20"
toml = { version = "0.4", optional = true }
yew-macro = { version = "0.10.0", path = "crates/macro" }
yew-macro = { version = "0.10.1", path = "crates/macro" }
[target.'cfg(all(target_arch = "wasm32", not(cargo_web)))'.dependencies]
wasm-bindgen = "0.2.54"

View File

@ -1,6 +1,6 @@
[package]
name = "yew-macro"
version = "0.10.0"
version = "0.10.1"
edition = "2018"
authors = ["Justin Starry <justin.starry@icloud.com>"]
repository = "https://github.com/yewstack/yew"