diff --git a/package.json b/package.json index 2d2127f5e..2d25a51ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "metamask-sdk-monorepo", - "version": "108.0.0", + "version": "109.0.0", "private": true, "repository": { "type": "git", diff --git a/packages/sdk-communication-layer/CHANGELOG.md b/packages/sdk-communication-layer/CHANGELOG.md index 5f2277732..054be0568 100644 --- a/packages/sdk-communication-layer/CHANGELOG.md +++ b/packages/sdk-communication-layer/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.32.0] +### Uncategorized +- fix(rndemos): update metro config to support eciesjs crypto imports ([#1147](https://github.com/MetaMask/metamask-sdk/pull/1147)) +- feat: add turborepo for improved monorepo development experience ([#1195](https://github.com/MetaMask/metamask-sdk/pull/1195)) + ## [0.31.0] ### Uncategorized - chore: improve build tooling and modernize dependencies ([#1128](https://github.com/MetaMask/metamask-sdk/pull/1128)) @@ -283,7 +288,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-communication-layer@0.31.0...HEAD +[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-communication-layer@0.32.0...HEAD +[0.32.0]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-communication-layer@0.31.0...@metamask/sdk-communication-layer@0.32.0 [0.31.0]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-communication-layer@0.30.2...@metamask/sdk-communication-layer@0.31.0 [0.30.2]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-communication-layer@0.30.0...@metamask/sdk-communication-layer@0.30.2 [0.30.0]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-communication-layer@0.29.2...@metamask/sdk-communication-layer@0.30.0 diff --git a/packages/sdk-communication-layer/package.json b/packages/sdk-communication-layer/package.json index 524b35ddc..d5db912e5 100644 --- a/packages/sdk-communication-layer/package.json +++ b/packages/sdk-communication-layer/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/sdk-communication-layer", - "version": "0.31.0", + "version": "0.32.0", "description": "", "homepage": "https://github.com/MetaMask/metamask-sdk#readme", "bugs": { diff --git a/packages/sdk-install-modal-web/CHANGELOG.md b/packages/sdk-install-modal-web/CHANGELOG.md index c8d9e0929..12fa2a1a4 100644 --- a/packages/sdk-install-modal-web/CHANGELOG.md +++ b/packages/sdk-install-modal-web/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.32.0] +### Added +- feat: setup stencil development environment with component preview ([#1196](https://github.com/MetaMask/metamask-sdk/pull/1196)) + +### Fixed +- fix: user rejection bug ([#1202](https://github.com/MetaMask/metamask-sdk/pull/1202)) + ## [0.31.5] ### Added - chore: add analytics to install modal ([#1189](https://github.com/MetaMask/metamask-sdk/pull/1189)) @@ -181,7 +188,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.5...HEAD +[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-install-modal-web@0.32.0...HEAD +[0.32.0]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-install-modal-web@0.31.5...@metamask/sdk-install-modal-web@0.32.0 [0.31.5]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-install-modal-web@0.31.2...@metamask/sdk-install-modal-web@0.31.5 [0.31.2]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-install-modal-web@0.31.1...@metamask/sdk-install-modal-web@0.31.2 [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 diff --git a/packages/sdk-install-modal-web/package.json b/packages/sdk-install-modal-web/package.json index 68d778826..5f8bd02e9 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.5", + "version": "0.32.0", "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 878da8fda..74cfd61e1 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.32.0] +### Uncategorized +- feat: add turborepo for improved monorepo development experience ([#1195](https://github.com/MetaMask/metamask-sdk/pull/1195)) + ## [0.31.5] ### Added - feat: improves the react connected hook when using extension & emit terminate when using extension ([#1186](https://github.com/MetaMask/metamask-sdk/pull/1186)) @@ -299,7 +303,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.5...HEAD +[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-react@0.32.0...HEAD +[0.32.0]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-react@0.31.5...@metamask/sdk-react@0.32.0 [0.31.5]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-react@0.31.4...@metamask/sdk-react@0.31.5 [0.31.4]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-react@0.31.3...@metamask/sdk-react@0.31.4 [0.31.3]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-react@0.31.2...@metamask/sdk-react@0.31.3 diff --git a/packages/sdk-react/package.json b/packages/sdk-react/package.json index c8383de37..f1b14a0ed 100644 --- a/packages/sdk-react/package.json +++ b/packages/sdk-react/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/sdk-react", - "version": "0.31.5", + "version": "0.32.0", "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 f517d745f..31b73d976 100644 --- a/packages/sdk/CHANGELOG.md +++ b/packages/sdk/CHANGELOG.md @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.32.0] +### Added +- feat(sdk): rollback @metamask/providers to 16.1.0 due to Next.js compatibility issues ([#1207](https://github.com/MetaMask/metamask-sdk/pull/1207)) +- feat(sdk): upgrade @metamask/providers to ^18.3.1 ([#1199](https://github.com/MetaMask/metamask-sdk/pull/1199)) +- feat: implement message size validation to prevent excessive payloads ([#1197](https://github.com/MetaMask/metamask-sdk/pull/1197)) +- feat: add turborepo for improved monorepo development experience ([#1195](https://github.com/MetaMask/metamask-sdk/pull/1195)) + +### Fixed +- fix: user rejection bug ([#1202](https://github.com/MetaMask/metamask-sdk/pull/1202)) + ## [0.31.5] ### Added - feat: improves the react connected hook when using extension & emit terminate when using extension ([#1186](https://github.com/MetaMask/metamask-sdk/pull/1186)) @@ -473,7 +483,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.5...HEAD +[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk@0.32.0...HEAD +[0.32.0]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk@0.31.5...@metamask/sdk@0.32.0 [0.31.5]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk@0.31.4...@metamask/sdk@0.31.5 [0.31.4]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk@0.31.3...@metamask/sdk@0.31.4 [0.31.3]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk@0.31.2...@metamask/sdk@0.31.3 diff --git a/packages/sdk/package.json b/packages/sdk/package.json index 54c355380..1700938c6 100644 --- a/packages/sdk/package.json +++ b/packages/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/sdk", - "version": "0.31.5", + "version": "0.32.0", "description": "", "homepage": "https://github.com/MetaMask/metamask-sdk#readme", "bugs": {