From 5091a81a4b71b08b87b4567aa808ab6dfaff0e5b Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 9 Sep 2024 15:30:42 +0000 Subject: [PATCH 1/2] 17.2.0 --- CHANGELOG.md | 11 ++++++++++- package.json | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac5ee311..d159d777 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.2.0] + +### Uncategorized + +- Remove deprecated properties warning ([#360](https://github.com/MetaMask/providers/pull/360)) +- Bump @metamask/utils from 9.1.0 to 9.2.1 ([#357](https://github.com/MetaMask/providers/pull/357)) +- Bump micromatch from 4.0.5 to 4.0.8 in the npm_and_yarn group ([#359](https://github.com/MetaMask/providers/pull/359)) + ## [17.1.2] ### Added @@ -448,7 +456,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/v17.1.2...HEAD +[Unreleased]: https://github.com/MetaMask/providers/compare/v17.2.0...HEAD +[17.2.0]: https://github.com/MetaMask/providers/compare/v17.1.2...v17.2.0 [17.1.2]: https://github.com/MetaMask/providers/compare/v17.1.1...v17.1.2 [17.1.1]: https://github.com/MetaMask/providers/compare/v17.1.0...v17.1.1 [17.1.0]: https://github.com/MetaMask/providers/compare/v17.0.0...v17.1.0 diff --git a/package.json b/package.json index 1fb76fda..6659d6ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/providers", - "version": "17.1.2", + "version": "17.2.0", "description": "A JavaScript Ethereum provider that connects to the wallet over a stream", "keywords": [ "MetaMask", From 864507ed8bf8b1684c436f2de526dc25079ade76 Mon Sep 17 00:00:00 2001 From: Jiexi Luan Date: Mon, 9 Sep 2024 08:37:02 -0700 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d159d777..8f810272 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.2.0] -### Uncategorized +### Changed -- Remove deprecated properties warning ([#360](https://github.com/MetaMask/providers/pull/360)) - Bump @metamask/utils from 9.1.0 to 9.2.1 ([#357](https://github.com/MetaMask/providers/pull/357)) - Bump micromatch from 4.0.5 to 4.0.8 in the npm_and_yarn group ([#359](https://github.com/MetaMask/providers/pull/359)) +### Removed + +- Remove deprecation console warnings when accessing `window.ethereum.chainId`, `window.ethereum.networkVersion`, and `window.ethereum.selectedAddress` ([#360](https://github.com/MetaMask/providers/pull/360)) + ## [17.1.2] ### Added