Skip to content

Commit b5a5156

Browse files
authored
Release 7.0.0 (#37)
1 parent 51af91f commit b5a5156

File tree

8 files changed

+292
-339
lines changed

8 files changed

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

packages/core/CHANGELOG.md

Lines changed: 10 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -7,39 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
## [0.0.6]
11-
12-
### Fixed
13-
14-
- fix: Add secret var input to github action ([#33](https://github.com/MetaMask/mobile-wallet-protocol/pull/33))
15-
16-
## [0.0.5]
17-
18-
### Fixed
10+
## [0.1.0]
1911

20-
- Fixed publishing process
12+
### Changed
2113

22-
## [0.0.4]
14+
- Move `eciesjs` to dev dependencies ([#36](https://github.com/MetaMask/mobile-wallet-protocol/pull/36))
2315

24-
### Fixed
16+
### Removed
2517

26-
- Fixed publishing process
18+
- **BREAKING:** Remove `KeyManager` ([#36](https://github.com/MetaMask/mobile-wallet-protocol/pull/36))
2719

28-
## [0.0.3]
29-
30-
### Fixed
31-
32-
- Fixed publishing process
33-
34-
## [0.0.2]
20+
## [0.0.6]
3521

3622
### Added
3723

38-
- Initial release of the package
24+
- Initial release of the package ([#35](https://github.com/MetaMask/mobile-wallet-protocol/pull/35))
3925

40-
[Unreleased]: https://github.com/MetaMask/mobile-wallet-protocol/compare/@metamask/[email protected]
41-
[0.0.6]: https://github.com/MetaMask/mobile-wallet-protocol/compare/@metamask/[email protected]...@metamask/[email protected]
42-
[0.0.5]: https://github.com/MetaMask/mobile-wallet-protocol/compare/@metamask/[email protected]...@metamask/[email protected]
43-
[0.0.4]: https://github.com/MetaMask/mobile-wallet-protocol/compare/@metamask/[email protected]...@metamask/[email protected]
44-
[0.0.3]: https://github.com/MetaMask/mobile-wallet-protocol/compare/@metamask/[email protected]...@metamask/[email protected]
45-
[0.0.2]: https://github.com/MetaMask/mobile-wallet-protocol/releases/tag/@metamask/[email protected]
26+
[Unreleased]: https://github.com/MetaMask/mobile-wallet-protocol/compare/@metamask/[email protected]
27+
[0.1.0]: https://github.com/MetaMask/mobile-wallet-protocol/compare/@metamask/[email protected]...@metamask/[email protected]
28+
[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.0.6",
3+
"version": "0.1.0",
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 & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -7,39 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
## [0.0.6]
11-
12-
### Fixed
13-
14-
- fix : release process ([#34](https://github.com/MetaMask/mobile-wallet-protocol/pull/34))
15-
16-
## [0.0.5]
17-
18-
### Fixed
19-
20-
- Fixed publishing process
10+
## [0.1.0]
2111

22-
## [0.0.4]
23-
24-
### Fixed
25-
26-
- Fixed publishing process
27-
28-
## [0.0.3]
29-
30-
### Fixed
12+
### Added
3113

32-
- Fixed publishing process
14+
- **BREAKING:** Add required `keymanager` option to `DappClient` constructor options ([#36](https://github.com/MetaMask/mobile-wallet-protocol/pull/36))
3315

34-
## [0.0.2]
16+
## [0.0.6]
3517

3618
### Added
3719

38-
- Initial release of the package
20+
- Initial release of the package ([#35](https://github.com/MetaMask/mobile-wallet-protocol/pull/35))
3921

40-
[Unreleased]: https://github.com/MetaMask/mobile-wallet-protocol/compare/@metamask/[email protected]
41-
[0.0.6]: https://github.com/MetaMask/mobile-wallet-protocol/compare/@metamask/[email protected]...@metamask/[email protected]
42-
[0.0.5]: https://github.com/MetaMask/mobile-wallet-protocol/compare/@metamask/[email protected]...@metamask/[email protected]
43-
[0.0.4]: https://github.com/MetaMask/mobile-wallet-protocol/compare/@metamask/[email protected]...@metamask/[email protected]
44-
[0.0.3]: https://github.com/MetaMask/mobile-wallet-protocol/compare/@metamask/[email protected]...@metamask/[email protected]
45-
[0.0.2]: https://github.com/MetaMask/mobile-wallet-protocol/releases/tag/@metamask/[email protected]
22+
[Unreleased]: https://github.com/MetaMask/mobile-wallet-protocol/compare/@metamask/[email protected]
23+
[0.1.0]: https://github.com/MetaMask/mobile-wallet-protocol/compare/@metamask/[email protected]...@metamask/[email protected]
24+
[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.0.6",
3+
"version": "0.1.0",
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 & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -7,39 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
## [0.0.6]
11-
12-
### Fixed
13-
14-
- fix : release process ([#34](https://github.com/MetaMask/mobile-wallet-protocol/pull/34))
15-
16-
## [0.0.5]
17-
18-
### Fixed
19-
20-
- Fixed publishing process
10+
## [0.1.0]
2111

22-
## [0.0.4]
23-
24-
### Fixed
25-
26-
- Fixed publishing process
27-
28-
## [0.0.3]
29-
30-
### Fixed
12+
### Added
3113

32-
- Fixed publishing process
14+
- **BREAKING:** Add required `keymanager` option to `WalletClient` constructor options ([#36](https://github.com/MetaMask/mobile-wallet-protocol/pull/36))
3315

34-
## [0.0.2]
16+
## [0.0.6]
3517

3618
### Added
3719

38-
- Initial release of the package
20+
- Initial release of the package ([#35](https://github.com/MetaMask/mobile-wallet-protocol/pull/35))
3921

40-
[Unreleased]: https://github.com/MetaMask/mobile-wallet-protocol/compare/@metamask/[email protected]
41-
[0.0.6]: https://github.com/MetaMask/mobile-wallet-protocol/compare/@metamask/[email protected]...@metamask/[email protected]
42-
[0.0.5]: https://github.com/MetaMask/mobile-wallet-protocol/compare/@metamask/[email protected]...@metamask/[email protected]
43-
[0.0.4]: https://github.com/MetaMask/mobile-wallet-protocol/compare/@metamask/[email protected]...@metamask/[email protected]
44-
[0.0.3]: https://github.com/MetaMask/mobile-wallet-protocol/compare/@metamask/[email protected]...@metamask/[email protected]
45-
[0.0.2]: https://github.com/MetaMask/mobile-wallet-protocol/releases/tag/@metamask/[email protected]
22+
[Unreleased]: https://github.com/MetaMask/mobile-wallet-protocol/compare/@metamask/[email protected]
23+
[0.1.0]: https://github.com/MetaMask/mobile-wallet-protocol/compare/@metamask/[email protected]...@metamask/[email protected]
24+
[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.0.6",
3+
"version": "0.1.0",
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)