4.2.0 release (#2896)

* update HISTORY

* update package versions

* fix version
This commit is contained in:
Omar Khan
2025-02-13 21:18:57 -05:00
committed by GitHub
parent 35e40d9d71
commit 5b16d0cfe3
5 changed files with 12 additions and 8 deletions

6
package-lock.json generated
View File

@@ -14507,7 +14507,7 @@
} }
}, },
"packages/ripple-binary-codec": { "packages/ripple-binary-codec": {
"version": "2.2.0", "version": "2.3.0",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"@xrplf/isomorphic": "^1.0.1", "@xrplf/isomorphic": "^1.0.1",
@@ -14540,7 +14540,7 @@
} }
}, },
"packages/xrpl": { "packages/xrpl": {
"version": "4.1.0", "version": "4.2.0",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"@scure/bip32": "^1.3.1", "@scure/bip32": "^1.3.1",
@@ -14550,7 +14550,7 @@
"bignumber.js": "^9.0.0", "bignumber.js": "^9.0.0",
"eventemitter3": "^5.0.1", "eventemitter3": "^5.0.1",
"ripple-address-codec": "^5.0.0", "ripple-address-codec": "^5.0.0",
"ripple-binary-codec": "^2.2.0", "ripple-binary-codec": "^2.3.0",
"ripple-keypairs": "^2.0.0" "ripple-keypairs": "^2.0.0"
}, },
"devDependencies": { "devDependencies": {

View File

@@ -2,8 +2,11 @@
## Unreleased ## Unreleased
## 2.3.0 (2025-2-13)
### Added ### Added
* Support for the AMMClawback amendment (XLS-73) * Support for the AMMClawback amendment (XLS-73)
* Support for the Permissioned Domains amendment (XLS-80).
## 2.2.0 (2024-12-23) ## 2.2.0 (2024-12-23)

View File

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

View File

@@ -4,10 +4,12 @@ Subscribe to [the **xrpl-announce** mailing list](https://groups.google.com/g/xr
## Unreleased ## Unreleased
## 4.2.0 (2025-2-13)
### Added ### Added
* Support for the AMMClawback amendment (XLS-73) * Support for the AMMClawback amendment (XLS-73)
* Adds utility function `convertTxFlagsToNumber` * Adds utility function `convertTxFlagsToNumber`
* Implementation of XLS-80d PermissionedDomain feature. * Support for the Permissioned Domains amendment (XLS-80).
* Support for the `simulate` RPC ([XLS-69](https://github.com/XRPLF/XRPL-Standards/tree/master/XLS-0069-simulate)) * Support for the `simulate` RPC ([XLS-69](https://github.com/XRPLF/XRPL-Standards/tree/master/XLS-0069-simulate))
* Support for XLS-77d Deep-Freeze amendment * Support for XLS-77d Deep-Freeze amendment
@@ -17,7 +19,6 @@ Subscribe to [the **xrpl-announce** mailing list](https://groups.google.com/g/xr
### Fixed ### Fixed
* Include `network_id` field in the `server_state` response interface. * Include `network_id` field in the `server_state` response interface.
## 4.1.0 (2024-12-23) ## 4.1.0 (2024-12-23)
### Added ### Added

View File

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