Skip to content
This repository was archived by the owner on Jun 23, 2025. It is now read-only.

Commit 9332d88

Browse files
committed
Release 2.1.0
1 parent fb3a4d4 commit 9332d88

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
The changelog for `Superwall`. Also see the [releases](https://github.com/superwall/react-native-superwall/releases) on GitHub.
44

5+
## 2.1.0
6+
7+
### Fixes
8+
9+
- Upgrades iOS SDK to 4.3.9 [View iOS SDK release notes](https://github.com/superwall/Superwall-iOS/releases/tag/4.3.9).
10+
11+
12+
- Adds support for `storeKitVersion` in `SuperwallOptions`.
13+
- Fixes an issue preventing `SuperwallDelegate.didRedeemLink` from getting
14+
called when a Web Checkout link was redeemed.
15+
- Adds `didRedeem` and `willRedeem` to support web checkout
16+
517
## 2.1.0 (Beta 3)
618

719
### Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@superwall/react-native-superwall",
3-
"version": "2.1.0-beta.3",
3+
"version": "2.1.0",
44
"description": "The React Native package for Superwall",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

superwall-react-native.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Pod::Spec.new do |s|
1515
s.source = { :git => "https://github.com/superwall/Superwall-React-Native.git", :tag => "#{s.version}" }
1616

1717
s.source_files = "ios/**/*.{h,m,mm,swift}"
18-
s.dependency "SuperwallKit", '4.3.7'
18+
s.dependency "SuperwallKit", '4.3.9'
1919

2020
# Use install_modules_dependencies helper to install the dependencies if React Native version >=0.71.0.
2121
# See https://github.com/facebook/react-native/blob/febf6b7f33fdb4904669f99d795eba4c0f95d7bf/scripts/cocoapods/new_architecture.rb#L79.

0 commit comments

Comments
 (0)