From 713366dd2876f355eda5f8674b9fd5640694c57c Mon Sep 17 00:00:00 2001 From: Gabe Date: Mon, 22 Jul 2024 17:10:45 -0500 Subject: [PATCH] Squashed commit of the following: commit f0dceb1c5bddf23b15304449c6b276f0b8576d8d Author: noah Date: Mon Jul 22 14:48:52 2024 -0400 replaced todo with descriptive error (#858) commit aa0fa5f748e8f0c25d8d86daf2b3ca4bed2f5f43 Author: noah Date: Mon Jul 22 14:48:45 2024 -0400 reorganized publish more (#857) commit cf86aedbcdc50bbdfa3846cb037324a901620ea6 Author: noah Date: Mon Jul 22 13:51:46 2024 -0400 added pre-propose v2.4.1 migration tests (#856) commit be861a863a4228d19c2df95ba81de8a891d4643b Author: Jake Hartnell Date: Mon Jul 22 19:45:58 2024 +0200 Add new contracts to publishing script. (#853) commit 71dd1093be2eb4b8cdce646ed2fe1f879de6e120 Author: noah Date: Mon Jul 22 03:56:52 2024 -0400 updated migrate versions (#855) commit 7e6f5cea76a00214af6f21d694b7218138fe7317 Author: noah Date: Mon Jul 22 03:54:17 2024 -0400 started adding pre-propose migration to v2.5.0 (#854) commit 7646730b117f598b4c036417d6ddd661e493550b Author: bekauz Date: Mon Jul 22 09:43:58 2024 +0200 DAO rewards distributor emission rate updates (#848) commit ce946ac9e528152b446b500e9e45cceef9daa85d Author: noah Date: Fri Jul 19 16:23:14 2024 -0400 add info query to pre-propose-base (#852) commit ebc79143e4eb37ef9840d3850d437bc46335ef2d Author: noah Date: Thu Jul 18 13:12:14 2024 -0400 Support instantiate2 in `cw-admin-factory` (#851) commit 8c37b9ec679122d67a29ec80c011612265ae5baf Author: noah Date: Wed Jul 17 16:03:09 2024 -0400 BitSong fantoken factory (#845) --- packages/dao-pre-propose-base/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/dao-pre-propose-base/Cargo.toml b/packages/dao-pre-propose-base/Cargo.toml index f8f9e392f..558407cdd 100644 --- a/packages/dao-pre-propose-base/Cargo.toml +++ b/packages/dao-pre-propose-base/Cargo.toml @@ -34,7 +34,7 @@ semver = { workspace = true } cw-denom-v241 = { workspace = true } dao-pre-propose-base-v241 = { workspace = true } dao-voting-v241 = { workspace = true } -cw-orch = {workspace = true} +cw-orch = { workspace = true } [dev-dependencies] cw-multi-test = { workspace = true }