From 13d011f1bba61cb64460d9e9e0f7ee1ad1486cac Mon Sep 17 00:00:00 2001 From: Lucas Meurer Date: Thu, 3 Oct 2024 11:40:14 +0200 Subject: [PATCH] chore: Release --- Cargo.lock | 24 ++++++++++++------------ Cargo.toml | 26 +++++++++++++------------- crates/egui_animation/Cargo.toml | 2 +- crates/egui_dnd/Cargo.toml | 2 +- crates/egui_form/Cargo.toml | 2 +- crates/egui_inbox/Cargo.toml | 2 +- crates/egui_infinite_scroll/Cargo.toml | 2 +- crates/egui_pull_to_refresh/Cargo.toml | 2 +- crates/egui_router/Cargo.toml | 2 +- crates/egui_suspense/Cargo.toml | 2 +- crates/egui_thumbhash/Cargo.toml | 2 +- crates/egui_virtual_list/Cargo.toml | 2 +- crates/hello_egui_utils/Cargo.toml | 2 +- 13 files changed, 36 insertions(+), 36 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 832325e..464da5e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1415,7 +1415,7 @@ dependencies = [ [[package]] name = "egui_animation" -version = "0.5.0" +version = "0.6.0" dependencies = [ "eframe", "egui", @@ -1460,7 +1460,7 @@ dependencies = [ [[package]] name = "egui_dnd" -version = "0.9.1" +version = "0.10.0" dependencies = [ "color-hex", "eframe", @@ -1502,7 +1502,7 @@ dependencies = [ [[package]] name = "egui_form" -version = "0.2.0" +version = "0.3.0" dependencies = [ "eframe", "egui", @@ -1529,7 +1529,7 @@ dependencies = [ [[package]] name = "egui_inbox" -version = "0.5.0" +version = "0.6.0" dependencies = [ "derive-new", "eframe", @@ -1547,7 +1547,7 @@ dependencies = [ [[package]] name = "egui_infinite_scroll" -version = "0.4.0" +version = "0.5.0" dependencies = [ "eframe", "egui", @@ -1571,7 +1571,7 @@ dependencies = [ [[package]] name = "egui_pull_to_refresh" -version = "0.5.0" +version = "0.6.0" dependencies = [ "eframe", "egui", @@ -1581,7 +1581,7 @@ dependencies = [ [[package]] name = "egui_router" -version = "0.1.2" +version = "0.2.0" dependencies = [ "eframe", "egui", @@ -1599,7 +1599,7 @@ dependencies = [ [[package]] name = "egui_suspense" -version = "0.5.0" +version = "0.6.0" dependencies = [ "eframe", "egui", @@ -1623,7 +1623,7 @@ dependencies = [ [[package]] name = "egui_thumbhash" -version = "0.4.0" +version = "0.5.0" dependencies = [ "base64", "eframe", @@ -1638,7 +1638,7 @@ dependencies = [ [[package]] name = "egui_virtual_list" -version = "0.4.0" +version = "0.5.0" dependencies = [ "eframe", "egui", @@ -2703,7 +2703,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[package]] name = "hello_egui" -version = "0.5.0" +version = "0.6.0" dependencies = [ "egui_animation", "egui_dnd", @@ -2721,7 +2721,7 @@ dependencies = [ [[package]] name = "hello_egui_utils" -version = "0.5.0" +version = "0.6.0" dependencies = [ "concat-idents", "egui", diff --git a/Cargo.toml b/Cargo.toml index 8f6f6f4..011a9ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hello_egui" -version = "0.5.0" +version = "0.6.0" edition = "2021" description = "A collection of useful crates for egui." authors = ["Lucas Meurer"] @@ -71,20 +71,20 @@ members = ["fancy-example", "crates/*", "scripts"] resolver = "2" [workspace.dependencies] -egui_dnd = { path = "./crates/egui_dnd", version = "0.9.1" } -egui_animation = { path = "./crates/egui_animation", version = "0.5.0" } -hello_egui_utils = { path = "./crates/hello_egui_utils", version = "0.5.0" } +egui_dnd = { path = "./crates/egui_dnd", version = "0.10.0" } +egui_animation = { path = "./crates/egui_animation", version = "0.6.0" } +hello_egui_utils = { path = "./crates/hello_egui_utils", version = "0.6.0" } egui_flex = { path = "./crates/egui_flex", version = "0.1.0" } -egui_form = { path = "./crates/egui_form", version = "0.2.0" } -egui_inbox = { path = "./crates/egui_inbox", version = "0.5.0" } -egui_pull_to_refresh = { path = "./crates/egui_pull_to_refresh", version = "0.5.0" } -egui_router = { path = "./crates/egui_router", version = "0.1.2" } -egui_suspense = { path = "./crates/egui_suspense", version = "0.5.0" } -egui_virtual_list = { path = "./crates/egui_virtual_list", version = "0.4.0" } -egui_infinite_scroll = { path = "./crates/egui_infinite_scroll", version = "0.4.0" } -egui_thumbhash = { path = "./crates/egui_thumbhash", version = "0.4.0" } +egui_form = { path = "./crates/egui_form", version = "0.3.0" } +egui_inbox = { path = "./crates/egui_inbox", version = "0.6.0" } +egui_pull_to_refresh = { path = "./crates/egui_pull_to_refresh", version = "0.6.0" } +egui_router = { path = "./crates/egui_router", version = "0.2.0" } +egui_suspense = { path = "./crates/egui_suspense", version = "0.6.0" } +egui_virtual_list = { path = "./crates/egui_virtual_list", version = "0.5.0" } +egui_infinite_scroll = { path = "./crates/egui_infinite_scroll", version = "0.5.0" } +egui_thumbhash = { path = "./crates/egui_thumbhash", version = "0.5.0" } egui_material_icons = { path = "./crates/egui_material_icons", version = "0.1.0" } -hello_egui = { path = ".", version = "0.5.0" } +hello_egui = { path = ".", version = "0.6.0" } egui = { version = "0.29", default-features = false } eframe = { version = "0.29", default-features = false } diff --git a/crates/egui_animation/Cargo.toml b/crates/egui_animation/Cargo.toml index 3c9cf29..af78599 100644 --- a/crates/egui_animation/Cargo.toml +++ b/crates/egui_animation/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "egui_animation" -version = "0.5.0" +version = "0.6.0" edition = "2021" description = "Experimental animation utilities for egui, including easing functions and a collapse view." license = "MIT" diff --git a/crates/egui_dnd/Cargo.toml b/crates/egui_dnd/Cargo.toml index d4cd906..a639745 100644 --- a/crates/egui_dnd/Cargo.toml +++ b/crates/egui_dnd/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "egui_dnd" -version = "0.9.1" +version = "0.10.0" edition = "2021" authors = ["Lucas Meurer"] repository = "https://github.com/lucasmerlin/hello_egui/tree/main/crates/egui_dnd" diff --git a/crates/egui_form/Cargo.toml b/crates/egui_form/Cargo.toml index e3bceb5..14d59c6 100644 --- a/crates/egui_form/Cargo.toml +++ b/crates/egui_form/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "egui_form" -version = "0.2.0" +version = "0.3.0" edition = "2021" description = "Form validation for egui" license = "MIT" diff --git a/crates/egui_inbox/Cargo.toml b/crates/egui_inbox/Cargo.toml index 98e52ea..64b0864 100644 --- a/crates/egui_inbox/Cargo.toml +++ b/crates/egui_inbox/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "egui_inbox" -version = "0.5.0" +version = "0.6.0" edition = "2021" description = "Utility to send messages to egui views from async functions, callbacks, etc. without having to use interior mutability." license = "MIT" diff --git a/crates/egui_infinite_scroll/Cargo.toml b/crates/egui_infinite_scroll/Cargo.toml index 25306f6..15da926 100644 --- a/crates/egui_infinite_scroll/Cargo.toml +++ b/crates/egui_infinite_scroll/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "egui_infinite_scroll" -version = "0.4.0" +version = "0.5.0" edition = "2021" authors = ["Lucas Meurer"] homepage = "https://lucasmerlin.github.io/hello_egui/" diff --git a/crates/egui_pull_to_refresh/Cargo.toml b/crates/egui_pull_to_refresh/Cargo.toml index 81b0ff3..256d5cc 100644 --- a/crates/egui_pull_to_refresh/Cargo.toml +++ b/crates/egui_pull_to_refresh/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "egui_pull_to_refresh" -version = "0.5.0" +version = "0.6.0" edition = "2021" description = "A pull to refresh library for egui" license = "MIT" diff --git a/crates/egui_router/Cargo.toml b/crates/egui_router/Cargo.toml index 2d3794d..b96e612 100644 --- a/crates/egui_router/Cargo.toml +++ b/crates/egui_router/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "egui_router" -version = "0.1.2" +version = "0.2.0" edition = "2021" authors = ["Lucas Meurer"] description = "A SPA router for egui" diff --git a/crates/egui_suspense/Cargo.toml b/crates/egui_suspense/Cargo.toml index 8ddea34..56a0777 100644 --- a/crates/egui_suspense/Cargo.toml +++ b/crates/egui_suspense/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "egui_suspense" -version = "0.5.0" +version = "0.6.0" edition = "2021" authors = ["Lucas Meurer"] description = "Automatically show loading and error uis for egui" diff --git a/crates/egui_thumbhash/Cargo.toml b/crates/egui_thumbhash/Cargo.toml index af7e1a4..f1126de 100644 --- a/crates/egui_thumbhash/Cargo.toml +++ b/crates/egui_thumbhash/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "egui_thumbhash" -version = "0.4.0" +version = "0.5.0" edition = "2021" authors = ["Lucas Meurer"] description = "Easily use thumbhashes in egui" diff --git a/crates/egui_virtual_list/Cargo.toml b/crates/egui_virtual_list/Cargo.toml index d480470..a3ac404 100644 --- a/crates/egui_virtual_list/Cargo.toml +++ b/crates/egui_virtual_list/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "egui_virtual_list" -version = "0.4.0" +version = "0.5.0" edition = "2021" authors = ["Lucas Meurer"] homepage = "https://lucasmerlin.github.io/hello_egui/#/example/gallery" diff --git a/crates/hello_egui_utils/Cargo.toml b/crates/hello_egui_utils/Cargo.toml index e8c9f7c..d511894 100644 --- a/crates/hello_egui_utils/Cargo.toml +++ b/crates/hello_egui_utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hello_egui_utils" -version = "0.5.0" +version = "0.6.0" edition = "2021" description = "Utilities used by crates from https://github.com/lucasmerlin/hello_egui" license = "MIT"