Skip to content

Commit

Permalink
Release 15.0.0 (#232)
Browse files Browse the repository at this point in the history
* Release 15.0.0

* chore: changelog update
  • Loading branch information
abretonc7s authored Jul 18, 2023
1 parent dc5c616 commit b9489f6
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": "14.0.0",
"version": "15.0.0",
"private": true,
"repository": {
"type": "git",
Expand Down
7 changes: 6 additions & 1 deletion packages/sdk-react/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.5.3]
### Added
- Upgrade to latest sdk

## [0.3.1]
### Added
- Release 3.0.0
Expand All @@ -14,5 +18,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [fix] publishing config ([#135](https://github.com/MetaMask/metamask-sdk/pull/135))
- [feat] initial beta released

[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/v0.3.1...HEAD
[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/v0.5.3...HEAD
[0.5.3]: https://github.com/MetaMask/metamask-sdk/compare/v0.3.1...v0.5.3
[0.3.1]: https://github.com/MetaMask/metamask-sdk/releases/tag/v0.3.1
2 changes: 1 addition & 1 deletion packages/sdk-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/sdk-react",
"version": "0.3.1",
"version": "0.5.3",
"description": "A react component and react hooks to connect and use MetaMask",
"homepage": "https://github.com/MetaMask/metamask-sdk#readme",
"bugs": {
Expand Down

0 comments on commit b9489f6

Please sign in to comment.