From 2e9fc5a0f805ab092690998fd7811c5b37a0a050 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yusuf=20To=CC=88r?= <3296904+yusuftor@users.noreply.github.com> Date: Fri, 23 May 2025 14:26:56 +0200 Subject: [PATCH 1/3] Update SuperwallKit version --- CHANGELOG.md | 4 ++++ superwall-react-native.podspec | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b9b258..27b47e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ The changelog for `Superwall`. Also see the [releases](https://github.com/superwall/react-native-superwall/releases) on GitHub. +## 2.1.4 + +- Upgrades iOS SDK to 4.4.1 [View iOS SDK release notes](https://github.com/superwall/Superwall-iOS/releases/tag/4.4.1). + ## 2.1.3 ### Fixes diff --git a/superwall-react-native.podspec b/superwall-react-native.podspec index 3f3d4c9..4e81009 100644 --- a/superwall-react-native.podspec +++ b/superwall-react-native.podspec @@ -15,7 +15,7 @@ Pod::Spec.new do |s| s.source = { :git => "https://github.com/superwall/Superwall-React-Native.git", :tag => "#{s.version}" } s.source_files = "ios/**/*.{h,m,mm,swift}" - s.dependency "SuperwallKit", '4.4.0' + s.dependency "SuperwallKit", '4.4.1' # Use install_modules_dependencies helper to install the dependencies if React Native version >=0.71.0. # See https://github.com/facebook/react-native/blob/febf6b7f33fdb4904669f99d795eba4c0f95d7bf/scripts/cocoapods/new_architecture.rb#L79. From 0e7c5f0a6d351f42b366fae86e7343218b683983 Mon Sep 17 00:00:00 2001 From: Ian Rumac Date: Wed, 28 May 2025 12:13:07 +0200 Subject: [PATCH 2/3] Bump Android version --- CHANGELOG.md | 3 +++ android/build.gradle | 2 +- package.json | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27b47e8..c66e4be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ The changelog for `Superwall`. Also see the [releases](https://github.com/superw - Upgrades iOS SDK to 4.4.1 [View iOS SDK release notes](https://github.com/superwall/Superwall-iOS/releases/tag/4.4.1). +- Upgrades Android SDK to 2.1.2 [View iOS SDK release notes](https://github.com/superwall/Superwall-Android/releases/tag/2.1.2). + + ## 2.1.3 ### Fixes diff --git a/android/build.gradle b/android/build.gradle index 8f7abc0..4946b07 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -94,7 +94,7 @@ dependencies { implementation "com.facebook.react:react-native:+" implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" - implementation "com.superwall.sdk:superwall-android:2.1.0" + implementation "com.superwall.sdk:superwall-android:2.1.2" implementation 'com.android.billingclient:billing:6.1.0' implementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.2' } diff --git a/package.json b/package.json index 35e08c9..a22c7da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@superwall/react-native-superwall", - "version": "2.1.3", + "version": "2.1.4", "description": "The React Native package for Superwall", "main": "lib/commonjs/index", "module": "lib/module/index", From b231f61741f0feeabed60bbc2c287126454d43b9 Mon Sep 17 00:00:00 2001 From: Ian Rumac Date: Wed, 28 May 2025 12:14:09 +0200 Subject: [PATCH 3/3] Fix changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c66e4be..3396cee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ The changelog for `Superwall`. Also see the [releases](https://github.com/superw - Upgrades iOS SDK to 4.4.1 [View iOS SDK release notes](https://github.com/superwall/Superwall-iOS/releases/tag/4.4.1). -- Upgrades Android SDK to 2.1.2 [View iOS SDK release notes](https://github.com/superwall/Superwall-Android/releases/tag/2.1.2). +- Upgrades Android SDK to 2.1.2 [View Android SDK release notes](https://github.com/superwall/Superwall-Android/releases/tag/2.1.2). ## 2.1.3