From 87ef0c5331badf72b6fb3b6b0fac1a1e76e97afd Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 27 Nov 2025 09:35:18 +0000 Subject: [PATCH 1/2] 0.19.0 --- CHANGELOG.md | 11 ++++++++++- package.json | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da7ce40..58b483c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.19.0] + +### Uncategorized + +- chore: MMConnect Configuration Improvements ([#91](https://github.com/MetaMask/test-dapp-multichain/pull/91)) +- chore: bump @metamask/connect-multichain to 0.2.0 ([#89](https://github.com/MetaMask/test-dapp-multichain/pull/89)) +- chore: change codeowner to @metamask/wallet-integrations ([#90](https://github.com/MetaMask/test-dapp-multichain/pull/90)) + ## [0.18.1] ### Fixed @@ -241,7 +249,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - fix: other linting issues - Initial Commit of react app and module template -[Unreleased]: https://github.com/MetaMask/test-dapp-multichain/compare/v0.18.1...HEAD +[Unreleased]: https://github.com/MetaMask/test-dapp-multichain/compare/v0.19.0...HEAD +[0.19.0]: https://github.com/MetaMask/test-dapp-multichain/compare/v0.18.1...v0.19.0 [0.18.1]: https://github.com/MetaMask/test-dapp-multichain/compare/v0.18.0...v0.18.1 [0.18.0]: https://github.com/MetaMask/test-dapp-multichain/compare/v0.17.1...v0.18.0 [0.17.1]: https://github.com/MetaMask/test-dapp-multichain/compare/v0.17.0...v0.17.1 diff --git a/package.json b/package.json index 78097da..ebe775b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/test-dapp-multichain", - "version": "0.18.1", + "version": "0.19.0", "description": "A test dapp for multichain api", "homepage": "https://metamask.github.io/test-dapp-multichain", "bugs": { From 1269fd4b25fdb3817045b0b989fcd7604629ba69 Mon Sep 17 00:00:00 2001 From: Alex Mendonca Date: Thu, 27 Nov 2025 09:39:02 +0000 Subject: [PATCH 2/2] changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58b483c..3aea70f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.19.0] -### Uncategorized +### Changed - chore: MMConnect Configuration Improvements ([#91](https://github.com/MetaMask/test-dapp-multichain/pull/91)) - chore: bump @metamask/connect-multichain to 0.2.0 ([#89](https://github.com/MetaMask/test-dapp-multichain/pull/89))