Skip to content

Commit

Permalink
Merge pull request #146 from mymonero/develop
Browse files Browse the repository at this point in the history
Merge v3.0.0 into master from develop
  • Loading branch information
devinpearson committed Dec 22, 2022
2 parents 449b662 + aeb7393 commit ec7fb21
Show file tree
Hide file tree
Showing 66 changed files with 1,554 additions and 739 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,19 @@
</p>

> :warning: This project is under heavy development. Expect bugs & breaking changes.
## Upgrading from 2.1.x to 2.2.x and 3.x.x

No breaking changes have been made to any packages besides @mymonero/mymonero-monero-client.

For users of @mymonero/mymonero-monero-client, the following changes have been made:

Version 2.2.0 and onwards have changed from having separate MyMoneroClient_WASM.wasm and MyMoneroClient_WASM.js, and now unify the WASM and .js file together.

For webpack users, if you had a script set up to copy the WASM as part of your build process, this should be removed from your webpack.config.js file.

Otherwise, any users of the mymonero-monero-client library should not need to change anything on their side unless you were loading the WASM using a custom method different to our documentation.

While we've made every effort to remain backwards compatible, please let us know if you experience any issues.
## Production Releases

For information pertaining to how each release is created, please refer to [RELEASES.md](./docs/RELEASES.md) in the "docs" folder
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "2.1.23"
"version": "3.0.0"
}
Loading

0 comments on commit ec7fb21

Please sign in to comment.