Skip to content

Commit 5b9d1c7

Browse files
authored
Release 8.0.0 (#41)
1 parent 52ed7e5 commit 5b9d1c7

File tree

8 files changed

+436
-382
lines changed

8 files changed

+436
-382
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": "7.0.0",
3+
"version": "8.0.0",
44
"private": true,
55
"type": "module",
66
"workspaces": [

packages/core/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.1.1]
11+
12+
### Added
13+
14+
- New optional method to proactively reconnect the underlying transport ([#39](https://github.com/MetaMask/mobile-wallet-protocol/pull/39))
15+
16+
### Changed
17+
18+
- Added `files` attribute to package json file ([#40](https://github.com/MetaMask/mobile-wallet-protocol/pull/40))
19+
1020
## [0.1.0]
1121

1222
### Changed
@@ -23,6 +33,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2333

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

26-
[Unreleased]: https://github.com/MetaMask/mobile-wallet-protocol/compare/@metamask/[email protected]
36+
[Unreleased]: https://github.com/MetaMask/mobile-wallet-protocol/compare/@metamask/[email protected]
37+
[0.1.1]: https://github.com/MetaMask/mobile-wallet-protocol/compare/@metamask/[email protected]...@metamask/[email protected]
2738
[0.1.0]: https://github.com/MetaMask/mobile-wallet-protocol/compare/@metamask/[email protected]...@metamask/[email protected]
2839
[0.0.6]: https://github.com/MetaMask/mobile-wallet-protocol/releases/tag/@metamask/[email protected]

packages/core/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-core",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"homepage": "https://github.com/MetaMask/mobile-wallet-protocol/tree/main/packages/core#readme",
55
"bugs": {
66
"url": "https://github.com/MetaMask/mobile-wallet-protocol/issues"

packages/dapp-client/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.1.1]
11+
12+
### Changed
13+
14+
- Added `files` attribute to package json file ([#40](https://github.com/MetaMask/mobile-wallet-protocol/pull/40))
15+
1016
## [0.1.0]
1117

1218
### Added
@@ -19,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1925

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

22-
[Unreleased]: https://github.com/MetaMask/mobile-wallet-protocol/compare/@metamask/[email protected]
28+
[Unreleased]: https://github.com/MetaMask/mobile-wallet-protocol/compare/@metamask/[email protected]
29+
[0.1.1]: https://github.com/MetaMask/mobile-wallet-protocol/compare/@metamask/[email protected]...@metamask/[email protected]
2330
[0.1.0]: https://github.com/MetaMask/mobile-wallet-protocol/compare/@metamask/[email protected]...@metamask/[email protected]
2431
[0.0.6]: https://github.com/MetaMask/mobile-wallet-protocol/releases/tag/@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.1.0",
3+
"version": "0.1.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: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.1]
11+
12+
### Changed
13+
14+
- Added `files` attribute to package json file ([#40](https://github.com/MetaMask/mobile-wallet-protocol/pull/40))
15+
1016
## [0.1.0]
1117

1218
### Added
@@ -19,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1925

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

22-
[Unreleased]: https://github.com/MetaMask/mobile-wallet-protocol/compare/@metamask/[email protected]
28+
[Unreleased]: https://github.com/MetaMask/mobile-wallet-protocol/compare/@metamask/[email protected]
29+
[0.1.1]: https://github.com/MetaMask/mobile-wallet-protocol/compare/@metamask/[email protected]...@metamask/[email protected]
2330
[0.1.0]: https://github.com/MetaMask/mobile-wallet-protocol/compare/@metamask/[email protected]...@metamask/[email protected]
2431
[0.0.6]: https://github.com/MetaMask/mobile-wallet-protocol/releases/tag/@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.1.0",
3+
"version": "0.1.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)