Skip to content

Commit 2d59627

Browse files
authored
Release 77.0.0 (#946)
feat: release 77.0.0
1 parent b5f7eaa commit 2d59627

File tree

3 files changed

+8
-3
lines changed

3 files changed

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

packages/sdk-react-native/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.3.4]
10+
### Added
11+
- chore: update the 'metamask-ios-sdk' version to '0.7.3' in the 'sdk-react-native' package ([#944](https://github.com/MetaMask/metamask-sdk/pull/944))
12+
913
## [0.3.3]
1014
### Added
1115
- chore: update 'sdk-react-native' the 'android-sdk' to '0.5.8' ([#942](https://github.com/MetaMask/metamask-sdk/pull/942))
@@ -32,7 +36,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3236
### Added
3337
- Initial release
3438

35-
[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]
39+
[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]
40+
[0.3.4]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]
3641
[0.3.3]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]
3742
[0.3.2]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]
3843
[0.3.1]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]

packages/sdk-react-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@metamask/sdk-react-native",
33
"title": "MetaMask - ReactNative SDK",
4-
"version": "0.3.3",
4+
"version": "0.3.4",
55
"description": "MetaMask SDK for React Native applications, enabling seamless integration with MetaMask for blockchain interactions.",
66
"main": "dist/esm/index.js",
77
"types": "dist/esm/src/index.d.ts",

0 commit comments

Comments
 (0)