From d6aa8e8afc701b30841950aba21586af675987c4 Mon Sep 17 00:00:00 2001 From: Alex Donesky Date: Thu, 13 Nov 2025 15:43:13 -0600 Subject: [PATCH] Revert "Release 116.0.0 (#1380)" This reverts commit 45f413683c24c6d0ad93f5706618e27376bf321e. --- package.json | 2 +- packages/sdk/CHANGELOG.md | 7 +------ packages/sdk/package.json | 2 +- 3 files changed, 3 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index dd207a0c5..a76c06041 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "metamask-sdk-monorepo", - "version": "116.0.0", + "version": "115.0.0", "private": true, "repository": { "type": "git", diff --git a/packages/sdk/CHANGELOG.md b/packages/sdk/CHANGELOG.md index 317219a8a..f4db3a40a 100644 --- a/packages/sdk/CHANGELOG.md +++ b/packages/sdk/CHANGELOG.md @@ -6,10 +6,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [0.34.0] -### Added -- Introduces a new `hideReturnToAppNotification` option (default false) and passes it through to deeplink/QR URLs ([#1350](https://github.com/MetaMask/metamask-sdk/pull/1350)) - ## [0.33.1] ### Fixed - chore: pin `debug` package to `4.3.4` due to npm compromise ([#1342](https://github.com/MetaMask/metamask-sdk/pull/1342)) @@ -503,8 +499,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - [FEAT] improve logging + update examples ([#99](https://github.com/MetaMask/metamask-sdk/pull/99)) -[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk@0.34.0...HEAD -[0.34.0]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk@0.33.1...@metamask/sdk@0.34.0 +[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk@0.33.1...HEAD [0.33.1]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk@0.33.0...@metamask/sdk@0.33.1 [0.33.0]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk@0.32.1...@metamask/sdk@0.33.0 [0.32.1]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk@0.32.0...@metamask/sdk@0.32.1 diff --git a/packages/sdk/package.json b/packages/sdk/package.json index 6ee477329..6e228249e 100644 --- a/packages/sdk/package.json +++ b/packages/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/sdk", - "version": "0.34.0", + "version": "0.33.1", "description": "", "homepage": "https://github.com/MetaMask/metamask-sdk#readme", "bugs": {