Skip to content

Commit

Permalink
Update steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Kayanski committed Apr 25, 2024
1 parent 647c096 commit 714198a
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 11 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ osmosis-test-tube = { version = "24.0.1" }
anyhow = "1.0"
serde = { version = "1.0.103", default-features = false, features = ["derive"] }

cw-orch-daemon = { path = "./cw-orch-daemon", version = "0.21.0" }
cw-orch-core = { path = "packages/cw-orch-core", version = "0.21.1" }
cw-orch-traits = { path = "packages/cw-orch-traits", version = "0.21.0" }
cw-orch-mock = { path = "packages/cw-orch-mock", version = "0.21.0" }
cw-orch-daemon = { path = "./cw-orch-daemon", version = "0.22.0-rc" }
cw-orch-core = { path = "packages/cw-orch-core", version = "1.0.0-rc" }
cw-orch-traits = { path = "packages/cw-orch-traits", version = "0.22.0-rc" }
cw-orch-mock = { path = "packages/cw-orch-mock", version = "0.22.0-rc" }
cw-orch-contract-derive = { path = "packages/cw-orch-contract-derive", version = "0.20.0" }
cw-orch-fns-derive = { path = "packages/cw-orch-fns-derive", version = "0.18.0" }
cw-orch-networks = { path = "packages/cw-orch-networks", version = "0.20.0" }
cw-orch-networks = { path = "packages/cw-orch-networks", version = "0.22.0-rc" }

thiserror = { version = "1.0.21" }
sha2 = { version = "0.10.8" }
Expand Down
2 changes: 1 addition & 1 deletion cw-orch-daemon/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cw-orch-daemon"
version = "0.21.0"
version = "0.22.0-rc"
authors = { workspace = true }
edition = { workspace = true }
license = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion cw-orch/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cw-orch"
version = "0.21.2"
version = "0.22.0-rc1"
authors = { workspace = true }
edition = { workspace = true }
license = { workspace = true }
Expand Down
3 changes: 3 additions & 0 deletions cw-orch/src/prelude.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ pub use crate::environment::{
NodeQuerier, QuerierGetter, QueryHandler, TxHandler, TxResponse, WasmQuerier,
};

// Chains
pub use crate::environment::{ChainInfo, ChainInfoOwned};

// Mock for testing
pub use crate::mock::{Mock, MockBech32};

Expand Down
2 changes: 1 addition & 1 deletion packages/cw-orch-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cw-orch-core"
version = "0.21.1"
version = "1.0.0-rc"
authors = { workspace = true }
edition = { workspace = true }
license = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion packages/cw-orch-mock/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cw-orch-mock"
version = "0.21.1"
version = "0.22.0-rc"
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion packages/cw-orch-networks/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cw-orch-networks"
version = "0.20.4"
version = "0.22.0-rc"
authors = { workspace = true }
edition = { workspace = true }
license = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion packages/cw-orch-traits/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cw-orch-traits"
version = "0.21.0"
version = "0.22.0-rc"
authors = { workspace = true }
edition = { workspace = true }
license = { workspace = true }
Expand Down

0 comments on commit 714198a

Please sign in to comment.