Skip to content

Commit

Permalink
(cargo-release) version {{crate_name}}-v{{version}}
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Action committed Nov 25, 2022
1 parent b8ce0ff commit aa21702
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/yew-agent/Cargo.toml
Expand Up @@ -8,7 +8,7 @@ description = "Agents for Yew"
license = "MIT OR Apache-2.0"

[dependencies]
yew = { version = "0.19.3", path = "../yew" }
yew = { version = "0.20.0", path = "../yew" }
gloo-worker = "0.1"

[dev-dependencies]
Expand Down
4 changes: 2 additions & 2 deletions packages/yew-router/Cargo.toml
Expand Up @@ -12,7 +12,7 @@ repository = "https://github.com/yewstack/yew"
rust-version = "1.60.0"

[dependencies]
yew = { version = "0.19.3", path = "../yew", default-features= false }
yew = { version = "0.20.0", path = "../yew", default-features= false }
yew-router-macro = { version = "0.16.0", path = "../yew-router-macro" }

wasm-bindgen = "0.2"
Expand All @@ -34,7 +34,7 @@ features = [
[dev-dependencies]
wasm-bindgen-test = "0.3"
serde = { version = "1", features = ["derive"] }
yew = { version = "0.19.3", path = "../yew", features = ["csr"] }
yew = { version = "0.20.0", path = "../yew", features = ["csr"] }

[dev-dependencies.web-sys]
version = "0.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/yew/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "yew"
version = "0.19.3"
version = "0.20.0"
edition = "2021"
authors = [
"Denis Kolodin <deniskolodin@gmail.com>",
Expand Down

0 comments on commit aa21702

Please sign in to comment.