From 0eb64b14473216945f69633fc9fbef3760e00702 Mon Sep 17 00:00:00 2001 From: Jackson Mills Date: Wed, 1 Dec 2021 15:20:59 -0800 Subject: [PATCH] Update history for all codecs and xrpl.js (#1849) * Update xrpl.js history.md * Update ripple-address-codec history * Add comment about npm < 7 for all codecs --- packages/ripple-address-codec/HISTORY.md | 4 ++++ packages/ripple-binary-codec/HISTORY.md | 3 +++ packages/ripple-keypairs/HISTORY.md | 3 +++ packages/xrpl/HISTORY.md | 7 +++++++ 4 files changed, 17 insertions(+) diff --git a/packages/ripple-address-codec/HISTORY.md b/packages/ripple-address-codec/HISTORY.md index c6d49d38..80e59f29 100644 --- a/packages/ripple-address-codec/HISTORY.md +++ b/packages/ripple-address-codec/HISTORY.md @@ -1,5 +1,9 @@ # ripple-address-codec +## 4.2.1 (2021-12-1) +- Fix issue where npm < 7 could not install the library +- Initial pass at linting this codebase with new rules + ## 4.2.0 (2021-11-15) - Converts ripple-address-codec into a monorepo with ripple-binary-codec, ripple-keypairs, and xrpl. Changes to build tooling but no new features or diff --git a/packages/ripple-binary-codec/HISTORY.md b/packages/ripple-binary-codec/HISTORY.md index e05b9cbe..ec5f28cb 100644 --- a/packages/ripple-binary-codec/HISTORY.md +++ b/packages/ripple-binary-codec/HISTORY.md @@ -1,5 +1,8 @@ # ripple-binary-codec Release History +## 1.2.1 (2021-12-1) +- Fix issue where npm < 7 could not install the library + ## 1.2.0 (2021-11-15) - Converts ripple-binary-codec into a monorepo with ripple-address-codec, ripple-keypairs, and xrpl diff --git a/packages/ripple-keypairs/HISTORY.md b/packages/ripple-keypairs/HISTORY.md index 01e992d5..e4f6f269 100644 --- a/packages/ripple-keypairs/HISTORY.md +++ b/packages/ripple-keypairs/HISTORY.md @@ -1,5 +1,8 @@ # ripple-keypairs Release History +## 1.1.1 (2021-12-1) +- Fix issue where npm < 7 was not allowed to install the library + ## 1.1.0 (2021-11-15) - Converts ripple-keypairs into a monorepo with ripple-binary-codec, ripple-address-codec, and xrpl. Changes to build tooling but no new features or diff --git a/packages/xrpl/HISTORY.md b/packages/xrpl/HISTORY.md index 11d94d29..c3b94e85 100644 --- a/packages/xrpl/HISTORY.md +++ b/packages/xrpl/HISTORY.md @@ -2,6 +2,13 @@ Subscribe to [the **xrpl-announce** mailing list](https://groups.google.com/g/xrpl-announce) for release announcements. We recommend that xrpl.js (ripple-lib) users stay up-to-date with the latest stable release. +## 2.0.3 (2021-12-1) +* Removes requirement for npm version > 7 for non-contributors +* Added a workaround for rippled UNLModify encoding bug (#1830) +* For contributors - + * Renamed the master branch to main, and now just have one main branch + * Fixed issues which made Windows contributors unable to build the library + ## 2.0.2 (2021-11-15) * Imports ripple-address-codec, ripple-binary-codec, and ripple-keypairs into this repo. No new features or bug fixes