Skip to content

Commit

Permalink
v8.1.0: Update the stellar-base library to support CAP-35 (#624)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaptic committed Mar 25, 2021
1 parent b5b01e4 commit cb912a0
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,16 @@

A breaking change will get clearly marked in this log.

## Unreleased


## [v8.1.0](https://github.com/stellar/js-stellar-sdk/compare/v8.0.0...v8.1.0)

### Update

- Upgraded `js-stellar-base` package to version `^5.0.0` from `^4.0.3` to support new CAP-35 operations [(#624)](https://github.com/stellar/js-stellar-sdk/pull/624)


## [v8.0.0](https://github.com/stellar/js-stellar-sdk/compare/v7.0.0...v8.0.0)

### Breaking
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "stellar-sdk",
"version": "8.0.0",
"version": "8.1.0",
"description": "stellar-sdk is a library for working with the Stellar Horizon server.",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down Expand Up @@ -137,7 +137,7 @@
"eventsource": "^1.0.7",
"lodash": "^4.17.11",
"randombytes": "^2.1.0",
"stellar-base": "^4.0.3",
"stellar-base": "^5.0.0",
"toml": "^2.3.0",
"tslib": "^1.10.0",
"urijs": "^1.19.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -7777,10 +7777,10 @@ static-extend@^0.1.1:
resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c"
integrity sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=

stellar-base@^4.0.3:
version "4.0.3"
resolved "https://registry.yarnpkg.com/stellar-base/-/stellar-base-4.0.3.tgz#03a55fd8ebbd32804d94e87f41bdc56af2a6747b"
integrity sha512-Tf1Ko86j4CgUtaiTC6H6qPZ97EziXN6SVokH4FGv5+XvBhFg4V+u9ySMlgPjFbHQumplkHiw8JQx1IZRHnrT3A==
stellar-base@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/stellar-base/-/stellar-base-5.0.0.tgz#c1af4a077ebed6c2febb7bd9b576463fef6e3387"
integrity sha512-JQSGdMlqlZYXrggmle6Qa+0YOcrBa9Mt50YHil5474nFUnEr0BFcNjyVoEPG3Z7liujHeUq5NtkQi79xEto5YQ==
dependencies:
base32.js "^0.1.0"
bignumber.js "^4.0.0"
Expand Down

0 comments on commit cb912a0

Please sign in to comment.