release: xrpl@3.0.0-beta.1 and friends (#2592)

Release beta versions of all the packages and fix history file version numbers for first beta.
This commit is contained in:
Caleb Kniffen
2023-11-30 16:57:44 -06:00
parent 38b385969b
commit 63c71a162d
354 changed files with 4725 additions and 2665 deletions

View File

@@ -2,13 +2,15 @@
## Unreleased
## 2.0.0 Beta 1 (2023-11-30)
### Breaking Changes
* `Buffer` has been replaced with `UInt8Array` for both params and return values. `Buffer` may continue to work with params since they extend `UInt8Arrays`.
### Changes
* Eliminates 4 runtime dependencies: `base-x`, `base64-js`, `buffer`, and `ieee754`.
## 2.0.0 Beta 1 (2023-10-19)
## 2.0.0 Beta 0 (2023-10-19)
### Breaking Changes
* Bump typescript to 5.x

View File

@@ -1,6 +1,6 @@
{
"name": "ripple-keypairs",
"version": "2.0.0-beta.0",
"version": "2.0.0-beta.1",
"description": "Cryptographic key pairs for the XRP Ledger",
"scripts": {
"build": "tsc --build tsconfig.build.json",
@@ -20,8 +20,8 @@
},
"dependencies": {
"@noble/curves": "^1.0.0",
"@xrplf/isomorphic": "^1.0.0-beta.0",
"ripple-address-codec": "^5.0.0-beta.0"
"@xrplf/isomorphic": "^1.0.0-beta.1",
"ripple-address-codec": "^5.0.0-beta.1"
},
"keywords": [
"ripple",