4.1.0 release (#2851)

* update HISTORY

* update package-lock

* update ripple-binary-codec HISTORY

* update release dates

* update release dates

* update HISTORY files
This commit is contained in:
Omar Khan
2024-12-20 20:40:25 -05:00
committed by GitHub
parent f34d1a7a63
commit 11e724253b
5 changed files with 10 additions and 6 deletions

6
package-lock.json generated
View File

@@ -14896,7 +14896,7 @@
}
},
"packages/ripple-binary-codec": {
"version": "2.1.0",
"version": "2.2.0",
"license": "ISC",
"dependencies": {
"@xrplf/isomorphic": "^1.0.1",
@@ -14929,7 +14929,7 @@
}
},
"packages/xrpl": {
"version": "4.0.0",
"version": "4.1.0",
"license": "ISC",
"dependencies": {
"@scure/bip32": "^1.3.1",
@@ -14939,7 +14939,7 @@
"bignumber.js": "^9.0.0",
"eventemitter3": "^5.0.1",
"ripple-address-codec": "^5.0.0",
"ripple-binary-codec": "^2.1.0",
"ripple-binary-codec": "^2.2.0",
"ripple-keypairs": "^2.0.0"
},
"devDependencies": {

View File

@@ -2,6 +2,8 @@
## Unreleased
## 2.2.0 (2024-12-23)
### Added
* Support for the Multi-Purpose Token amendment (XLS-33)

View File

@@ -1,6 +1,6 @@
{
"name": "ripple-binary-codec",
"version": "2.1.0",
"version": "2.2.0",
"description": "XRP Ledger binary codec",
"files": [
"dist/*",

View File

@@ -4,6 +4,8 @@ Subscribe to [the **xrpl-announce** mailing list](https://groups.google.com/g/xr
## Unreleased Changes
## 4.1.0 (2024-12-23)
### Added
* Added new MPT transaction definitions (XLS-33)
* New `MPTAmount` type support for `Payment` and `Clawback` transactions

View File

@@ -1,6 +1,6 @@
{
"name": "xrpl",
"version": "4.0.0",
"version": "4.1.0",
"license": "ISC",
"description": "A TypeScript/JavaScript API for interacting with the XRP Ledger in Node.js and the browser",
"files": [
@@ -29,7 +29,7 @@
"bignumber.js": "^9.0.0",
"eventemitter3": "^5.0.1",
"ripple-address-codec": "^5.0.0",
"ripple-binary-codec": "^2.1.0",
"ripple-binary-codec": "^2.2.0",
"ripple-keypairs": "^2.0.0"
},
"devDependencies": {