From 1d9ae5ef7c89e31b3db9ea58a97f2f4fc46fa5b0 Mon Sep 17 00:00:00 2001 From: Mark Stacey Date: Tue, 23 Sep 2025 13:07:14 -0230 Subject: [PATCH] Revert "chore: release 575.0.0 (#6695)" This reverts commit 114aa998bd8f4aaab593839c648571e67ce89517. --- package.json | 2 +- packages/subscription-controller/CHANGELOG.md | 5 +---- packages/subscription-controller/package.json | 2 +- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 7927c9f888..c29fb55982 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/core-monorepo", - "version": "575.0.0", + "version": "574.0.0", "private": true, "description": "Monorepo for packages shared between MetaMask clients", "repository": { diff --git a/packages/subscription-controller/CHANGELOG.md b/packages/subscription-controller/CHANGELOG.md index aa8746cdd2..5416bb9d0f 100644 --- a/packages/subscription-controller/CHANGELOG.md +++ b/packages/subscription-controller/CHANGELOG.md @@ -7,8 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [0.2.0] - ### Changed - Added `displayBrand` in card payment type ([#6669](https://github.com/MetaMask/core/pull/6669)) @@ -36,6 +34,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Bump `@metamask/controller-utils` from `^11.12.0` to `^11.14.0` ([#6620](https://github.com/MetaMask/core/pull/6620), [#6629](https://github.com/MetaMask/core/pull/6629)) - Bump `@metamask/utils` from `^11.4.2` to `^11.8.0` ([#6588](https://github.com/MetaMask/core/pull/6588)) -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/subscription-controller@0.2.0...HEAD -[0.2.0]: https://github.com/MetaMask/core/compare/@metamask/subscription-controller@0.1.0...@metamask/subscription-controller@0.2.0 +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/subscription-controller@0.1.0...HEAD [0.1.0]: https://github.com/MetaMask/core/releases/tag/@metamask/subscription-controller@0.1.0 diff --git a/packages/subscription-controller/package.json b/packages/subscription-controller/package.json index 398152e0db..0ef2101405 100644 --- a/packages/subscription-controller/package.json +++ b/packages/subscription-controller/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/subscription-controller", - "version": "0.2.0", + "version": "0.1.0", "description": "Handle user subscription", "keywords": [ "MetaMask",