From cc06832eadd83bac30c5ad33dca18040c59a5bba Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 13:43:20 +0000 Subject: [PATCH] Version Packages --- .changeset/happy-snails-sleep.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/happy-snails-sleep.md diff --git a/.changeset/happy-snails-sleep.md b/.changeset/happy-snails-sleep.md deleted file mode 100644 index 0ce471395..000000000 --- a/.changeset/happy-snails-sleep.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@phantom/react-native-webview': patch ---- - -Prevent showing beforeunload event alerts and always allow proceeding diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cd3f12c8..cddd0e0a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @phantom/react-native-webview +## 1.2.2 + +### Patch Changes + +- c71924c: Prevent showing beforeunload event alerts and always allow proceeding + ## 1.2.1 ### Patch Changes diff --git a/package.json b/package.json index b35d7a0fd..bc4388f0a 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "Napas Udomsak " ], "license": "MIT", - "version": "1.2.1", + "version": "1.2.2", "homepage": "https://github.com/phantom/react-native-webview#readme", "scripts": { "release": "yarn changeset publish",