From 731e39755a2ecca9e82a09feab0dc19498080a34 Mon Sep 17 00:00:00 2001 From: Amr Bashir Date: Tue, 4 Jul 2023 09:53:49 +0300 Subject: [PATCH] chore: remove change tag from change file (#756) --- .changes/ios-universal-links.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changes/ios-universal-links.md b/.changes/ios-universal-links.md index e23fccdc5..7e09197c4 100644 --- a/.changes/ios-universal-links.md +++ b/.changes/ios-universal-links.md @@ -1,5 +1,5 @@ --- -"tao": minor:feat +"tao": minor --- Handle universal links on iOS and send `Event::Opened { event: OpenEvent::Url(url) }`.