From 4659d0d55885c930b6b6d2f0c4bd445eb183da98 Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 30 Aug 2022 13:33:09 -0400 Subject: [PATCH 1/2] update lerna.json --- lerna.json | 1 - 1 file changed, 1 deletion(-) diff --git a/lerna.json b/lerna.json index 7e7afd1f502..b284a458328 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,5 @@ { "version": "1.7.5", - "lerna": "2.0.0", "command": { "init": { "exact": true From a7a9cabd0f3cdc3f78b5d3b71281850b643561fc Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 30 Aug 2022 13:48:32 -0400 Subject: [PATCH 2/2] update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 017b0d7c6e8..31076fb7a62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -589,6 +589,7 @@ Released with 1.0.0-beta.37 code base. ### Changed - Updated `sha3` and `sha3Raw` type definition to accept `Buffer` +- Removing legacy field in lerna.json (#5403) ### Fixed - Browser builds support polyfills (#5031) (#5053) (#4659) (#4767)