Skip to content

Commit

Permalink
Merge pull request #174 from ElrondNetwork/prepare-release
Browse files Browse the repository at this point in the history
Prepare release: 10.0.0-beta.3.
  • Loading branch information
andreibancioiu authored Apr 1, 2022
2 parents 049e92d + 1b65d41 commit f38b1cf
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 9 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
## Unreleased
- TBD

## [10.0.0-beta.3]
- [Extract dapp / signing providers to separate repositories](https://github.com/ElrondNetwork/elrond-sdk-erdjs/pull/170)
- [Remove trackOfTransactions (private field, not actually used)](https://github.com/ElrondNetwork/elrond-sdk-erdjs/pull/172)

**Breaking changes**
- The dapp / signing providers have been extracted to separate repositories:
- https://github.com/ElrondNetwork/elrond-sdk-erdjs-hw-provider
- https://github.com/ElrondNetwork/elrond-sdk-erdjs-web-wallet-provider
- https://github.com/ElrondNetwork/elrond-sdk-erdjs-wallet-connect-provider
- https://github.com/ElrondNetwork/elrond-sdk-erdjs-extension-provider

## [10.0.0-beta.2]
- [Hardcode class names for classes within erdjs' typesystem.](https://github.com/ElrondNetwork/elrond-sdk-erdjs/pull/165)

Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elrondnetwork/erdjs",
"version": "10.0.0-beta.2",
"version": "10.0.0-beta.3",
"description": "Smart Contracts interaction framework",
"main": "out/index.js",
"types": "out/index.d.js",
Expand Down

0 comments on commit f38b1cf

Please sign in to comment.