v0.4.0-beta

This commit is contained in:
luoxiao 2024-08-15 22:50:23 +08:00
parent 1e17565114
commit cfe4804046
5 changed files with 8 additions and 8 deletions

View file

@ -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" }

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"