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
This commit is contained in:
Ellie Huxtable
2024-07-16 15:19:33 +01:00
committed by GitHub
parent 97d978c267
commit 0e7f9b29d2
15 changed files with 104 additions and 48 deletions

View File

@ -10,8 +10,8 @@ homepage = { workspace = true }
repository = { workspace = true }
[dependencies]
atuin-common = { path = "../atuin-common", version = "18.4.0-beta.1" }
atuin-server-database = { path = "../atuin-server-database", version = "18.4.0-beta.1" }
atuin-common = { path = "../atuin-common", version = "18.4.0-beta.2" }
atuin-server-database = { path = "../atuin-server-database", version = "18.4.0-beta.2" }
eyre = { workspace = true }
tracing = "0.1"