From 0e7f9b29d25185e218de642c690d82ce4c4672f3 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Tue, 16 Jul 2024 15:19:33 +0100 Subject: chore(release): prepare for release v18.4.0-beta.2 (#2287) * feat(gui): add runbook list, ability to create and delete, sql storage (#2282) * wip * saving works :)) * functioning delete button * persist selection properly * update contributors * update changelog --- ui/backend/Cargo.lock | 8 ++++---- ui/backend/Cargo.toml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'ui') diff --git a/ui/backend/Cargo.lock b/ui/backend/Cargo.lock index 7c678a32..3f79cf04 100644 --- a/ui/backend/Cargo.lock +++ b/ui/backend/Cargo.lock @@ -351,7 +351,7 @@ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" [[package]] name = "atuin-client" -version = "18.4.0-beta.1" +version = "18.4.0-beta.2" dependencies = [ "async-trait", "atuin-common", @@ -404,7 +404,7 @@ dependencies = [ [[package]] name = "atuin-common" -version = "18.4.0-beta.1" +version = "18.4.0-beta.2" dependencies = [ "base64 0.22.1", "directories", @@ -424,7 +424,7 @@ dependencies = [ [[package]] name = "atuin-dotfiles" -version = "0.4.0" +version = "18.4.0-beta.2" dependencies = [ "atuin-client", "atuin-common", @@ -438,7 +438,7 @@ dependencies = [ [[package]] name = "atuin-history" -version = "0.3.0" +version = "18.4.0-beta.2" dependencies = [ "async-trait", "atuin-client", diff --git a/ui/backend/Cargo.toml b/ui/backend/Cargo.toml index 9df8dfb5..ae6922e6 100644 --- a/ui/backend/Cargo.toml +++ b/ui/backend/Cargo.toml @@ -12,10 +12,10 @@ edition = "2021" tauri-build = { version = "2.0.0-beta", features = [] } [dependencies] -atuin-client = { path = "../../crates/atuin-client", version = "18.4.0-beta.1" } -atuin-common = { path = "../../crates/atuin-common", version = "18.4.0-beta.1" } -atuin-dotfiles = { path = "../../crates/atuin-dotfiles", version = "0.4.0" } -atuin-history = { path = "../../crates/atuin-history", version = "0.3.0" } +atuin-client = { path = "../../crates/atuin-client", version = "18.4.0-beta.2" } +atuin-common = { path = "../../crates/atuin-common", version = "18.4.0-beta.2" } +atuin-dotfiles = { path = "../../crates/atuin-dotfiles", version = "18.4.0-beta.2" } +atuin-history = { path = "../../crates/atuin-history", version = "18.4.0-beta.2" } eyre = "0.6" tauri = { version = "2.0.0-beta", features = ["tray-icon"] } -- cgit v1.3.1