Skip to content

Commit

Permalink
Release 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sodax committed Sep 29, 2024
1 parent 25cf689 commit 8ff550d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ exclude = ["examples"]
resolver = "2"

[workspace.package]
version = "0.1.1"
version = "0.1.2"
edition = "2021"
readme = "README.md"
license = "Apache-2.0"
Expand All @@ -30,8 +30,8 @@ repository.workspace = true
description = "Leptos Controls"

[dependencies]
leptos-controls-core = { path = "core", version = "0.1.1" }
leptos-controls-macro = { path = "macro", version = "0.1.1" }
leptos-controls-core = { path = "core", version = "0.1.2" }
leptos-controls-macro = { path = "macro", version = "0.1.2" }

[dev-dependencies]
leptos = { version = "0.6" }
Expand Down
2 changes: 1 addition & 1 deletion macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ proc-macro = true
quote = { version = "1.0" }
darling = { version = "0.20" }
proc-macro2 = { version = "1.0" }
syn = { version = "2.0", features = ["full"] }
syn = { version = "2.0", features = ["full"] }

0 comments on commit 8ff550d

Please sign in to comment.