Skip to content

Commit

Permalink
Release 89.0.0 (#1028)
Browse files Browse the repository at this point in the history
chore: release 89.0.0
  • Loading branch information
elefantel committed Sep 11, 2024
1 parent 9fbd2cf commit 91f61ba
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": "88.0.0",
"version": "89.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.10]
### Uncategorized
- chore: bump ios sdk version ([#1027](https://github.com/MetaMask/metamask-sdk/pull/1027))

## [0.3.9]
### Uncategorized
- chore: add handling of infura api ([#1025](https://github.com/MetaMask/metamask-sdk/pull/1025))
Expand Down Expand Up @@ -61,7 +65,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.10]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@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]
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.9",
"version": "0.3.10",
"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 91f61ba

Please sign in to comment.