diff --git a/Cargo.lock b/Cargo.lock index a650054..dcf1aee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7775,7 +7775,7 @@ dependencies = [ [[package]] name = "test_utils_solana" -version = "0.5.2" +version = "0.5.3" dependencies = [ "anchor-lang", "anchor-spl", @@ -8691,7 +8691,7 @@ dependencies = [ [[package]] name = "wasm_client_anchor" -version = "0.5.1" +version = "0.6.0" dependencies = [ "anchor-lang", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 5c919e3..1215eed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -92,7 +92,7 @@ test_utils_solana = { path = "./crates/test_utils_solana" } wallet_standard = { path = "./crates/wallet_standard", version = "0.4.0" } wallet_standard_browser = { path = "./crates/wallet_standard_browser", version = "0.3.1" } wallet_standard_wallets = { path = "./crates/wallet_standard_wallets", version = "0.1.12" } -wasm_client_anchor = { path = "./crates/wasm_client_anchor", version = "0.5.1" } +wasm_client_anchor = { path = "./crates/wasm_client_anchor", version = "0.6.0" } wasm_client_solana = { path = "./crates/wasm_client_solana", version = "0.5.0" } [patch.crates-io.curve25519-dalek] diff --git a/crates/test_utils_solana/Cargo.toml b/crates/test_utils_solana/Cargo.toml index 6e91712..0a1408a 100644 --- a/crates/test_utils_solana/Cargo.toml +++ b/crates/test_utils_solana/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test_utils_solana" -version = "0.5.2" +version = "0.5.3" authors = { workspace = true } edition = { workspace = true } homepage = { workspace = true } diff --git a/crates/test_utils_solana/changelog.md b/crates/test_utils_solana/changelog.md index 2c6558a..b9d2c3e 100644 --- a/crates/test_utils_solana/changelog.md +++ b/crates/test_utils_solana/changelog.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.3](https://github.com/ifiokjr/wasm_solana/compare/test_utils_solana@v0.5.2...test_utils_solana@v0.5.3) - 2024-10-19 + +### ⚙️ Miscellaneous Tasks + +- updated the following local packages: wasm_client_anchor + ## [0.5.2](https://github.com/ifiokjr/wasm_solana/compare/test_utils_solana@v0.5.1...test_utils_solana@v0.5.2) - 2024-10-13 ### ⚙️ Miscellaneous Tasks diff --git a/crates/wasm_client_anchor/Cargo.toml b/crates/wasm_client_anchor/Cargo.toml index abd87a2..e44fedf 100644 --- a/crates/wasm_client_anchor/Cargo.toml +++ b/crates/wasm_client_anchor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasm_client_anchor" -version = "0.5.1" +version = "0.6.0" authors = { workspace = true } categories = ["wasm", "web-programming"] edition = { workspace = true } diff --git a/crates/wasm_client_anchor/changelog.md b/crates/wasm_client_anchor/changelog.md index 6b0634c..74cbbf3 100644 --- a/crates/wasm_client_anchor/changelog.md +++ b/crates/wasm_client_anchor/changelog.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.6.0](https://github.com/ifiokjr/wasm_solana/compare/wasm_client_anchor@v0.5.1...wasm_client_anchor@v0.6.0) - 2024-10-19 + +### 🎉 Added + +- add `AnchorRequestMethods::blockhash` trait method + ## [0.5.1](https://github.com/ifiokjr/wasm_solana/compare/wasm_client_anchor@v0.5.0...wasm_client_anchor@v0.5.1) - 2024-10-13 ### 🐛 Bug Fixes