chore(release): prepare for release v18.4.0-beta.1 (#2195)

* chore(release): prepare for release v18.4.0-beta.1

* remove full release test
This commit is contained in:
Ellie Huxtable 2024-06-25 12:35:12 +01:00 committed by GitHub
parent 05d1d9b136
commit c8b3e418a1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 86 additions and 40 deletions

View file

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