-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: kickjump-bot[bot] <179439731+kickjump-bot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
f9da644
commit d07987d
Showing
6 changed files
with
58 additions
and
12 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ members = ["crates/*"] | |
resolver = "2" | ||
|
||
[workspace.package] | ||
version = "0.1.0" | ||
version = "0.1.1" | ||
authors = ["Ifiok Jr. <[email protected]>"] | ||
edition = "2021" | ||
homepage = "https://github.com/ifiokjr/wasm_solana" | ||
|
@@ -105,11 +105,11 @@ zstd = { version = "0.13", default-features = false } | |
|
||
# crates | ||
test_utils = { path = "./crates/test_utils" } | ||
test_utils_solana = { path = "./crates/test_utils_solana", version = "0.1.0" } | ||
wallet_standard = { path = "./crates/wallet_standard", version = "0.1.0" } | ||
wallet_standard_browser = { path = "./crates/wallet_standard_browser", version = "0.1.0" } | ||
wallet_standard_wallets = { path = "./crates/wallet_standard_wallets", version = "0.1.0" } | ||
wasm_client_anchor = { path = "./crates/wasm_client_anchor", version = "0.1.0" } | ||
test_utils_solana = { path = "./crates/test_utils_solana", version = "0.1.1" } | ||
wallet_standard = { path = "./crates/wallet_standard", version = "0.1.1" } | ||
wallet_standard_browser = { path = "./crates/wallet_standard_browser", version = "0.1.1" } | ||
wallet_standard_wallets = { path = "./crates/wallet_standard_wallets", version = "0.1.1" } | ||
wasm_client_anchor = { path = "./crates/wasm_client_anchor", version = "0.1.1" } | ||
wasm_client_solana = { path = "./crates/wasm_client_solana", version = "0.1.0" } | ||
|
||
[workspace.metadata.bin] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
## [0.1.1](https://github.com/ifiokjr/wasm_solana/compare/[email protected][email protected]) - 2024-09-13 | ||
|
||
### <!-- 2 -->🚜 Refactor | ||
|
||
- remove unused imports | ||
|
||
### <!-- 3 -->📚 Documentation | ||
|
||
- add `wallet-standard` github repo link | ||
- update crate readme description |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
|
||
## [Unreleased] | ||
|
||
## [0.1.1](https://github.com/ifiokjr/wasm_solana/compare/[email protected][email protected]) - 2024-09-13 | ||
|
||
### <!-- 3 -->📚 Documentation | ||
|
||
- add `wallet-standard` github repo link | ||
- update crate readme description | ||
|
||
## [0.1.0](https://github.com/ifiokjr/wasm_solana/releases/tag/[email protected]) - 2024-09-12 | ||
|
||
### <!-- 0 -->🎉 Added | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
|
||
## [Unreleased] | ||
|
||
## [0.1.1](https://github.com/ifiokjr/wasm_solana/compare/[email protected][email protected]) - 2024-09-13 | ||
|
||
### <!-- 3 -->📚 Documentation | ||
|
||
- update crate readme description | ||
|
||
## [0.1.0](https://github.com/ifiokjr/wasm_solana/releases/tag/[email protected]) - 2024-09-12 | ||
|
||
### <!-- 0 -->🎉 Added | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
|
||
## [Unreleased] | ||
|
||
## [0.1.1](https://github.com/ifiokjr/wasm_solana/compare/[email protected][email protected]) - 2024-09-13 | ||
|
||
### <!-- 0 -->🎉 Added | ||
|
||
- add `wallet_standard` to `external` exports | ||
|
||
### <!-- 1 -->🐛 Bug Fixes | ||
|
||
- remove duplication from broken macro | ||
|
||
### <!-- 3 -->📚 Documentation | ||
|
||
- update crate readme description | ||
|
||
## [0.1.0](https://github.com/ifiokjr/wasm_solana/releases/tag/[email protected]) - 2024-09-12 | ||
|
||
### <!-- 0 -->🎉 Added | ||
|