Skip to content

Commit f9a9921

Browse files
Release 106.0.0 (#1180)
feat: release 106.0.0
1 parent ba1bee1 commit f9a9921

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-sdk-monorepo",
3-
"version": "105.0.0",
3+
"version": "106.0.0",
44
"private": true,
55
"repository": {
66
"type": "git",

packages/sdk-react/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.31.3]
10+
### Fixed
11+
- fix(analytics): improve dapp details tracking and SDK RPC request analytics ([#1179](https://github.com/MetaMask/metamask-sdk/pull/1179))
12+
913
## [0.31.2]
1014
### Fixed
1115
- fix: nextjs build fix pr ([#1163](https://github.com/MetaMask/metamask-sdk/pull/1163))
@@ -287,7 +291,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
287291
- [fix] publishing config ([#135](https://github.com/MetaMask/metamask-sdk/pull/135))
288292
- [feat] initial beta released
289293

290-
[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]
294+
[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]
295+
[0.31.3]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]
291296
[0.31.2]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]
292297
[0.31.1]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]
293298
[0.31.0]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]

packages/sdk-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/sdk-react",
3-
"version": "0.31.2",
3+
"version": "0.31.3",
44
"description": "A react component and react hooks to connect and use MetaMask",
55
"homepage": "https://github.com/MetaMask/metamask-sdk",
66
"bugs": {

packages/sdk/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.31.3]
10+
### Fixed
11+
- fix(analytics): improve dapp details tracking and SDK RPC request analytics ([#1179](https://github.com/MetaMask/metamask-sdk/pull/1179))
12+
913
## [0.31.2]
1014
### Fixed
1115
- fix: nextjs build fix pr ([#1163](https://github.com/MetaMask/metamask-sdk/pull/1163))
@@ -454,7 +458,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
454458
### Added
455459
- [FEAT] improve logging + update examples ([#99](https://github.com/MetaMask/metamask-sdk/pull/99))
456460

457-
[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]
461+
[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]
462+
[0.31.3]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]
458463
[0.31.2]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]
459464
[0.31.1]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]
460465
[0.31.0]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]

packages/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/sdk",
3-
"version": "0.31.2",
3+
"version": "0.31.3",
44
"description": "",
55
"homepage": "https://github.com/MetaMask/metamask-sdk#readme",
66
"bugs": {

0 commit comments

Comments
 (0)