Skip to content

Commit cd12e52

Browse files
authored
Release 6.0.0 (#35)
1 parent 95155c9 commit cd12e52

File tree

8 files changed

+48
-17
lines changed

8 files changed

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

packages/core/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.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+
1016
## [0.0.5]
1117

1218
### Fixed
@@ -31,7 +37,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3137

3238
- Initial release of the package
3339

34-
[Unreleased]: https://github.com/MetaMask/mobile-wallet-protocol/compare/@metamask/[email protected]
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]
3542
[0.0.5]: https://github.com/MetaMask/mobile-wallet-protocol/compare/@metamask/[email protected]...@metamask/[email protected]
3643
[0.0.4]: https://github.com/MetaMask/mobile-wallet-protocol/compare/@metamask/[email protected]...@metamask/[email protected]
3744
[0.0.3]: https://github.com/MetaMask/mobile-wallet-protocol/compare/@metamask/[email protected]...@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.5",
3+
"version": "0.0.6",
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.0.6]
11+
12+
### Fixed
13+
14+
- fix : release process ([#34](https://github.com/MetaMask/mobile-wallet-protocol/pull/34))
15+
1016
## [0.0.5]
1117

1218
### Fixed
@@ -31,7 +37,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3137

3238
- Initial release of the package
3339

34-
[Unreleased]: https://github.com/MetaMask/mobile-wallet-protocol/compare/@metamask/[email protected]
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]
3542
[0.0.5]: https://github.com/MetaMask/mobile-wallet-protocol/compare/@metamask/[email protected]...@metamask/[email protected]
3643
[0.0.4]: https://github.com/MetaMask/mobile-wallet-protocol/compare/@metamask/[email protected]...@metamask/[email protected]
3744
[0.0.3]: 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.0.5",
3+
"version": "0.0.6",
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.0.6]
11+
12+
### Fixed
13+
14+
- fix : release process ([#34](https://github.com/MetaMask/mobile-wallet-protocol/pull/34))
15+
1016
## [0.0.5]
1117

1218
### Fixed
@@ -31,7 +37,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3137

3238
- Initial release of the package
3339

34-
[Unreleased]: https://github.com/MetaMask/mobile-wallet-protocol/compare/@metamask/[email protected]
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]
3542
[0.0.5]: https://github.com/MetaMask/mobile-wallet-protocol/compare/@metamask/[email protected]...@metamask/[email protected]
3643
[0.0.4]: https://github.com/MetaMask/mobile-wallet-protocol/compare/@metamask/[email protected]...@metamask/[email protected]
3744
[0.0.3]: 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.0.5",
3+
"version": "0.0.6",
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"

yarn.lock

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1758,6 +1758,16 @@ __metadata:
17581758
languageName: node
17591759
linkType: hard
17601760

1761+
"@expo/json-file@npm:^10.0.0":
1762+
version: 10.0.0
1763+
resolution: "@expo/json-file@npm:10.0.0"
1764+
dependencies:
1765+
"@babel/code-frame": ~7.10.4
1766+
json5: ^2.2.3
1767+
checksum: 5f02b22bd91b84d2cf9027eea77156cddc0bc25c74e8086200eaf90c239713d967957ba6efea4950f2c382492063cc292c639ffcf64168c983d24e1870d5d85d
1768+
languageName: node
1769+
linkType: hard
1770+
17611771
"@expo/json-file@npm:^9.1.5, @expo/json-file@npm:~9.1.5":
17621772
version: 9.1.5
17631773
resolution: "@expo/json-file@npm:9.1.5"
@@ -1805,26 +1815,26 @@ __metadata:
18051815
linkType: hard
18061816

18071817
"@expo/osascript@npm:^2.2.5":
1808-
version: 2.2.5
1809-
resolution: "@expo/osascript@npm:2.2.5"
1818+
version: 2.3.0
1819+
resolution: "@expo/osascript@npm:2.3.0"
18101820
dependencies:
18111821
"@expo/spawn-async": ^1.7.2
18121822
exec-async: ^2.2.0
1813-
checksum: 1025a18f02a934326f494fa84f64201a6887324fb4406099792c6434a75f3366f2ffcfe669ebd32451dfaa027c7ee83b5ba8ac53a0a8d31bbab1887a15c2e588
1823+
checksum: 5f284897fca5be280a7bb7924401977b15e2020a95f31dc203f1fd8bfb15f5ce31e3cab187bb932f354bb1363759e7ec765dc481efeaa764d03a3b068d927935
18141824
languageName: node
18151825
linkType: hard
18161826

18171827
"@expo/package-manager@npm:^1.8.6":
1818-
version: 1.8.6
1819-
resolution: "@expo/package-manager@npm:1.8.6"
1828+
version: 1.9.0
1829+
resolution: "@expo/package-manager@npm:1.9.0"
18201830
dependencies:
1821-
"@expo/json-file": ^9.1.5
1831+
"@expo/json-file": ^10.0.0
18221832
"@expo/spawn-async": ^1.7.2
18231833
chalk: ^4.0.0
18241834
npm-package-arg: ^11.0.0
18251835
ora: ^3.4.0
18261836
resolve-workspace-root: ^2.0.0
1827-
checksum: b2311cd739d80d934415bd1e1389b89ce6363dbc29b4efa086efc5226de25093d42e5b6839426b4c9b182ab5939620ff481ca5f15bd0b7195cad47e971cc4448
1837+
checksum: 166c08a9c3ddfee5b9ea7e9b9693dfb5a30c61b66a5d8fb55bfbdae582cfd83e2839d5a485ae98a0ec1b698bc897e504ccadf7d20c7ec9ebd17f087fd5b3b3b9
18281838
languageName: node
18291839
linkType: hard
18301840

@@ -5144,9 +5154,9 @@ __metadata:
51445154
linkType: hard
51455155

51465156
"caniuse-lite@npm:^1.0.30001579, caniuse-lite@npm:^1.0.30001733":
5147-
version: 1.0.30001734
5148-
resolution: "caniuse-lite@npm:1.0.30001734"
5149-
checksum: 2ebb37ff671e005fd945a963ccc496cc5cafeb39c02d883903909b43f8849e544f4b1cb80cc76cb31171b23d50716634b7d08b3d5bfe6c14e66c43b82572bd9a
5157+
version: 1.0.30001735
5158+
resolution: "caniuse-lite@npm:1.0.30001735"
5159+
checksum: 41ee174f41b876a76d9f9a164d84a43a2d7d4cfba9076b459f165370fd5e0778327262ec3cd676c05f8e8cdeb4f6362d31714fecdcdc584034ae91e987b5bf84
51505160
languageName: node
51515161
linkType: hard
51525162

0 commit comments

Comments
 (0)