mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
Bump yew from 0.10 to 0.10.1 (#737)
This commit is contained in:
parent
6bc6a301de
commit
7c959a5396
@ -1,5 +1,7 @@
|
||||
# Changelog
|
||||
|
||||
## ✨ **0.10.1** *(TBD)*
|
||||
|
||||
## ✨ **0.10** *(2019-11-11)*
|
||||
|
||||
- #### ⚡️ Features
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user