Skip to content

Commit 3931d4d

Browse files
authored
Release/5.0.0 (#61)
* Initialize Release 5.0.0 * Update Release 5.0.0
1 parent fad67fa commit 3931d4d

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
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": "4.0.0",
3+
"version": "5.0.0",
44
"private": true,
55
"description": "MetaMask Connect Monorepo",
66
"repository": {

packages/connect-multichain/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.3.1]
11+
1012
### Changed
1113

1214
- Bump `@metamask/multichain-api-client` to prevent `RPC request with id already seen.` error on extension when using firefox ([#60](https://github.com/MetaMask/connect-monorepo/pull/60))
@@ -64,7 +66,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6466

6567
- Initial release
6668

67-
[Unreleased]: https://github.com/MetaMask/metamask-connect-monorepo/compare/@metamask/[email protected]
69+
[Unreleased]: https://github.com/MetaMask/metamask-connect-monorepo/compare/@metamask/[email protected]
70+
[0.3.1]: https://github.com/MetaMask/metamask-connect-monorepo/compare/@metamask/[email protected]...@metamask/[email protected]
6871
[0.3.0]: https://github.com/MetaMask/metamask-connect-monorepo/compare/@metamask/[email protected]...@metamask/[email protected]
6972
[0.2.1]: https://github.com/MetaMask/metamask-connect-monorepo/compare/@metamask/[email protected]...@metamask/[email protected]
7073
[0.2.0]: 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.0",
3+
"version": "0.3.1",
44
"description": "Multichain package for MetaMask Connect",
55
"keywords": [
66
"MetaMask",

0 commit comments

Comments
 (0)