Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
kickjump-bot[bot] authored Sep 27, 2024
1 parent 8737fc5 commit 12b8473
Show file tree
Hide file tree
Showing 14 changed files with 76 additions and 17 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,11 @@ test_utils = { path = "./crates/test_utils" }

# publishable crates
test_utils_solana = { path = "./crates/test_utils_solana" }
wallet_standard = { path = "./crates/wallet_standard", version = "0.1.3" }
wallet_standard_browser = { path = "./crates/wallet_standard_browser", version = "0.1.4" }
wallet_standard_wallets = { path = "./crates/wallet_standard_wallets", version = "0.1.4" }
wasm_client_anchor = { path = "./crates/wasm_client_anchor", version = "0.2.0" }
wasm_client_solana = { path = "./crates/wasm_client_solana", version = "0.3.0" }
wallet_standard = { path = "./crates/wallet_standard", version = "0.2.0" }
wallet_standard_browser = { path = "./crates/wallet_standard_browser", version = "0.2.0" }
wallet_standard_wallets = { path = "./crates/wallet_standard_wallets", version = "0.1.5" }
wasm_client_anchor = { path = "./crates/wasm_client_anchor", version = "0.2.1" }
wasm_client_solana = { path = "./crates/wasm_client_solana", version = "0.3.1" }

[workspace.metadata.bin]
anchor-cli = { version = "0.30.1", bins = ["anchor"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/test_utils_solana/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "test_utils_solana"
version = "0.3.0"
version = "0.4.0"
authors = { workspace = true }
edition = { workspace = true }
homepage = { workspace = true }
Expand Down
10 changes: 10 additions & 0 deletions crates/test_utils_solana/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.0](https://github.com/ifiokjr/wasm_solana/compare/[email protected][email protected]) - 2024-09-27

### <!-- 1 -->🐛 Bug Fixes

- [**breaking**] remove `ssr` and `js` features since wasm doesn't actually work for `test_utils_solana`

### <!-- 7 -->⚙️ Miscellaneous Tasks

- remove unused deps

## [0.3.0](https://github.com/ifiokjr/wasm_solana/compare/[email protected][email protected]) - 2024-09-21

### <!-- 0 -->🎉 Added
Expand Down
2 changes: 1 addition & 1 deletion crates/wallet_standard/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wallet_standard"
version = "0.1.3"
version = "0.2.0"
authors = { workspace = true }
categories = ["wasm", "web-programming"]
edition = { workspace = true }
Expand Down
6 changes: 6 additions & 0 deletions crates/wallet_standard/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.0](https://github.com/ifiokjr/wasm_solana/compare/[email protected][email protected]) - 2024-09-27

### <!-- 0 -->🎉 Added

- [**breaking**] make `signed_transaction` return `VersionedTransaction`

## [0.1.3](https://github.com/ifiokjr/wasm_solana/compare/[email protected][email protected]) - 2024-09-18

### <!-- 3 -->📚 Documentation
Expand Down
2 changes: 1 addition & 1 deletion crates/wallet_standard_browser/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wallet_standard_browser"
version = "0.1.4"
version = "0.2.0"
authors = { workspace = true }
categories = ["wasm", "web-programming"]
edition = { workspace = true }
Expand Down
10 changes: 10 additions & 0 deletions crates/wallet_standard_browser/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.0](https://github.com/ifiokjr/wasm_solana/compare/[email protected][email protected]) - 2024-09-27

### <!-- 0 -->🎉 Added

- [**breaking**] make `signed_transaction` return `VersionedTransaction`

### <!-- 7 -->⚙️ Miscellaneous Tasks

- remove unused deps

## [0.1.4](https://github.com/ifiokjr/wasm_solana/compare/[email protected][email protected]) - 2024-09-21

### <!-- 3 -->📚 Documentation
Expand Down
2 changes: 1 addition & 1 deletion crates/wallet_standard_wallets/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wallet_standard_wallets"
version = "0.1.4"
version = "0.1.5"
authors = { workspace = true }
categories = ["wasm"]
edition = { workspace = true }
Expand Down
6 changes: 6 additions & 0 deletions crates/wallet_standard_wallets/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.5](https://github.com/ifiokjr/wasm_solana/compare/[email protected][email protected]) - 2024-09-27

### <!-- 6 -->🧪 Testing

- update test scripts and features

## [0.1.4](https://github.com/ifiokjr/wasm_solana/compare/[email protected][email protected]) - 2024-09-21

### <!-- 7 -->⚙️ Miscellaneous Tasks
Expand Down
2 changes: 1 addition & 1 deletion crates/wasm_client_anchor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasm_client_anchor"
version = "0.2.0"
version = "0.2.1"
authors = { workspace = true }
categories = ["wasm", "web-programming"]
edition = { workspace = true }
Expand Down
17 changes: 17 additions & 0 deletions crates/wasm_client_anchor/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.1](https://github.com/ifiokjr/wasm_solana/compare/[email protected][email protected]) - 2024-09-27

### <!-- 0 -->🎉 Added

- add `create_program_client` macro and test usage
- add `create_program_client_macro` for implementing request methods for anchor clients
- include `WalletAnchor` in prelude

### <!-- 1 -->🐛 Bug Fixes

- export and use internal `async_trait` in macros
- rename `signed_versioned_transaction` to `signed_transaction`

### <!-- 7 -->⚙️ Miscellaneous Tasks

- remove unused deps

## [0.2.0](https://github.com/ifiokjr/wasm_solana/compare/[email protected][email protected]) - 2024-09-21

### <!-- 0 -->🎉 Added
Expand Down
2 changes: 1 addition & 1 deletion crates/wasm_client_solana/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasm_client_solana"
version = "0.3.0"
version = "0.3.1"
authors = { workspace = true }
categories = ["wasm", "web-programming"]
edition = { workspace = true }
Expand Down
10 changes: 10 additions & 0 deletions crates/wasm_client_solana/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.1](https://github.com/ifiokjr/wasm_solana/compare/[email protected][email protected]) - 2024-09-27

### <!-- 0 -->🎉 Added

- automate `AbortController::abort` on wasm `Request` drop

### <!-- 7 -->⚙️ Miscellaneous Tasks

- remove unused deps

## [0.3.0](https://github.com/ifiokjr/wasm_solana/compare/[email protected][email protected]) - 2024-09-21

### <!-- 0 -->🎉 Added
Expand Down

0 comments on commit 12b8473

Please sign in to comment.