From ba2dd0876a8df233723d2c2638b30a90681f4ad6 Mon Sep 17 00:00:00 2001 From: Mpendulo Ndlovu Date: Wed, 28 Aug 2024 11:39:00 +0200 Subject: [PATCH] Release 84.0.0 (#1003) chore: release 84.0.0 --- package.json | 2 +- packages/sdk-react-native/CHANGELOG.md | 7 ++++++- packages/sdk-react-native/package.json | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 81a62db86..02d72188f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "metamask-sdk-monorepo", - "version": "83.0.0", + "version": "84.0.0", "private": true, "repository": { "type": "git", diff --git a/packages/sdk-react-native/CHANGELOG.md b/packages/sdk-react-native/CHANGELOG.md index a2c541391..fb8413441 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.8] +### Uncategorized +- chore: improve the deeplink handling for MetaMask SDK on iOS ([#1002](https://github.com/MetaMask/metamask-sdk/pull/1002)) + ## [0.3.7] ### Uncategorized - chore: update native sdk versions ([#997](https://github.com/MetaMask/metamask-sdk/pull/997)) @@ -50,7 +54,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.7...HEAD +[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-react-native@0.3.8...HEAD +[0.3.8]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-react-native@0.3.7...@metamask/sdk-react-native@0.3.8 [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 diff --git a/packages/sdk-react-native/package.json b/packages/sdk-react-native/package.json index ab326770c..64c3977be 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.7", + "version": "0.3.8", "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",