From 50236d6c7e9d9b1777abfeadd8d975b2644da6bc Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 19 Mar 2024 17:20:32 +0000 Subject: [PATCH 1/3] 17.0.0 --- CHANGELOG.md | 11 ++++++++++- package.json | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6541fae9..117bd799 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [17.0.0] + +### Uncategorized + +- Revert "Remove deprecated properties, networkChanged event, and offli… ([#312](https://github.com/MetaMask/providers/pull/312)) +- Bump MetaMask dependencies ([#310](https://github.com/MetaMask/providers/pull/310)) +- Bump @metamask/safe-event-emitter from 3.0.0 to 3.1.1 ([#309](https://github.com/MetaMask/providers/pull/309)) + ## [16.0.0] ### Removed @@ -382,7 +390,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 added deprecation warnings for them ([#30](https://github.com/MetaMask/providers/pull/30)) - Un-deprecated `sendAsync` ([#29](https://github.com/MetaMask/providers/pull/29)) -[Unreleased]: https://github.com/MetaMask/providers/compare/v16.0.0...HEAD +[Unreleased]: https://github.com/MetaMask/providers/compare/v17.0.0...HEAD +[17.0.0]: https://github.com/MetaMask/providers/compare/v16.0.0...v17.0.0 [16.0.0]: https://github.com/MetaMask/providers/compare/v15.0.0...v16.0.0 [15.0.0]: https://github.com/MetaMask/providers/compare/v14.0.2...v15.0.0 [14.0.2]: https://github.com/MetaMask/providers/compare/v14.0.1...v14.0.2 diff --git a/package.json b/package.json index 63d65138..ee480872 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/providers", - "version": "16.0.0", + "version": "17.0.0", "description": "A JavaScript Ethereum provider that connects to the wallet over a stream", "keywords": [ "MetaMask", From 5e623bd6d0b6d1dada27d92d856d877dd2fbbc62 Mon Sep 17 00:00:00 2001 From: Jiexi Luan Date: Tue, 19 Mar 2024 10:25:25 -0700 Subject: [PATCH 2/3] update changelog --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 117bd799..99ee897d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,12 +9,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [17.0.0] -### Uncategorized +### Changed -- Revert "Remove deprecated properties, networkChanged event, and offli… ([#312](https://github.com/MetaMask/providers/pull/312)) - Bump MetaMask dependencies ([#310](https://github.com/MetaMask/providers/pull/310)) - Bump @metamask/safe-event-emitter from 3.0.0 to 3.1.1 ([#309](https://github.com/MetaMask/providers/pull/309)) +### Removed + +- **BREAKING:** Revert Remove deprecated properties, networkChanged event, and offline send() net_version support ([#312](https://github.com/MetaMask/providers/pull/312)) + ## [16.0.0] ### Removed From 0bc415f60fb0cbc9b046b17cf89c754a3963ade8 Mon Sep 17 00:00:00 2001 From: Jiexi Luan Date: Wed, 1 May 2024 09:57:11 -0700 Subject: [PATCH 3/3] Update changelog --- CHANGELOG.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99ee897d..020551aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,14 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [17.0.0] -### Changed +### Added +- Restore deprecated properties, networkChanged event, and offline send() net_version support ([#312](https://github.com/MetaMask/providers/pull/312)) - Bump MetaMask dependencies ([#310](https://github.com/MetaMask/providers/pull/310)) - Bump @metamask/safe-event-emitter from 3.0.0 to 3.1.1 ([#309](https://github.com/MetaMask/providers/pull/309)) - -### Removed - -- **BREAKING:** Revert Remove deprecated properties, networkChanged event, and offline send() net_version support ([#312](https://github.com/MetaMask/providers/pull/312)) +- Bump @metamask/utils from 8.3.0 to 8.4.0 ([#311](https://github.com/MetaMask/providers/pull/311)) +- Bump tar from 6.1.13 to 6.2.1 ([#314](https://github.com/MetaMask/providers/pull/314)) ## [16.0.0]