diff --git a/package.json b/package.json index cd72dc6d8..81a62db86 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "metamask-sdk-monorepo", - "version": "82.0.0", + "version": "83.0.0", "private": true, "repository": { "type": "git", diff --git a/packages/sdk-react-native/CHANGELOG.md b/packages/sdk-react-native/CHANGELOG.md index 89736aefc..a2c541391 100644 --- a/packages/sdk-react-native/CHANGELOG.md +++ b/packages/sdk-react-native/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.7] +### Uncategorized +- chore: update native sdk versions ([#997](https://github.com/MetaMask/metamask-sdk/pull/997)) + ## [0.3.6] ### Uncategorized - chore: filter metamask urls ([#987](https://github.com/MetaMask/metamask-sdk/pull/987)) @@ -46,7 +50,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/sdk-react-native@0.3.6...HEAD +[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-react-native@0.3.7...HEAD +[0.3.7]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-react-native@0.3.6...@metamask/sdk-react-native@0.3.7 [0.3.6]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-react-native@0.3.5...@metamask/sdk-react-native@0.3.6 [0.3.5]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-react-native@0.3.4...@metamask/sdk-react-native@0.3.5 [0.3.4]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-react-native@0.3.3...@metamask/sdk-react-native@0.3.4 diff --git a/packages/sdk-react-native/package.json b/packages/sdk-react-native/package.json index 70ade3f09..ab326770c 100644 --- a/packages/sdk-react-native/package.json +++ b/packages/sdk-react-native/package.json @@ -1,7 +1,7 @@ { "name": "@metamask/sdk-react-native", "title": "MetaMask - ReactNative SDK", - "version": "0.3.6", + "version": "0.3.7", "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",