From a214cce7fca2d36712f51ccfebe2b4d701bf07c7 Mon Sep 17 00:00:00 2001 From: Chinedu Francis Nwafili Date: Mon, 3 Jun 2024 14:23:03 -0400 Subject: [PATCH] percy-dom = "0.9.8" --- crates/html-macro/Cargo.toml | 2 +- crates/percy-dom/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/crates/html-macro/Cargo.toml b/crates/html-macro/Cargo.toml index 25851734..67306b12 100644 --- a/crates/html-macro/Cargo.toml +++ b/crates/html-macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "html-macro" -version = "0.2.3" +version = "0.2.4" description = "html macro" authors = ["Chinedu Francis Nwafili "] keywords = ["virtual", "dom", "wasm", "assembly", "webassembly"] diff --git a/crates/percy-dom/Cargo.toml b/crates/percy-dom/Cargo.toml index e6706d43..d9ffb777 100644 --- a/crates/percy-dom/Cargo.toml +++ b/crates/percy-dom/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "percy-dom" -version = "0.9.7" +version = "0.9.8" authors = ["Chinedu Francis Nwafili "] description = "A standalone Virtual DOM creation, diffing and patching implementation" keywords = ["virtual", "dom", "wasm", "assembly", "webassembly"] @@ -19,7 +19,7 @@ virtual-node = { path = "../virtual-node", version = "0.5.0" } wasm-bindgen = "0.2.33" # Optional dependencies -html-macro = { optional = true, path = "../html-macro", version = "0.2.3" } +html-macro = { optional = true, path = "../html-macro", version = "0.2.4" } [dependencies.web-sys] version = "0.3"