mirror of
https://github.com/adoyle0/thaw.git
synced 2025-01-22 22:09:22 -05:00
v0.4.0-beta
This commit is contained in:
parent
1e17565114
commit
cfe4804046
5 changed files with 8 additions and 8 deletions
|
@ -11,10 +11,10 @@ members = [
|
|||
exclude = ["examples"]
|
||||
|
||||
[workspace.dependencies]
|
||||
thaw = { version = "0.4.0-alpha", path = "./thaw" }
|
||||
thaw_components = { version = "0.2.0-alpha", path = "./thaw_components" }
|
||||
thaw_macro = { version = "0.1.0-alpha", path = "./thaw_macro" }
|
||||
thaw_utils = { version = "0.1.0-alpha", path = "./thaw_utils" }
|
||||
thaw = { version = "0.4.0-beta", path = "./thaw" }
|
||||
thaw_components = { version = "0.2.0-beta", path = "./thaw_components" }
|
||||
thaw_macro = { version = "0.1.0-beta", path = "./thaw_macro" }
|
||||
thaw_utils = { version = "0.1.0-beta", path = "./thaw_utils" }
|
||||
|
||||
leptos = { version = "0.7.0-beta2" }
|
||||
leptos_meta = { version = "0.7.0-beta2" }
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "thaw"
|
||||
version = "0.4.0-alpha"
|
||||
version = "0.4.0-beta"
|
||||
edition = "2021"
|
||||
keywords = ["web", "leptos", "ui", "thaw", "component"]
|
||||
readme = "../README.md"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "thaw_components"
|
||||
version = "0.2.0-alpha"
|
||||
version = "0.2.0-beta"
|
||||
edition = "2021"
|
||||
keywords = ["leptos", "thaw", "components"]
|
||||
readme = "../README.md"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "thaw_macro"
|
||||
version = "0.1.0-alpha"
|
||||
version = "0.1.0-beta"
|
||||
edition = "2021"
|
||||
keywords = ["leptos", "thaw", "macro"]
|
||||
readme = "../README.md"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "thaw_utils"
|
||||
version = "0.1.0-alpha"
|
||||
version = "0.1.0-beta"
|
||||
edition = "2021"
|
||||
keywords = ["leptos", "thaw", "utils"]
|
||||
readme = "../README.md"
|
||||
|
|
Loading…
Add table
Reference in a new issue