From ca11dcebeaa244796989b804ab74d173f285de80 Mon Sep 17 00:00:00 2001 From: abretonc7s <107169956+abretonc7s@users.noreply.github.com> Date: Sat, 30 Nov 2024 10:04:56 +0800 Subject: [PATCH] Release 104.0.0 (#1152) * feat: release 104.0.0 * docs: changelog formatting --- package.json | 2 +- packages/sdk-install-modal-web/CHANGELOG.md | 7 ++++++- packages/sdk-install-modal-web/package.json | 2 +- packages/sdk-react/CHANGELOG.md | 7 ++++++- packages/sdk-react/package.json | 2 +- packages/sdk/CHANGELOG.md | 8 +++++++- packages/sdk/package.json | 2 +- 7 files changed, 23 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index b6a7868aa..6403828f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "metamask-sdk-monorepo", - "version": "103.0.0", + "version": "104.0.0", "private": true, "repository": { "type": "git", diff --git a/packages/sdk-install-modal-web/CHANGELOG.md b/packages/sdk-install-modal-web/CHANGELOG.md index 47ad89683..f06d3b418 100644 --- a/packages/sdk-install-modal-web/CHANGELOG.md +++ b/packages/sdk-install-modal-web/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.31.1] +### Changed +- fix: Tell webpack about dynamic import + fixed polyfills ([#1151](https://github.com/MetaMask/metamask-sdk/pull/1151)) + ## [0.31.0] ### Changed - refactor(sdk-install-modal-web): migrate from i18next to custom SimpleI18n implementation ([#1141](https://github.com/MetaMask/metamask-sdk/pull/1141)) @@ -165,7 +169,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Update GitHub actions workflows ([#102](https://github.com/MetaMask/metamask-sdk/pull/102)) - [FEAT] Yarn v3 migration ([#100](https://github.com/MetaMask/metamask-sdk/pull/100)) -[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-install-modal-web@0.31.0...HEAD +[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-install-modal-web@0.31.1...HEAD +[0.31.1]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-install-modal-web@0.31.0...@metamask/sdk-install-modal-web@0.31.1 [0.31.0]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-install-modal-web@0.30.2...@metamask/sdk-install-modal-web@0.31.0 [0.30.2]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-install-modal-web@0.30.0...@metamask/sdk-install-modal-web@0.30.2 [0.30.0]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-install-modal-web@0.29.2...@metamask/sdk-install-modal-web@0.30.0 diff --git a/packages/sdk-install-modal-web/package.json b/packages/sdk-install-modal-web/package.json index f94ce83f3..0025b127b 100644 --- a/packages/sdk-install-modal-web/package.json +++ b/packages/sdk-install-modal-web/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/sdk-install-modal-web", - "version": "0.31.0", + "version": "0.31.1", "description": "MetaMask SDK Install Modal for Web", "homepage": "https://github.com/MetaMask/metamask-sdk#readme", "bugs": { diff --git a/packages/sdk-react/CHANGELOG.md b/packages/sdk-react/CHANGELOG.md index 784f1aaf5..2467b8176 100644 --- a/packages/sdk-react/CHANGELOG.md +++ b/packages/sdk-react/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.31.1] +### Changed +- fix: Tell webpack about dynamic import + fixed polyfills ([#1151](https://github.com/MetaMask/metamask-sdk/pull/1151)) + ## [0.31.0] ### Changed - refactor(sdk-install-modal-web): migrate from i18next to custom SimpleI18n implementation ([#1141](https://github.com/MetaMask/metamask-sdk/pull/1141)) @@ -278,7 +282,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/sdk-react@0.31.0...HEAD +[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-react@0.31.1...HEAD +[0.31.1]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-react@0.31.0...@metamask/sdk-react@0.31.1 [0.31.0]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-react@0.30.2...@metamask/sdk-react@0.31.0 [0.30.2]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-react@0.30.0...@metamask/sdk-react@0.30.2 [0.30.0]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-react@0.29.2...@metamask/sdk-react@0.30.0 diff --git a/packages/sdk-react/package.json b/packages/sdk-react/package.json index 011f10130..bef0974fa 100644 --- a/packages/sdk-react/package.json +++ b/packages/sdk-react/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/sdk-react", - "version": "0.31.0", + "version": "0.31.1", "description": "A react component and react hooks to connect and use MetaMask", "homepage": "https://github.com/MetaMask/metamask-sdk", "bugs": { diff --git a/packages/sdk/CHANGELOG.md b/packages/sdk/CHANGELOG.md index 47c707a1f..4e0792e10 100644 --- a/packages/sdk/CHANGELOG.md +++ b/packages/sdk/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.31.1] +### Changed +- fix: Tell webpack about dynamic import + fixed polyfills ([#1151](https://github.com/MetaMask/metamask-sdk/pull/1151)) +- chore: removes sdk terminate when accountsChanged comes in empty ([#1148](https://github.com/MetaMask/metamask-sdk/pull/1148)) + ## [0.31.0] ### Changed - refactor(sdk-install-modal-web): migrate from i18next to custom SimpleI18n implementation ([#1141](https://github.com/MetaMask/metamask-sdk/pull/1141)) @@ -444,7 +449,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/sdk@0.31.0...HEAD +[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk@0.31.1...HEAD +[0.31.1]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk@0.31.0...@metamask/sdk@0.31.1 [0.31.0]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk@0.30.3...@metamask/sdk@0.31.0 [0.30.3]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk@0.30.2...@metamask/sdk@0.30.3 [0.30.2]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk@0.30.1...@metamask/sdk@0.30.2 diff --git a/packages/sdk/package.json b/packages/sdk/package.json index df39399ba..242fbc3b4 100644 --- a/packages/sdk/package.json +++ b/packages/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/sdk", - "version": "0.31.0", + "version": "0.31.1", "description": "", "homepage": "https://github.com/MetaMask/metamask-sdk#readme", "bugs": {