Skip to content

Commit

Permalink
percy-dom 0.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
chinedufn committed Jun 3, 2024
1 parent 301d609 commit e8a1933
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crates/html-macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "html-macro"
version = "0.2.2"
version = "0.2.3"
description = "html macro"
authors = ["Chinedu Francis Nwafili <[email protected]>"]
keywords = ["virtual", "dom", "wasm", "assembly", "webassembly"]
Expand Down
4 changes: 2 additions & 2 deletions crates/percy-dom/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "percy-dom"
version = "0.9.6"
version = "0.9.7"
authors = ["Chinedu Francis Nwafili <[email protected]>"]
description = "A standalone Virtual DOM creation, diffing and patching implementation"
keywords = ["virtual", "dom", "wasm", "assembly", "webassembly"]
Expand All @@ -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.2"}
html-macro = { optional = true, path = "../html-macro", version = "0.2.3" }

[dependencies.web-sys]
version = "0.3"
Expand Down

0 comments on commit e8a1933

Please sign in to comment.