Skip to content

Commit

Permalink
Release v0.9.1 (#109)
Browse files Browse the repository at this point in the history
* Update stellar-base to v10.0.0-soroban.3

* Prepare to release v0.9.1
  • Loading branch information
Paul Bellamy committed Jul 12, 2023
1 parent 2ef1ea2 commit f9aa740
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ A breaking change should be clearly marked in this log.
## Unreleased


## v0.9.1

### Updated
* Updated `stellar-base` dependency to fix an issue when building & invoking contract transactions.

## v0.9.0

### Updated
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "soroban-client",
"version": "0.9.0",
"version": "0.9.1",
"description": "A library for working with Stellar's Soroban RPC servers.",
"author": "Stellar Development Foundation <[email protected]>",
"homepage": "https://github.com/stellar/js-soroban-client",
Expand Down Expand Up @@ -145,7 +145,7 @@
"eventsource": "^2.0.2",
"lodash": "^4.17.21",
"randombytes": "^2.1.0",
"stellar-base": "10.0.0-soroban.2",
"stellar-base": "10.0.0-soroban.3",
"toml": "^3.0.0",
"urijs": "^1.19.1"
}
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6482,10 +6482,10 @@ statuses@~1.5.0:
resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c"
integrity sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==

[email protected].2:
version "10.0.0-soroban.2"
resolved "https://registry.yarnpkg.com/stellar-base/-/stellar-base-10.0.0-soroban.2.tgz#c64e2edfb838ebf24bc96d9e84c1c96cc31820ad"
integrity sha512-WaC8AoFjtsas/pmO+odUm+i55bazzSee/bBlYjj85sTHFRKa7SE5bp3Ra6fbSNlYKd//FPPTNl92NKe0jix7Kw==
[email protected].3:
version "10.0.0-soroban.3"
resolved "https://registry.yarnpkg.com/stellar-base/-/stellar-base-10.0.0-soroban.3.tgz#76dade3cf9ed8969a8d9cc37c78c8a61406b2470"
integrity sha512-XixwHHggxuWHQYY2CiVIzXLCGwaphS6pKF1GFyTC4QNIouR7IRWn/fzbXkYmzIbJTq6gM4mORO3kaLwl4bd7yA==
dependencies:
base32.js "^0.1.0"
bignumber.js "^9.1.1"
Expand Down

0 comments on commit f9aa740

Please sign in to comment.