Skip to content

Commit c3f952e

Browse files
authored
revert 5f43797 (#59)
1 parent 56cb1c4 commit c3f952e

File tree

6 files changed

+759
-622
lines changed

6 files changed

+759
-622
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": "mobile-wallet-protocol",
3-
"version": "13.0.0",
3+
"version": "12.0.0",
44
"private": true,
55
"type": "module",
66
"workspaces": [

packages/dapp-client/CHANGELOG.md

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

88
## [Unreleased]
99

10-
## [0.2.2]
11-
1210
### Added
1311

1412
- Export ESM paths ([#57](https://github.com/MetaMask/mobile-wallet-protocol/pull/57))
@@ -47,8 +45,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4745

4846
- Initial release of the package ([#35](https://github.com/MetaMask/mobile-wallet-protocol/pull/35))
4947

50-
[Unreleased]: https://github.com/MetaMask/mobile-wallet-protocol/compare/@metamask/[email protected]
51-
[0.2.2]: https://github.com/MetaMask/mobile-wallet-protocol/compare/@metamask/[email protected]...@metamask/[email protected]
48+
[Unreleased]: https://github.com/MetaMask/mobile-wallet-protocol/compare/@metamask/[email protected]
5249
[0.2.1]: https://github.com/MetaMask/mobile-wallet-protocol/compare/@metamask/[email protected]...@metamask/[email protected]
5350
[0.2.0]: https://github.com/MetaMask/mobile-wallet-protocol/compare/@metamask/[email protected]...@metamask/[email protected]
5451
[0.1.1]: https://github.com/MetaMask/mobile-wallet-protocol/compare/@metamask/[email protected]...@metamask/[email protected]

packages/dapp-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/mobile-wallet-protocol-dapp-client",
3-
"version": "0.2.2",
3+
"version": "0.2.1",
44
"homepage": "https://github.com/MetaMask/mobile-wallet-protocol/tree/main/packages/dapp-client#readme",
55
"bugs": {
66
"url": "https://github.com/MetaMask/mobile-wallet-protocol/issues"

packages/wallet-client/CHANGELOG.md

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

88
## [Unreleased]
99

10-
## [0.2.2]
11-
1210
### Added
1311

1412
- Export ESM paths ([#57](https://github.com/MetaMask/mobile-wallet-protocol/pull/57))
@@ -47,8 +45,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4745

4846
- Initial release of the package ([#35](https://github.com/MetaMask/mobile-wallet-protocol/pull/35))
4947

50-
[Unreleased]: https://github.com/MetaMask/mobile-wallet-protocol/compare/@metamask/[email protected]
51-
[0.2.2]: https://github.com/MetaMask/mobile-wallet-protocol/compare/@metamask/[email protected]...@metamask/[email protected]
48+
[Unreleased]: https://github.com/MetaMask/mobile-wallet-protocol/compare/@metamask/[email protected]
5249
[0.2.1]: https://github.com/MetaMask/mobile-wallet-protocol/compare/@metamask/[email protected]...@metamask/[email protected]
5350
[0.2.0]: https://github.com/MetaMask/mobile-wallet-protocol/compare/@metamask/[email protected]...@metamask/[email protected]
5451
[0.1.1]: https://github.com/MetaMask/mobile-wallet-protocol/compare/@metamask/[email protected]...@metamask/[email protected]

packages/wallet-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/mobile-wallet-protocol-wallet-client",
3-
"version": "0.2.2",
3+
"version": "0.2.1",
44
"homepage": "https://github.com/MetaMask/mobile-wallet-protocol/tree/main/packages/wallet-client#readme",
55
"bugs": {
66
"url": "https://github.com/MetaMask/mobile-wallet-protocol/issues"

0 commit comments

Comments
 (0)