Skip to content

Commit e958705

Browse files
authored
release 4.4.0 (#3055)
* release-xrpl@4.4.0; newer releases for ripple-binary-codec and secret-numbers package * update dependency version numbers of secret-numbers and rbc package * update docs for new release. Note: Documentation is produced by a Gthub Actions CI pipelines. However, this commit ensures that readers of the code-repository use the latest docs. This is required until we completely retire the use of the docs/ folder in this code repository * Revert "update docs for new release. Note: Documentation is produced by a Gthub Actions CI pipelines. However, this commit ensures that readers of the code-repository use the latest docs. This is required until we completely retire the use of the docs/ folder in this code repository" This reverts commit 999132f.
1 parent 7799528 commit e958705

File tree

7 files changed

+16
-10
lines changed

7 files changed

+16
-10
lines changed

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/ripple-binary-codec/HISTORY.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## 2.5.0 (2025-07-29)
6+
57
### Added
68
* Support for `Single Asset Vault` (XLS-65)
79
* Adds new `STNumber` serialization type.

packages/ripple-binary-codec/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ripple-binary-codec",
3-
"version": "2.4.1",
3+
"version": "2.5.0",
44
"description": "XRP Ledger binary codec",
55
"files": [
66
"dist/*",

packages/secret-numbers/HISTORY.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Subscribe to [the **xrpl-announce** mailing list](https://groups.google.com/g/xr
44

55
## Unreleased
66

7+
## 2.0.0 (2025-07-29)
8+
79
### BREAKING CHANGES:
810
* Renamed `build/xrplf-secret-numbers-latest.min.js` to `build/xrplf-secret-numbers-latest-min.js`.
911

packages/secret-numbers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xrplf/secret-numbers",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"description": "Generate XRPL Accounts with a number-based secret: 8 chunks of 6 digits",
55
"main": "dist/index.js",
66
"unpkg": "build/xrplf-secret-numbers-latest-min.js",

packages/xrpl/HISTORY.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Subscribe to [the **xrpl-announce** mailing list](https://groups.google.com/g/xr
44

55
## Unreleased
66

7+
## 4.4.0 (2025-07-29)
8+
79
### Added
810
* Support for `PermissionedDEX` (XLS-81d)
911
* Support for `Token Escrow` (XLS-85)

packages/xrpl/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xrpl",
3-
"version": "4.3.0",
3+
"version": "4.4.0",
44
"license": "ISC",
55
"description": "A TypeScript/JavaScript API for interacting with the XRP Ledger in Node.js and the browser",
66
"files": [
@@ -25,11 +25,11 @@
2525
"@scure/bip32": "^1.3.1",
2626
"@scure/bip39": "^1.2.1",
2727
"@xrplf/isomorphic": "^1.0.1",
28-
"@xrplf/secret-numbers": "^1.0.0",
28+
"@xrplf/secret-numbers": "^2.0.0",
2929
"bignumber.js": "^9.0.0",
3030
"eventemitter3": "^5.0.1",
3131
"ripple-address-codec": "^5.0.0",
32-
"ripple-binary-codec": "^2.4.1",
32+
"ripple-binary-codec": "^2.5.0",
3333
"ripple-keypairs": "^2.0.0"
3434
},
3535
"devDependencies": {

0 commit comments

Comments
 (0)