mirror of
https://github.com/adoyle0/thaw.git
synced 2025-02-02 08:34:15 -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"]
|
exclude = ["examples"]
|
||||||
|
|
||||||
[workspace.dependencies]
|
[workspace.dependencies]
|
||||||
thaw = { version = "0.4.0-alpha", path = "./thaw" }
|
thaw = { version = "0.4.0-beta", path = "./thaw" }
|
||||||
thaw_components = { version = "0.2.0-alpha", path = "./thaw_components" }
|
thaw_components = { version = "0.2.0-beta", path = "./thaw_components" }
|
||||||
thaw_macro = { version = "0.1.0-alpha", path = "./thaw_macro" }
|
thaw_macro = { version = "0.1.0-beta", path = "./thaw_macro" }
|
||||||
thaw_utils = { version = "0.1.0-alpha", path = "./thaw_utils" }
|
thaw_utils = { version = "0.1.0-beta", path = "./thaw_utils" }
|
||||||
|
|
||||||
leptos = { version = "0.7.0-beta2" }
|
leptos = { version = "0.7.0-beta2" }
|
||||||
leptos_meta = { version = "0.7.0-beta2" }
|
leptos_meta = { version = "0.7.0-beta2" }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "thaw"
|
name = "thaw"
|
||||||
version = "0.4.0-alpha"
|
version = "0.4.0-beta"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
keywords = ["web", "leptos", "ui", "thaw", "component"]
|
keywords = ["web", "leptos", "ui", "thaw", "component"]
|
||||||
readme = "../README.md"
|
readme = "../README.md"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "thaw_components"
|
name = "thaw_components"
|
||||||
version = "0.2.0-alpha"
|
version = "0.2.0-beta"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
keywords = ["leptos", "thaw", "components"]
|
keywords = ["leptos", "thaw", "components"]
|
||||||
readme = "../README.md"
|
readme = "../README.md"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "thaw_macro"
|
name = "thaw_macro"
|
||||||
version = "0.1.0-alpha"
|
version = "0.1.0-beta"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
keywords = ["leptos", "thaw", "macro"]
|
keywords = ["leptos", "thaw", "macro"]
|
||||||
readme = "../README.md"
|
readme = "../README.md"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "thaw_utils"
|
name = "thaw_utils"
|
||||||
version = "0.1.0-alpha"
|
version = "0.1.0-beta"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
keywords = ["leptos", "thaw", "utils"]
|
keywords = ["leptos", "thaw", "utils"]
|
||||||
readme = "../README.md"
|
readme = "../README.md"
|
||||||
|
|
Loading…
Add table
Reference in a new issue