Skip to content

Commit

Permalink
Release 76.0.0 (#943)
Browse files Browse the repository at this point in the history
feat: release 76.0.0
  • Loading branch information
omridan159 authored Jul 12, 2024
1 parent f5ee0d2 commit 7ca8a7f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metamask-sdk-monorepo",
"version": "75.0.0",
"version": "76.0.0",
"private": true,
"repository": {
"type": "git",
Expand Down
7 changes: 6 additions & 1 deletion packages/sdk-react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.3]
### Added
- chore: update 'sdk-react-native' the 'android-sdk' to '0.5.8' ([#942](https://github.com/MetaMask/metamask-sdk/pull/942))

## [0.3.2]
### Added
- chore: update the 'reactNativeSdkDemo' example to 'sdk-react-native' version 0.3.1 ([#936](https://github.com/MetaMask/metamask-sdk/pull/936))
Expand All @@ -28,7 +32,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial release

[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]
[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]
[0.3.3]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]
[0.3.2]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]
[0.3.1]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]
[0.3.0]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@metamask/sdk-react-native",
"title": "MetaMask - ReactNative SDK",
"version": "0.3.2",
"version": "0.3.3",
"description": "MetaMask SDK for React Native applications, enabling seamless integration with MetaMask for blockchain interactions.",
"main": "dist/esm/index.js",
"types": "dist/esm/src/index.d.ts",
Expand Down

0 comments on commit 7ca8a7f

Please sign in to comment.