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 Sep 29, 2023
1 parent 5e823e7 commit 4c3bcdc
Show file tree
Hide file tree
Showing 12 changed files with 23 additions and 23 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/communication_child_to_parent/Cargo.toml
Expand Up @@ -6,4 +6,4 @@ edition = "2021"
license = "MIT OR Apache-2.0"

[dependencies]
yew = { path = "../../packages/yew", features = ["csr"] }
yew = { path = "../../packages/yew", features = ["csr"] }
Expand Up @@ -6,4 +6,4 @@ edition = "2021"
license = "MIT OR Apache-2.0"

[dependencies]
yew = { path = "../../packages/yew", features = ["csr"] }
yew = { path = "../../packages/yew", features = ["csr"] }
2 changes: 1 addition & 1 deletion examples/communication_parent_to_child/Cargo.toml
Expand Up @@ -6,4 +6,4 @@ edition = "2021"
license = "MIT OR Apache-2.0"

[dependencies]
yew = { path = "../../packages/yew", features = ["csr"] }
yew = { path = "../../packages/yew", features = ["csr"] }
2 changes: 1 addition & 1 deletion packages/yew-agent-macro/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "yew-agent-macro"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
rust-version = "1.64.0"
authors = ["Kaede Hoshikawa <futursolo@icloud.com>"]
Expand Down
6 changes: 3 additions & 3 deletions packages/yew-agent/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "yew-agent"
version = "0.2.0"
version = "0.3.0"
authors = ["Hamza <muhammadhamza1311@gmail.com>"]
repository = "https://github.com/yewstack/yew"
homepage = "https://yew.rs"
Expand All @@ -12,12 +12,12 @@ license = "MIT OR Apache-2.0"
rust-version = "1.64.0"

[dependencies]
yew = { version = "0.20.0", path = "../yew" }
yew = { version = "0.21.0", path = "../yew" }
gloo-worker = { version = "0.4", features = ["futures"] }
wasm-bindgen = "0.2"
serde = { version = "1", features = ["derive"] }
futures = "0.3"
yew-agent-macro = { version = "0.1", path = "../yew-agent-macro" }
yew-agent-macro = { version = "0.2", path = "../yew-agent-macro" }

[dev-dependencies]
serde = "1.0.188"
2 changes: 1 addition & 1 deletion packages/yew-macro/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "yew-macro"
version = "0.20.0"
version = "0.21.0"
edition = "2021"
authors = ["Justin Starry <justin@yew.rs>"]
repository = "https://github.com/yewstack/yew"
Expand Down
2 changes: 1 addition & 1 deletion packages/yew-router-macro/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "yew-router-macro"
version = "0.17.0"
version = "0.18.0"
authors = ["Hamza <muhammadhamza1311@gmail.com>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/yew-router/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "yew-router"
version = "0.17.0"
version = "0.18.0"
authors = ["Hamza <muhammadhamza1311@gmail.com>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand All @@ -12,8 +12,8 @@ repository = "https://github.com/yewstack/yew"
rust-version = "1.64.0"

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

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

[dev-dependencies.web-sys]
version = "0.3"
Expand Down
4 changes: 2 additions & 2 deletions packages/yew/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "yew"
version = "0.20.0"
version = "0.21.0"
edition = "2021"
authors = [
"Denis Kolodin <deniskolodin@gmail.com>",
Expand All @@ -23,7 +23,7 @@ indexmap = { version = "2", features = ["std"] }
js-sys = "0.3"
slab = "0.4"
wasm-bindgen = "0.2"
yew-macro = { version = "^0.20.0", path = "../yew-macro" }
yew-macro = { version = "^0.21.0", path = "../yew-macro" }
thiserror = "1.0"
futures = { version = "0.3", default-features = false, features = ["std"] }
html-escape = { version = "0.2.13", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion tools/benchmark-hooks/Cargo.toml
Expand Up @@ -12,7 +12,7 @@ rand = { version = "0.8.5", features = ["small_rng"] }
getrandom = { version = "0.2.10", features = ["js"] }
wasm-bindgen = "0.2.87"
web-sys = { version = "0.3.64", features = ["Window"]}
yew = { version = "0.20.0", features = ["csr"], path = "../../packages/yew" }
yew = { version = "0.21.0", features = ["csr"], path = "../../packages/yew" }

[package.metadata.wasm-pack.profile.release]
wasm-opt = ['-O4']
2 changes: 1 addition & 1 deletion tools/benchmark-struct/Cargo.toml
Expand Up @@ -12,7 +12,7 @@ rand = { version = "0.8.5", features = ["small_rng"] }
getrandom = { version = "0.2.10", features = ["js"] }
wasm-bindgen = "0.2.87"
web-sys = { version = "0.3.64", features = ["Window"]}
yew = { version = "0.20.0", features = ["csr"], path = "../../packages/yew" }
yew = { version = "0.21.0", features = ["csr"], path = "../../packages/yew" }

[package.metadata.wasm-pack.profile.release]
wasm-opt = ['-O4']

0 comments on commit 4c3bcdc

Please sign in to comment.