From 07b47ec1fde3beb52b7117f4f4c0e4021b80e461 Mon Sep 17 00:00:00 2001 From: smilingkylan Date: Mon, 25 Aug 2025 09:20:31 -0700 Subject: [PATCH 1/4] v14.5.0 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 559932f5c..8d9631ce2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [14.5.0] + +- Enable support for Google Pay (Android) +- Prevent WebView from downloading images, in lieu of just displaying +- Handle missing service worker bug on iOS + ## [14.4.0] ### Added diff --git a/package.json b/package.json index 5190f6481..d313141a9 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "Thibault Malbranche " ], "license": "MIT", - "version": "14.4.0", + "version": "14.5.0", "homepage": "https://github.com/MetaMask/react-native-webview-mm#readme", "scripts": { "android": "react-native run-android", From 186074a97db66d22f4e2fe89ec3902f4f29887c2 Mon Sep 17 00:00:00 2001 From: smilingkylan Date: Mon, 25 Aug 2025 09:23:30 -0700 Subject: [PATCH 2/4] Adjust changelog for 14.5.0 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d9631ce2..00f8d0bb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [14.5.0] +### Added + - Enable support for Google Pay (Android) + +### Fixed + - Prevent WebView from downloading images, in lieu of just displaying - Handle missing service worker bug on iOS From 3b8c345e4fdfaae26597e85ccb66b63b95c1cc63 Mon Sep 17 00:00:00 2001 From: smilingkylan Date: Mon, 25 Aug 2025 09:26:29 -0700 Subject: [PATCH 3/4] Adjustments to changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00f8d0bb6..18df310c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -62,7 +62,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - bump ws from 6.2.2 to 6.2.3 in the npm_and_yarn group across 1 directory (https://github.com/MetaMask/react-native-webview-mm/pull/35) - sync with upstream v13.13.5 (https://github.com/MetaMask/react-native-webview-mm/pull/47) -[Unreleased]: https://github.com/MetaMask/react-native-webview-mm/compare/d93893d...main +[unreleased]: https://github.com/MetaMask/react-native-webview-mm/compare/7872dfe...main +[14.5.0]: https://github.com/MetaMask/react-native-webview-mm/compare/d93893d...7872dfe [14.4.0]: https://github.com/MetaMask/react-native-webview-mm/compare/bfdef1a...d93893d [14.3.0]: https://github.com/MetaMask/react-native-webview-mm/compare/6925354...bfdef1a [14.2.2]: https://github.com/MetaMask/react-native-webview-mm/compare/3be76c0...6925354 From 3e8c483dd199786ce7a8e16a5eed6289df421444 Mon Sep 17 00:00:00 2001 From: smilingkylan Date: Mon, 25 Aug 2025 09:33:53 -0700 Subject: [PATCH 4/4] Fix case mismatch in changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18df310c7..85fcecbfb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -62,7 +62,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - bump ws from 6.2.2 to 6.2.3 in the npm_and_yarn group across 1 directory (https://github.com/MetaMask/react-native-webview-mm/pull/35) - sync with upstream v13.13.5 (https://github.com/MetaMask/react-native-webview-mm/pull/47) -[unreleased]: https://github.com/MetaMask/react-native-webview-mm/compare/7872dfe...main +[Unreleased]: https://github.com/MetaMask/react-native-webview-mm/compare/7872dfe...main [14.5.0]: https://github.com/MetaMask/react-native-webview-mm/compare/d93893d...7872dfe [14.4.0]: https://github.com/MetaMask/react-native-webview-mm/compare/bfdef1a...d93893d [14.3.0]: https://github.com/MetaMask/react-native-webview-mm/compare/6925354...bfdef1a