From 3b182d86ed3f245e114d78b3692de0f36ec1652c Mon Sep 17 00:00:00 2001 From: Brian Anglin Date: Tue, 20 May 2025 20:04:45 -0700 Subject: [PATCH 1/2] Bumps iOS SDK to 4.4.0 --- CHANGELOG.md | 5 +++++ superwall-react-native.podspec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94e7dd1..6078e05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ The changelog for `Superwall`. Also see the [releases](https://github.com/superwall/react-native-superwall/releases) on GitHub. +## 2.1.2 + +### Fixes + +- Upgrades iOS SDK to 4.4.0 [View iOS SDK release notes](https://github.com/superwall/Superwall-iOS/releases/tag/4.4.0). ## 2.1.1 diff --git a/superwall-react-native.podspec b/superwall-react-native.podspec index 0d1855b..3f3d4c9 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.3.9' + s.dependency "SuperwallKit", '4.4.0' # 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 1b75b9015c3a589b2a36d9e64aad144b5284a3c8 Mon Sep 17 00:00:00 2001 From: Brian Anglin Date: Tue, 20 May 2025 20:05:29 -0700 Subject: [PATCH 2/2] Bump package version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f0f55e5..12fea05 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@superwall/react-native-superwall", - "version": "2.1.1", + "version": "2.1.2", "description": "The React Native package for Superwall", "main": "lib/commonjs/index", "module": "lib/module/index",