From 9962127b505689f0fd81c081e880e18cb2b24ef2 Mon Sep 17 00:00:00 2001 From: Nixon Date: Tue, 12 Sep 2023 12:29:49 -0300 Subject: [PATCH] new version --- CHANGELOG.md | 6 ++++++ Gemfile.lock | 2 +- lib/turbo_native_initializer/version.rb | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc7ee68..7ff7f9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ## [Unreleased] +## [0.0.10] - 2023-09-12 + +- Replace navigation when going to the same url (iOS) +- Better looking dismiss modal button (iOS) +- Disable link previews (iOS) + ## [0.0.9] - 2023-09-11 - Fix retry button in modals (iOS) diff --git a/Gemfile.lock b/Gemfile.lock index 9f0820c..c425236 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - turbo-native-initializer (0.0.9) + turbo-native-initializer (0.0.10) thor GEM diff --git a/lib/turbo_native_initializer/version.rb b/lib/turbo_native_initializer/version.rb index ac022d3..da1e13a 100644 --- a/lib/turbo_native_initializer/version.rb +++ b/lib/turbo_native_initializer/version.rb @@ -1,3 +1,3 @@ module TurboNativeInitializer - VERSION = "0.0.9" + VERSION = "0.0.10" end