Skip to content

Commit 2009914

Browse files
Revert "Release 110.0.0" (#1230)
Revert "Release 110.0.0 (#1229)" This reverts commit ce21f33.
1 parent ce21f33 commit 2009914

File tree

7 files changed

+7
-22
lines changed

7 files changed

+7
-22
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": "110.0.0",
3+
"version": "109.0.0",
44
"private": true,
55
"repository": {
66
"type": "git",

packages/sdk-install-modal-web/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.32.1]
10-
### Added
11-
- chore: updates assets ([#1220](https://github.com/MetaMask/metamask-sdk/pull/1220))
12-
139
## [0.32.0]
1410
### Added
1511
- feat: setup stencil development environment with component preview ([#1196](https://github.com/MetaMask/metamask-sdk/pull/1196))
@@ -192,8 +188,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
192188
- Update GitHub actions workflows ([#102](https://github.com/MetaMask/metamask-sdk/pull/102))
193189
- [FEAT] Yarn v3 migration ([#100](https://github.com/MetaMask/metamask-sdk/pull/100))
194190

195-
[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]
196-
[0.32.1]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]
191+
[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]
197192
[0.32.0]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]
198193
[0.31.5]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]
199194
[0.31.2]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]

packages/sdk-install-modal-web/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-install-modal-web",
3-
"version": "0.32.1",
3+
"version": "0.32.0",
44
"description": "MetaMask SDK Install Modal for Web",
55
"homepage": "https://github.com/MetaMask/metamask-sdk#readme",
66
"bugs": {

packages/sdk-react/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.32.1]
10-
### Fixed
11-
- fix: Fix analytics for unwanted events when using extension ([#1219](https://github.com/MetaMask/metamask-sdk/pull/1219))
12-
139
## [0.32.0]
1410
### Uncategorized
1511
- feat: add turborepo for improved monorepo development experience ([#1195](https://github.com/MetaMask/metamask-sdk/pull/1195))
@@ -307,8 +303,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
307303
- [fix] publishing config ([#135](https://github.com/MetaMask/metamask-sdk/pull/135))
308304
- [feat] initial beta released
309305

310-
[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]
311-
[0.32.1]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]
306+
[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]
312307
[0.32.0]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]
313308
[0.31.5]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]
314309
[0.31.4]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]

packages/sdk-react/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-react",
3-
"version": "0.32.1",
3+
"version": "0.32.0",
44
"description": "A react component and react hooks to connect and use MetaMask",
55
"homepage": "https://github.com/MetaMask/metamask-sdk",
66
"bugs": {

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.32.1]
10-
### Fixed
11-
- fix: Fix analytics for unwanted events when using extension ([#1219](https://github.com/MetaMask/metamask-sdk/pull/1219))
12-
139
## [0.32.0]
1410
### Added
1511
- feat(sdk): rollback @metamask/providers to 16.1.0 due to Next.js compatibility issues ([#1207](https://github.com/MetaMask/metamask-sdk/pull/1207))
@@ -487,8 +483,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
487483
### Added
488484
- [FEAT] improve logging + update examples ([#99](https://github.com/MetaMask/metamask-sdk/pull/99))
489485

490-
[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]
491-
[0.32.1]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]
486+
[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]
492487
[0.32.0]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]
493488
[0.31.5]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]
494489
[0.31.4]: 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.32.1",
3+
"version": "0.32.0",
44
"description": "",
55
"homepage": "https://github.com/MetaMask/metamask-sdk#readme",
66
"bugs": {

0 commit comments

Comments
 (0)