Skip to content

Commit 4a108b7

Browse files
author
GitHub Action
committed
(cargo-release) version {{crate_name}}-v{{version}}
1 parent 2c09d07 commit 4a108b7

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/yew-agent/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ license = "MIT OR Apache-2.0"
1212
rust-version = "1.84.0"
1313

1414
[dependencies]
15-
yew = { version = "0.22.0", path = "../yew" }
15+
yew = { version = "0.22.1", path = "../yew" }
1616
wasm-bindgen.workspace = true
1717
js-sys.workspace = true
1818
pinned = "0.1.0"

packages/yew-macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "yew-macro"
3-
version = "0.22.0"
3+
version = "0.22.1"
44
edition = "2021"
55
authors = ["Justin Starry <justin@yew.rs>"]
66
repository = "https://github.com/yewstack/yew"

packages/yew-router/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repository = "https://github.com/yewstack/yew"
1212
rust-version = "1.84.0"
1313

1414
[dependencies]
15-
yew = { version = "0.22.0", path = "../yew", default-features= false }
15+
yew = { version = "0.22.1", path = "../yew", default-features= false }
1616
yew-router-macro = { version = "0.19.0", path = "../yew-router-macro" }
1717

1818
wasm-bindgen.workspace = true
@@ -35,7 +35,7 @@ features = [
3535
[dev-dependencies]
3636
wasm-bindgen-test = "0.3"
3737
serde = { workspace = true, features = ["derive"] }
38-
yew = { version = "0.22.0", path = "../yew", features = ["csr"] }
38+
yew = { version = "0.22.1", path = "../yew", features = ["csr"] }
3939

4040
[dev-dependencies.web-sys]
4141
workspace = true

packages/yew/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "yew"
3-
version = "0.22.0"
3+
version = "0.22.1"
44
edition = "2021"
55
authors = [
66
"Denis Kolodin <deniskolodin@gmail.com>",
@@ -23,7 +23,7 @@ indexmap = { version = "2.13", features = ["std"] }
2323
js-sys.workspace = true
2424
slab = "0.4"
2525
wasm-bindgen.workspace = true
26-
yew-macro = { version = "^0.22.0", path = "../yew-macro" }
26+
yew-macro = { version = "^0.22.1", path = "../yew-macro" }
2727
thiserror.workspace = true
2828
futures = { workspace = true, features = ["std"] }
2929
html-escape = { version = "0.2.13", optional = true }

tools/benchmark-hooks/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ rand = { workspace = true, features = ["small_rng"] }
1212
getrandom = { workspace = true }
1313
wasm-bindgen.workspace = true
1414
web-sys = { workspace = true, features = ["Window"]}
15-
yew = { version = "0.22.0", features = ["csr"], path = "../../packages/yew" }
15+
yew = { version = "0.22.1", features = ["csr"], path = "../../packages/yew" }
1616

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

tools/benchmark-struct/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ rand = { workspace = true, features = ["small_rng"] }
1212
getrandom = { workspace = true }
1313
wasm-bindgen.workspace = true
1414
web-sys = { workspace = true, features = ["Window"]}
15-
yew = { version = "0.22.0", features = ["csr"], path = "../../packages/yew" }
15+
yew = { version = "0.22.1", features = ["csr"], path = "../../packages/yew" }
1616

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

0 commit comments

Comments
 (0)