Skip to content

Commit

Permalink
Release 88.0.0 (#1026)
Browse files Browse the repository at this point in the history
chore: release 88.0.0
  • Loading branch information
elefantel authored Sep 11, 2024
1 parent f7ccb06 commit fae5b53
Show file tree
Hide file tree
Showing 3 changed files with 11 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": "87.0.0",
"version": "88.0.0",
"private": true,
"repository": {
"type": "git",
Expand Down
10 changes: 9 additions & 1 deletion packages/sdk-react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.9]
### Uncategorized
- chore: add handling of infura api ([#1025](https://github.com/MetaMask/metamask-sdk/pull/1025))
- chore: update connect method to return accounts array ([#1023](https://github.com/MetaMask/metamask-sdk/pull/1023))
- chore: display the right 'rn-sdk' version in the wallet side ([#1015](https://github.com/MetaMask/metamask-sdk/pull/1015))
- Release 85.0.0 ([#1006](https://github.com/MetaMask/metamask-sdk/pull/1006))

## [0.3.8]
### Uncategorized
- chore: improve the deeplink handling for MetaMask SDK on iOS ([#1002](https://github.com/MetaMask/metamask-sdk/pull/1002))
Expand Down Expand Up @@ -54,7 +61,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.9]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]
[0.3.8]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]
[0.3.7]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]
[0.3.6]: 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.8",
"version": "0.3.9",
"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 fae5b53

Please sign in to comment.