Skip to content

Commit

Permalink
Release 0.5.1
Browse files Browse the repository at this point in the history
dioxus@0.5.1
dioxus-autofmt@0.5.1
dioxus-check@0.5.1
dioxus-cli@0.5.1
dioxus-core@0.5.1
dioxus-core-macro@0.5.1
dioxus-desktop@0.5.1
dioxus-fullstack@0.5.1
dioxus-hooks@0.5.1
dioxus-html@0.5.1
dioxus-interpreter-js@0.5.1
dioxus-lib@0.5.1
dioxus-liveview@0.5.1
dioxus-mobile@0.5.1
dioxus-router-macro@0.5.1
dioxus-rsx@0.5.1
dioxus-signals@0.5.1
dioxus-ssr@0.5.1
dioxus-web@0.5.1
dioxus_server_macro@0.5.1
generational-box@0.5.1
rsx-rosetta@0.5.1

Generated by cargo-workspaces
  • Loading branch information
jkelleyrtp committed Apr 5, 2024
1 parent 702509c commit 9c5e5f9
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 45 deletions.
84 changes: 42 additions & 42 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ members = [
exclude = ["examples/mobile_demo", "examples/openid_connect_demo"]

[workspace.package]
version = "0.5.0"
version = "0.5.1"

# dependencies that are shared across packages
[workspace.dependencies]
Expand Down Expand Up @@ -141,7 +141,7 @@ opt-level = 3
# It is not meant to be published, but is used so "cargo run --example XYZ" works properly
[package]
name = "dioxus-examples"
version = "0.5.0-alpha.1"
version = "0.5.1"
authors = ["Jonathan Kelley"]
edition = "2021"
description = "Top level crate for the Dioxus repository"
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dioxus-cli"
version = "0.5.4"
version = "0.5.1"
# version = { workspace = true }
authors = ["Jonathan Kelley"]
edition = "2021"
Expand Down

0 comments on commit 9c5e5f9

Please sign in to comment.