Skip to content

Commit

Permalink
mpt beta 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnxie999 committed Apr 22, 2024
1 parent 3093e38 commit 58f6415
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 7 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 2 additions & 0 deletions packages/ripple-binary-codec/HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 1.0.1-mpt-beta (2024-04-22)

## 1.0.0-mpt-beta (2024-04-22)
### Non-Breaking Changes
* Added support for `MPTAmount` in `Amount`
Expand Down
2 changes: 1 addition & 1 deletion packages/ripple-binary-codec/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ripple-binary-codec",
"version": "1.0.0-mpt-beta",
"version": "1.0.1-mpt-beta",
"description": "XRP Ledger binary codec",
"files": [
"dist/*",
Expand Down
4 changes: 4 additions & 0 deletions packages/xrpl/HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ Subscribe to [the **xrpl-announce** mailing list](https://groups.google.com/g/xr

## Unreleased

## 1.0.1-mpt-beta (2024-04-22)
### Non-Breaking Changes
* Add `MPTAmount` check for transactions that are not `Payment` or `Clawback`

## 1.0.0-mpt-beta (2024-04-22)
### Non-Breaking Changes
* Added new MPT transaction models
Expand Down
4 changes: 2 additions & 2 deletions packages/xrpl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xrpl",
"version": "1.0.0-mpt-beta",
"version": "1.0.1-mpt-beta",
"license": "ISC",
"description": "A TypeScript/JavaScript API for interacting with the XRP Ledger in Node.js and the browser",
"files": [
Expand Down Expand Up @@ -30,7 +30,7 @@
"cross-fetch": "^4.0.0",
"eventemitter3": "^5.0.1",
"ripple-address-codec": "^5.0.0",
"ripple-binary-codec": "^1.0.0-mpt-beta",
"ripple-binary-codec": "^1.0.1-mpt-beta",
"ripple-keypairs": "^2.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 58f6415

Please sign in to comment.