Skip to content

Commit 9c07fc3

Browse files
committed
Update Release 6.0.0
1 parent 69da1a4 commit 9c07fc3

File tree

4 files changed

+6
-9
lines changed

4 files changed

+6
-9
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/CHANGELOG.md

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

88
## [Unreleased]
99

10-
### Uncategorized
11-
12-
- align package versions ([#48](https://github.com/MetaMask/metamask-connect-monorepo/pull/48))
13-
- feat: wagmi connector ([#31](https://github.com/MetaMask/metamask-connect-monorepo/pull/31))
14-
- add changelog formatting script ([#44](https://github.com/MetaMask/metamask-connect-monorepo/pull/44))
15-
1610
### Changed
1711

1812
- Updated `description` in `package.json` ([#18](https://github.com/MetaMask/connect-monorepo/pull/18))

0 commit comments

Comments
 (0)