Skip to content

Commit

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

* docs: changelog
  • Loading branch information
abretonc7s authored Mar 6, 2024
1 parent 6160dd3 commit 34109b8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 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": "49.0.0",
"version": "50.0.0",
"private": true,
"repository": {
"type": "git",
Expand Down
13 changes: 11 additions & 2 deletions packages/sdk-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.0]
### Added
- feat: activate sourcemap support in all packages and resolve issues ([#730](https://github.com/MetaMask/metamask-sdk/pull/730))
- Fix/sdk config provider ([#714](https://github.com/MetaMask/metamask-sdk/pull/714))
- feat: expose channel id via hook + expose wallet status via sdk instance ([#704](https://github.com/MetaMask/metamask-sdk/pull/704))
- fix: invalid qrcode url ([#695](https://github.com/MetaMask/metamask-sdk/pull/695))
- feat: automated github pages publication ([#599](https://github.com/MetaMask/metamask-sdk/pull/599))

## [0.2.0]
### Uncategorized
### Added
- Revert "Release 48.0.0" ([#686](https://github.com/MetaMask/metamask-sdk/pull/686))
- Release 48.0.0 ([#684](https://github.com/MetaMask/metamask-sdk/pull/684))
- feat: permission system flow ([#675](https://github.com/MetaMask/metamask-sdk/pull/675))
Expand Down Expand Up @@ -52,7 +60,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- feat: optimize rollup builds ([#496](https://github.com/MetaMask/metamask-sdk/pull/496))
- fix: linting changelog issue after updating scripts ([#509](https://github.com/MetaMask/metamask-sdk/pull/509))

[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]
[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]
[0.3.0]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]
[0.2.0]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]
[0.1.6]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]
[0.1.5]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/sdk-ui",
"version": "0.2.0",
"version": "0.3.0",
"description": "MetaMask SDK cross-platform ui library",
"module": "dist/esm/index.js",
"types": "dist/esm/dist/src/index.d.ts",
Expand Down

0 comments on commit 34109b8

Please sign in to comment.