Explorar o código

bump dioxus, html, and hot-reload

Jonathan Kelley %!s(int64=2) %!d(string=hai) anos
pai
achega
018a6e7578
Modificáronse 3 ficheiros con 3 adicións e 3 borrados
  1. 1 1
      packages/dioxus/Cargo.toml
  2. 1 1
      packages/hot-reload/Cargo.toml
  3. 1 1
      packages/html/Cargo.toml

+ 1 - 1
packages/dioxus/Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 name = "dioxus"
-version = "0.3.1"
+version = "0.3.2"
 authors = ["Jonathan Kelley", "Dioxus Labs", "ealmloff"]
 edition = "2021"
 description = "Core functionality for Dioxus - a concurrent renderer-agnostic Virtual DOM for interactive user experiences"

+ 1 - 1
packages/hot-reload/Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 name = "dioxus-hot-reload"
-version = "0.1.0"
+version = "0.1.1"
 edition = "2021"
 license = "MIT/Apache-2.0"
 repository = "https://github.com/DioxusLabs/dioxus/"

+ 1 - 1
packages/html/Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 name = "dioxus-html"
-version = "0.3.0"
+version = "0.3.1"
 authors = ["Jonathan Kelley"]
 edition = "2018"
 description = "HTML Element pack for Dioxus - a concurrent renderer-agnostic Virtual DOM for interactive user experiences"