Skip to content

Commit 9ea3ee0

Browse files
authored
Revert "Release 116.0.0 (#1380)" (#1382)
This reverts commit 45f4136.
1 parent 45f4136 commit 9ea3ee0

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "metamask-sdk-monorepo",
3-
"version": "116.0.0",
3+
"version": "115.0.0",
44
"private": true,
55
"repository": {
66
"type": "git",

packages/sdk/CHANGELOG.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9-
## [0.34.0]
10-
### Added
11-
- Introduces a new `hideReturnToAppNotification` option (default false) and passes it through to deeplink/QR URLs ([#1350](https://github.com/MetaMask/metamask-sdk/pull/1350))
12-
139
## [0.33.1]
1410
### Fixed
1511
- 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
503499
### Added
504500
- [FEAT] improve logging + update examples ([#99](https://github.com/MetaMask/metamask-sdk/pull/99))
505501

506-
[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]
507-
[0.34.0]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]
502+
[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]
508503
[0.33.1]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]
509504
[0.33.0]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]
510505
[0.32.1]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]

packages/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/sdk",
3-
"version": "0.34.0",
3+
"version": "0.33.1",
44
"description": "",
55
"homepage": "https://github.com/MetaMask/metamask-sdk#readme",
66
"bugs": {

0 commit comments

Comments
 (0)