Skip to content

Commit 53e9b9a

Browse files
authored
Release/4.0.0 (#58)
* Initialize Release 4.0.0 * Update Release 4.0.0 * changelog * changelog
1 parent ea2d469 commit 53e9b9a

File tree

5 files changed

+12
-26
lines changed

5 files changed

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

packages/connect-evm/CHANGELOG.md

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

88
## [Unreleased]
99

10-
### Added
11-
12-
- Added `connectWith()` method which makes a request for the method to be paired together with a connection request ([#53](https://github.com/MetaMask/connect-monorepo/pull/53))
13-
- This method expects param options `method`, `params`, `chainId`, and `account`
14-
- `params` can be a function or a plain value. When it is a function, it will be called with the selected account as the first param and must return a value that will be used as the actual params for the request.
15-
- Added `eventHandlers.connectAndSign` handler which is called on successful `connectAndSign` request with an object including the `accounts`, `chainId`, and `signResponse` ([#53](https://github.com/MetaMask/connect-monorepo/pull/53))
16-
- Added `eventHandlers.connectWith` handler which is called on successful `connectWith` request with an object including the `accounts`, `chainId`, and `connectWithResponse` ([#53](https://github.com/MetaMask/connect-monorepo/pull/53))
17-
- Added analytics tracking of request handling ([#46](https://github.com/MetaMask/connect-monorepo/pull/46))
18-
- Initial release ([#21](https://github.com/MetaMask/connect-monorepo/pull/21))
19-
20-
### Changed
10+
## [0.1.0]
2111

22-
- **BREAKING** Make the `dapp.name` and `dapp.url` properties required in `createMetamaskConnectEVM()` ([#56](https://github.com/MetaMask/connect-monorepo/pull/56))
23-
- The `dapp.url` property is now always overwritten with the value of the page's url when MetaMask Connect is running in a browser context ([#56](https://github.com/MetaMask/connect-monorepo/pull/56))
24-
- `connect()` now always returns `chainId`, previously it could undefined ([#53](https://github.com/MetaMask/connect-monorepo/pull/53))
25-
26-
### Fixed
12+
### Added
2713

28-
- `ethereum_switchChain` fallback when chain is not configured ([#31](https://github.com/MetaMask/connect-monorepo/pull/31))
29-
- Typedoc generation ([#31](https://github.com/MetaMask/connect-monorepo/pull/31))
30-
- Permissioning accounts through `wallet_requestPermissions` ([#31](https://github.com/MetaMask/connect-monorepo/pull/31))
31-
- Enable conditional logging through options in `createMetamaskConnectEVM` ([#31](https://github.com/MetaMask/connect-monorepo/pull/31))
32-
- Fixed mobile deeplink bug that occurred when `MetamaskConnectEVM.connect()` was called and the transport was already connected ([#57](https://github.com/MetaMask/connect-monorepo/pull/57))
14+
- Initial release ([#58](https://github.com/MetaMask/connect-monorepo/pull/58))
3315

34-
[Unreleased]: https://github.com/MetaMask/metamask-connect-monorepo/
16+
[Unreleased]: https://github.com/MetaMask/metamask-connect-monorepo/compare/@metamask/[email protected]
17+
[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.0.0",
3+
"version": "0.1.0",
44
"description": "EVM Layer for MetaMask Connect",
55
"keywords": [
66
"MetaMask",

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.0]
11+
1012
### Changed
1113

1214
- **BREAKING** Make the `dapp.name` and `dapp.url` properties required in `createMetamaskConnect()` ([#56](https://github.com/MetaMask/connect-monorepo/pull/56))
@@ -54,7 +56,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5456

5557
- Initial release
5658

57-
[Unreleased]: https://github.com/MetaMask/metamask-connect-monorepo/compare/@metamask/[email protected]
59+
[Unreleased]: https://github.com/MetaMask/metamask-connect-monorepo/compare/@metamask/[email protected]
60+
[0.3.0]: https://github.com/MetaMask/metamask-connect-monorepo/compare/@metamask/[email protected]...@metamask/[email protected]
5861
[0.2.1]: https://github.com/MetaMask/metamask-connect-monorepo/compare/@metamask/[email protected]...@metamask/[email protected]
5962
[0.2.0]: https://github.com/MetaMask/metamask-connect-monorepo/compare/@metamask/[email protected]...@metamask/[email protected]
6063
[0.1.0]: https://github.com/MetaMask/metamask-connect-monorepo/releases/tag/@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.2.1",
3+
"version": "0.3.0",
44
"description": "Multichain package for MetaMask Connect",
55
"keywords": [
66
"MetaMask",

0 commit comments

Comments
 (0)