From 90b8e43d868e0f1c19d5c1ed0cfd05994e2c3a3f Mon Sep 17 00:00:00 2001 From: Frederik Bolding Date: Fri, 1 Nov 2024 10:14:59 +0100 Subject: [PATCH] Release 76.0.0 (#2872) Hotfix release for an ESM import issue with the previous release. --- package.json | 2 +- packages/snaps-utils/CHANGELOG.md | 9 ++++++++- packages/snaps-utils/package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 55d3b777e5..0ee230b0c3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "root", - "version": "75.0.0", + "version": "76.0.0", "private": true, "repository": { "type": "git", diff --git a/packages/snaps-utils/CHANGELOG.md b/packages/snaps-utils/CHANGELOG.md index 1f7e3c02e1..c1dfb248ec 100644 --- a/packages/snaps-utils/CHANGELOG.md +++ b/packages/snaps-utils/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [8.5.1] + +### Fixed + +- Use regular import to reference package.json ([#2871](https://github.com/MetaMask/snaps/pull/2871)) + ## [8.5.0] ### Added @@ -473,7 +479,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - The version of the package no longer needs to match the version of all other MetaMask Snaps packages. -[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@8.5.0...HEAD +[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@8.5.1...HEAD +[8.5.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@8.5.0...@metamask/snaps-utils@8.5.1 [8.5.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@8.4.1...@metamask/snaps-utils@8.5.0 [8.4.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@8.4.0...@metamask/snaps-utils@8.4.1 [8.4.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@8.3.0...@metamask/snaps-utils@8.4.0 diff --git a/packages/snaps-utils/package.json b/packages/snaps-utils/package.json index 26f20d9a1a..d506c60ec2 100644 --- a/packages/snaps-utils/package.json +++ b/packages/snaps-utils/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/snaps-utils", - "version": "8.5.0", + "version": "8.5.1", "description": "A collection of utilities for MetaMask Snaps", "keywords": [ "MetaMask",