From e84ff3fd820f117b70caa1bb75b0ca0e92aa344c Mon Sep 17 00:00:00 2001 From: abretonc7s <107169956+abretonc7s@users.noreply.github.com> Date: Mon, 7 Oct 2024 18:22:27 +0800 Subject: [PATCH] Release 94.0.0 (#1063) * feat: release 94.0.0 * fix: changelogs --- package.json | 2 +- packages/sdk-communication-layer/CHANGELOG.md | 11 ++++++++++- packages/sdk-communication-layer/package.json | 2 +- packages/sdk-react/CHANGELOG.md | 8 +++++++- packages/sdk-react/package.json | 2 +- packages/sdk-ui/CHANGELOG.md | 7 ++++++- packages/sdk-ui/package.json | 2 +- packages/sdk/CHANGELOG.md | 14 +++++++++++++- packages/sdk/package.json | 2 +- 9 files changed, 41 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 7cb6b647c..6472cc2fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "metamask-sdk-monorepo", - "version": "93.0.0", + "version": "94.0.0", "private": true, "repository": { "type": "git", diff --git a/packages/sdk-communication-layer/CHANGELOG.md b/packages/sdk-communication-layer/CHANGELOG.md index 7f500a772..ca17c4577 100644 --- a/packages/sdk-communication-layer/CHANGELOG.md +++ b/packages/sdk-communication-layer/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.29.0] +### Added +- feat: event alignment with async protocol ([#1054](https://github.com/MetaMask/metamask-sdk/pull/1054)) +- feat: auto activate deeplink protocol when wallet supports it ([#1056](https://github.com/MetaMask/metamask-sdk/pull/1056)) +- feat: default web url metadata ([#1043](https://github.com/MetaMask/metamask-sdk/pull/1043)) +- feat: ping to retrieve pending messages from server ([#1049](https://github.com/MetaMask/metamask-sdk/pull/1049)) +- feat: server events and dappid recovery ([#1044](https://github.com/MetaMask/metamask-sdk/pull/1044)) + ## [0.29.0-wallet] ### Added - feat: async termination of connection (using ack from server) ([#1022](https://github.com/MetaMask/metamask-sdk/pull/1022)) @@ -254,7 +262,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.29.0-wallet...HEAD +[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-communication-layer@0.29.0...HEAD +[0.29.0]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-communication-layer@0.29.0-wallet...@metamask/sdk-communication-layer@0.29.0 [0.29.0-wallet]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-communication-layer@0.28.2...@metamask/sdk-communication-layer@0.29.0-wallet [0.28.2]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-communication-layer@0.28.1...@metamask/sdk-communication-layer@0.28.2 [0.28.1]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-communication-layer@0.28.0...@metamask/sdk-communication-layer@0.28.1 diff --git a/packages/sdk-communication-layer/package.json b/packages/sdk-communication-layer/package.json index 684d9fde7..87bcb4843 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.29.0-wallet", + "version": "0.29.0", "description": "", "homepage": "https://github.com/MetaMask/metamask-sdk#readme", "bugs": { diff --git a/packages/sdk-react/CHANGELOG.md b/packages/sdk-react/CHANGELOG.md index dc0c4c32f..426b0e49c 100644 --- a/packages/sdk-react/CHANGELOG.md +++ b/packages/sdk-react/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.29.0] +### Uncategorized +- feat: auto activate deeplink protocol when wallet supports it ([#1056](https://github.com/MetaMask/metamask-sdk/pull/1056)) +- feat: handle connection reject event ([#1020](https://github.com/MetaMask/metamask-sdk/pull/1020)) + ## [0.28.4] ### Added - fix: update the `initializeMobileProvider` function to ensure it returns all connected accounts on mobile ([#1031](https://github.com/MetaMask/metamask-sdk/pull/1031)) @@ -255,7 +260,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.28.4...HEAD +[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-react@0.29.0...HEAD +[0.29.0]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-react@0.28.4...@metamask/sdk-react@0.29.0 [0.28.4]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-react@0.28.3...@metamask/sdk-react@0.28.4 [0.28.3]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-react@0.28.2...@metamask/sdk-react@0.28.3 [0.28.2]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-react@0.28.1...@metamask/sdk-react@0.28.2 diff --git a/packages/sdk-react/package.json b/packages/sdk-react/package.json index 514beac80..9e1e82fd6 100644 --- a/packages/sdk-react/package.json +++ b/packages/sdk-react/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/sdk-react", - "version": "0.28.4", + "version": "0.29.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-ui/CHANGELOG.md b/packages/sdk-ui/CHANGELOG.md index 365d91cb3..3055a6914 100644 --- a/packages/sdk-ui/CHANGELOG.md +++ b/packages/sdk-ui/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.29.0] +### Uncategorized +- feat: auto activate deeplink protocol when wallet supports it ([#1056](https://github.com/MetaMask/metamask-sdk/pull/1056)) + ## [0.28.0] ### Uncategorized - feat: revert socket server changes ([#985](https://github.com/MetaMask/metamask-sdk/pull/985)) @@ -87,7 +91,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/sdk-ui@0.28.0...HEAD +[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-ui@0.29.0...HEAD +[0.29.0]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-ui@0.28.0...@metamask/sdk-ui@0.29.0 [0.28.0]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-ui@0.26.0...@metamask/sdk-ui@0.28.0 [0.26.0]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-ui@0.20.5...@metamask/sdk-ui@0.26.0 [0.20.5]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk-ui@0.4.2...@metamask/sdk-ui@0.20.5 diff --git a/packages/sdk-ui/package.json b/packages/sdk-ui/package.json index 77431cd05..06792cce8 100644 --- a/packages/sdk-ui/package.json +++ b/packages/sdk-ui/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/sdk-ui", - "version": "0.28.0", + "version": "0.29.0", "description": "MetaMask SDK cross-platform ui library", "module": "dist/esm/index.js", "types": "dist/esm/dist/src/index.d.ts", diff --git a/packages/sdk/CHANGELOG.md b/packages/sdk/CHANGELOG.md index a5d6604cb..f335e18a4 100644 --- a/packages/sdk/CHANGELOG.md +++ b/packages/sdk/CHANGELOG.md @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.29.0] +### Added +- feat: event alignment with async protocol ([#1054](https://github.com/MetaMask/metamask-sdk/pull/1054)) +- feat: auto activate deeplink protocol when wallet supports it ([#1056](https://github.com/MetaMask/metamask-sdk/pull/1056)) +- fix: connectWith potnetially returning incorrect response ([#1053](https://github.com/MetaMask/metamask-sdk/pull/1053)) +- fix: unit tests ([#1055](https://github.com/MetaMask/metamask-sdk/pull/1055)) +- feat: default web url metadata ([#1043](https://github.com/MetaMask/metamask-sdk/pull/1043)) +- feat: missing extension analytics event for personal_sign ([#1048](https://github.com/MetaMask/metamask-sdk/pull/1048)) +- feat: server events and dappid recovery ([#1044](https://github.com/MetaMask/metamask-sdk/pull/1044)) +- feat: handle connection reject event ([#1020](https://github.com/MetaMask/metamask-sdk/pull/1020)) + ## [0.28.4] ### Added - fix: update the `initializeMobileProvider` function to ensure it returns all connected accounts on mobile ([#1031](https://github.com/MetaMask/metamask-sdk/pull/1031)) @@ -390,7 +401,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.28.4...HEAD +[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk@0.29.0...HEAD +[0.29.0]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk@0.28.4...@metamask/sdk@0.29.0 [0.28.4]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk@0.28.3...@metamask/sdk@0.28.4 [0.28.3]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk@0.28.2...@metamask/sdk@0.28.3 [0.28.2]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/sdk@0.28.1...@metamask/sdk@0.28.2 diff --git a/packages/sdk/package.json b/packages/sdk/package.json index cf9d07212..3cf1fdc1e 100644 --- a/packages/sdk/package.json +++ b/packages/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/sdk", - "version": "0.28.4", + "version": "0.29.0", "description": "", "homepage": "https://github.com/MetaMask/metamask-sdk#readme", "bugs": {