diff --git a/Cargo.lock b/Cargo.lock index e86b8e5..f5f2376 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3542,7 +3542,7 @@ dependencies = [ [[package]] name = "memory_wallet" -version = "0.1.19" +version = "0.1.20" dependencies = [ "anyhow", "assert2", @@ -8854,7 +8854,7 @@ dependencies = [ [[package]] name = "test_utils_insta" -version = "0.1.2" +version = "0.1.3" dependencies = [ "anyhow", "assert2", @@ -8863,14 +8863,14 @@ dependencies = [ [[package]] name = "test_utils_keypairs" -version = "0.1.2" +version = "0.1.3" dependencies = [ "solana-sdk", ] [[package]] name = "test_utils_solana" -version = "0.7.0" +version = "0.7.1" dependencies = [ "anyhow", "assert2", @@ -9821,7 +9821,7 @@ dependencies = [ [[package]] name = "wasm_client_solana" -version = "0.7.3" +version = "0.7.4" dependencies = [ "anyhow", "assert2", diff --git a/Cargo.toml b/Cargo.toml index 795af4f..8662228 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -93,13 +93,13 @@ example_client = { path = "./programs/example_client" } example_program = { path = "./programs/example_program" } # publishable crates -memory_wallet = { path = "./crates/memory_wallet", version = "0.1.19" } +memory_wallet = { path = "./crates/memory_wallet", version = "0.1.20" } test_utils_anchor = { path = "./crates/test_utils_anchor" } test_utils_insta = { path = "./crates/test_utils_insta" } test_utils_keypairs = { path = "./crates/test_utils_keypairs" } test_utils_solana = { path = "./crates/test_utils_solana" } wasm_client_anchor = { path = "./crates/wasm_client_anchor", version = "0.8.0" } -wasm_client_solana = { path = "./crates/wasm_client_solana", version = "0.7.3" } +wasm_client_solana = { path = "./crates/wasm_client_solana", version = "0.7.4" } [workspace.metadata.bin] anchor-cli = { git = "https://github.com/coral-xyz/anchor", rev = "955e7ea", version = "0.30.1", bins = ["anchor"] } diff --git a/crates/memory_wallet/Cargo.toml b/crates/memory_wallet/Cargo.toml index 692717a..1290ccb 100644 --- a/crates/memory_wallet/Cargo.toml +++ b/crates/memory_wallet/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "memory_wallet" -version = "0.1.19" +version = "0.1.20" authors = { workspace = true } categories = ["wasm"] edition = { workspace = true } diff --git a/crates/memory_wallet/changelog.md b/crates/memory_wallet/changelog.md index 882fda7..850f26d 100644 --- a/crates/memory_wallet/changelog.md +++ b/crates/memory_wallet/changelog.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.20](https://github.com/ifiokjr/wasm_solana/compare/memory_wallet@v0.1.19...memory_wallet@v0.1.20) - 2025-01-16 + +### ⚙️ Miscellaneous Tasks + +- update Cargo.lock dependencies + ## [0.1.19](https://github.com/ifiokjr/wasm_solana/compare/memory_wallet@v0.1.18...memory_wallet@v0.1.19) - 2024-12-21 ### ⚙️ Miscellaneous Tasks diff --git a/crates/test_utils_insta/Cargo.toml b/crates/test_utils_insta/Cargo.toml index 7913c0a..094816b 100644 --- a/crates/test_utils_insta/Cargo.toml +++ b/crates/test_utils_insta/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test_utils_insta" -version = "0.1.2" +version = "0.1.3" authors = { workspace = true } edition = { workspace = true } homepage = { workspace = true } diff --git a/crates/test_utils_insta/changelog.md b/crates/test_utils_insta/changelog.md index e346288..d85b9f5 100644 --- a/crates/test_utils_insta/changelog.md +++ b/crates/test_utils_insta/changelog.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.3](https://github.com/ifiokjr/wasm_solana/compare/test_utils_insta@v0.1.2...test_utils_insta@v0.1.3) - 2025-01-16 + +### ⚙️ Miscellaneous Tasks + +- update Cargo.lock dependencies + ## [0.1.2](https://github.com/ifiokjr/wasm_solana/compare/test_utils_insta@v0.1.1...test_utils_insta@v0.1.2) - 2024-12-21 ### ⚙️ Miscellaneous Tasks diff --git a/crates/test_utils_keypairs/Cargo.toml b/crates/test_utils_keypairs/Cargo.toml index 28b83e1..8eb02fb 100644 --- a/crates/test_utils_keypairs/Cargo.toml +++ b/crates/test_utils_keypairs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test_utils_keypairs" -version = "0.1.2" +version = "0.1.3" authors = { workspace = true } edition = { workspace = true } homepage = { workspace = true } diff --git a/crates/test_utils_keypairs/changelog.md b/crates/test_utils_keypairs/changelog.md index 2d1517b..69300ba 100644 --- a/crates/test_utils_keypairs/changelog.md +++ b/crates/test_utils_keypairs/changelog.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.3](https://github.com/ifiokjr/wasm_solana/compare/test_utils_keypairs@v0.1.2...test_utils_keypairs@v0.1.3) - 2025-01-16 + +### ⚙️ Miscellaneous Tasks + +- update Cargo.lock dependencies + ## [0.1.2](https://github.com/ifiokjr/wasm_solana/compare/test_utils_keypairs@v0.1.1...test_utils_keypairs@v0.1.2) - 2024-12-21 ### ⚙️ Miscellaneous Tasks diff --git a/crates/test_utils_solana/Cargo.toml b/crates/test_utils_solana/Cargo.toml index c77805d..1eb776c 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.7.0" +version = "0.7.1" 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 ef52375..6aec4de 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.7.1](https://github.com/ifiokjr/wasm_solana/compare/test_utils_solana@v0.7.0...test_utils_solana@v0.7.1) - 2025-01-16 + +### ⚙️ Miscellaneous Tasks + +- update Cargo.lock dependencies + ## [0.7.0](https://github.com/ifiokjr/wasm_solana/compare/test_utils_solana@v0.6.3...test_utils_solana@v0.7.0) - 2024-12-21 ### 🎉 Added diff --git a/crates/wasm_client_solana/Cargo.toml b/crates/wasm_client_solana/Cargo.toml index a839176..c8c1d26 100644 --- a/crates/wasm_client_solana/Cargo.toml +++ b/crates/wasm_client_solana/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasm_client_solana" -version = "0.7.3" +version = "0.7.4" authors = { workspace = true } categories = ["wasm", "web-programming"] edition = { workspace = true } diff --git a/crates/wasm_client_solana/changelog.md b/crates/wasm_client_solana/changelog.md index 109b9bb..d9c088e 100644 --- a/crates/wasm_client_solana/changelog.md +++ b/crates/wasm_client_solana/changelog.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.7.4](https://github.com/ifiokjr/wasm_solana/compare/wasm_client_solana@v0.7.3...wasm_client_solana@v0.7.4) - 2025-01-16 + +### 🐛 Bug Fixes + +- remove useless `SendWrapper` from `WebSocketProvider` + +### 🚜 Refactor + +- simplify `*_token_balance` handling in `UiTransactionStatusMeta` + ## [0.7.3](https://github.com/ifiokjr/wasm_solana/compare/wasm_client_solana@v0.7.2...wasm_client_solana@v0.7.3) - 2024-12-21 ### ⚙️ Miscellaneous Tasks