Skip to content

Commit

Permalink
Release 71.0.0 (#908)
Browse files Browse the repository at this point in the history
* feat: release 71.0.0

* feat: changelogs

* feat: changelog
  • Loading branch information
abretonc7s authored Jun 21, 2024
1 parent 53a7f5a commit e3d10c4
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 13 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": "70.0.0",
"version": "71.0.0",
"private": true,
"repository": {
"type": "git",
Expand Down
9 changes: 6 additions & 3 deletions packages/sdk-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.26.1]

## [0.26.0]
### Uncategorized
- feat: add script to align version before publishing ([#902](https://github.com/MetaMask/metamask-sdk.git/pull/902))
- feat: add script to align version before publishing ([#902](https://github.com/MetaMask/metamask-sdk/pull/902))

## [0.20.5]
### Uncategorized
- chore: add unit tests to the sdk-react package ([#868](https://github.com/MetaMask/metamask-sdk.git/pull/868))
- chore: add unit tests to the sdk-react package ([#868](https://github.com/MetaMask/metamask-sdk/pull/868))

## [0.20.4]
### Added
Expand Down Expand Up @@ -207,7 +209,8 @@ 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/@metamask/[email protected]
[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]
[0.26.1]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]
[0.26.0]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]
[0.20.5]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]
[0.20.4]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]
Expand Down
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.26.0",
"version": "0.26.1",
"description": "A react component and react hooks to connect and use MetaMask",
"homepage": "https://github.com/MetaMask/metamask-sdk",
"bugs": {
Expand Down
19 changes: 12 additions & 7 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.26.1]
### Added
- feat: wallet_revokePermissions on terminate ([#907](https://github.com/MetaMask/metamask-sdk/pull/907))

## [0.26.0]
### Added
- feat: add script to align version before publishing ([#902](https://github.com/MetaMask/metamask-sdk.git/pull/902))
- feat: close modal with error 4001 ([#898](https://github.com/MetaMask/metamask-sdk.git/pull/898))
- feat: emit url event ([#901](https://github.com/MetaMask/metamask-sdk.git/pull/901))
- chore: improve unit tests coverage ([#888](https://github.com/MetaMask/metamask-sdk.git/pull/888))
- feat: add script to align version before publishing ([#902](https://github.com/MetaMask/metamask-sdk/pull/902))
- feat: close modal with error 4001 ([#898](https://github.com/MetaMask/metamask-sdk/pull/898))
- feat: emit url event ([#901](https://github.com/MetaMask/metamask-sdk/pull/901))
- chore: improve unit tests coverage ([#888](https://github.com/MetaMask/metamask-sdk/pull/888))

## [0.20.5]
### Uncategorized
- fix: extension events ([#877](https://github.com/MetaMask/metamask-sdk.git/pull/877))
- feat: set default sdk source ([#875](https://github.com/MetaMask/metamask-sdk.git/pull/875))
- fix: extension events ([#877](https://github.com/MetaMask/metamask-sdk/pull/877))
- feat: set default sdk source ([#875](https://github.com/MetaMask/metamask-sdk/pull/875))

## [0.20.4]
### Added
Expand Down Expand Up @@ -335,7 +339,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- [FEAT] improve logging + update examples ([#99](https://github.com/MetaMask/metamask-sdk/pull/99))

[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]
[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]
[0.26.1]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]
[0.26.0]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]
[0.20.5]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]
[0.20.4]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/sdk",
"version": "0.26.0",
"version": "0.26.1",
"description": "",
"homepage": "https://github.com/MetaMask/metamask-sdk#readme",
"bugs": {
Expand Down

0 comments on commit e3d10c4

Please sign in to comment.