Skip to content

Commit

Permalink
Merge branch '31__yew_0.21'
Browse files Browse the repository at this point in the history
  • Loading branch information
isosphere committed Oct 3, 2023
2 parents 0bf7d58 + f0ccdd7 commit 26e5f48
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions examples/basics/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "basics"
version = "0.1.0"
version = "0.2.0"
authors = ["Matthew Scheffel <matt@dataheck.com>", "Foorack <max@foorack.com>"]
edition = "2021"
license = "MIT"

[dependencies]
yew = { version = "0.20", features = ["csr"] }
yew = { version = "0.21", features = ["csr"] }
yew-bootstrap = { path = "../../packages/yew-bootstrap" }
6 changes: 3 additions & 3 deletions examples/forms/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "forms"
version = "0.1.0"
version = "0.2.0"
authors = ["Cédric Airaud <cairaud@gmail.com>"]
edition = "2021"
license = "MIT"

[dependencies]
wasm-bindgen = "0.2.*"
web-sys = { version = "0.3.*", features = ["HtmlTextAreaElement", "HtmlSelectElement"] }
yew = { version = "0.20", features = ["csr"] }
yew = { version = "0.21", features = ["csr"] }
yew-bootstrap = { path = "../../packages/yew-bootstrap" }
gloo-console = "0.2"
gloo-console = "0.3.0"
4 changes: 2 additions & 2 deletions packages/yew-bootstrap/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yew-bootstrap"
version = "0.5.18"
version = "0.6.0-alpha"
authors = ["Matthew Scheffel <matt@dataheck.com>", "Foorack <max@foorack.com>"]
edition = "2021"
license = "MIT"
Expand All @@ -17,7 +17,7 @@ crate-type = ["rlib", "cdylib"]
name = "yew_bootstrap"

[dependencies]
yew = { version = "0.20", features = ["csr"] }
yew = { version = "0.21", features = ["csr"] }
log = "0.4"

[dev-dependencies]
Expand Down

0 comments on commit 26e5f48

Please sign in to comment.