Skip to content

Commit a348202

Browse files
ffmcgee725jiexi
andauthored
Release/6.0.0 (#64)
* Initialize Release 6.0.0 * Update Release 6.0.0 * changelog * changelog --------- Co-authored-by: Jiexi Luan <[email protected]>
1 parent ac9b932 commit a348202

File tree

5 files changed

+15
-5
lines changed

5 files changed

+15
-5
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/metamask-connect-monorepo",
3-
"version": "5.0.0",
3+
"version": "6.0.0",
44
"private": true,
55
"description": "MetaMask Connect Monorepo",
66
"repository": {

packages/connect-evm/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.1.1]
11+
1012
### Fixed
1113

1214
- Eagerly call `onChainChanged` when `switchChain` is called (rather than waiting for the `chainChanged` event), this ensures that the provider's selected chain ID is updated even if the `chainChanged` event is not received ([#62](https://github.com/MetaMask/connect-monorepo/pull/62))
@@ -19,5 +21,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1921

2022
- Initial release ([#58](https://github.com/MetaMask/connect-monorepo/pull/58))
2123

22-
[Unreleased]: https://github.com/MetaMask/metamask-connect-monorepo/compare/@metamask/[email protected]
24+
[Unreleased]: https://github.com/MetaMask/metamask-connect-monorepo/compare/@metamask/[email protected]
25+
[0.1.1]: https://github.com/MetaMask/metamask-connect-monorepo/compare/@metamask/[email protected]...@metamask/[email protected]
2326
[0.1.0]: https://github.com/MetaMask/metamask-connect-monorepo/releases/tag/@metamask/[email protected]

packages/connect-evm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/connect-evm",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "EVM Layer for MetaMask Connect",
55
"keywords": [
66
"MetaMask",

packages/connect-multichain/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.3.2]
11+
12+
### Added
13+
14+
- Add connection id to simple deeplinks ([#63](https://github.com/MetaMask/metamask-connect-monorepo/pull/63))
15+
1016
## [0.3.1]
1117

1218
### Changed
@@ -66,7 +72,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6672

6773
- Initial release
6874

69-
[Unreleased]: https://github.com/MetaMask/metamask-connect-monorepo/compare/@metamask/[email protected]
75+
[Unreleased]: https://github.com/MetaMask/metamask-connect-monorepo/compare/@metamask/[email protected]
76+
[0.3.2]: https://github.com/MetaMask/metamask-connect-monorepo/compare/@metamask/[email protected]...@metamask/[email protected]
7077
[0.3.1]: https://github.com/MetaMask/metamask-connect-monorepo/compare/@metamask/[email protected]...@metamask/[email protected]
7178
[0.3.0]: https://github.com/MetaMask/metamask-connect-monorepo/compare/@metamask/[email protected]...@metamask/[email protected]
7279
[0.2.1]: https://github.com/MetaMask/metamask-connect-monorepo/compare/@metamask/[email protected]...@metamask/[email protected]

packages/connect-multichain/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/connect-multichain",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "Multichain package for MetaMask Connect",
55
"keywords": [
66
"MetaMask",

0 commit comments

Comments
 (0)