Skip to content

Commit 79195af

Browse files
authored
Merge pull request #71 from superwall/develop
2.0.9
2 parents b206f4d + c06567e commit 79195af

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

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

5+
## 2.0.9
6+
7+
### Fixes
8+
9+
- Fixes issue with `getSubscriptionStatus` on iOS.
10+
511
## 2.0.8
612

713
### Enhancements

example/ios/Podfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -1161,7 +1161,7 @@ PODS:
11611161
- React-Core
11621162
- SocketRocket (0.6.1)
11631163
- Superscript (0.1.18)
1164-
- superwall-react-native (2.0.8):
1164+
- superwall-react-native (2.0.9):
11651165
- glog
11661166
- RCT-Folly (= 2022.05.16.00)
11671167
- React-Core
@@ -1459,7 +1459,7 @@ SPEC CHECKSUMS:
14591459
RNVectorIcons: 36b9fb776f0d0722582af7c5cbde94a4157c6914
14601460
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
14611461
Superscript: 88a0e5e467fc986289f99e20e383232513c41ea9
1462-
superwall-react-native: 441f0e57c44fd4b24b5f6ef3451e553f499439c1
1462+
superwall-react-native: d434ec2e101a2e4d4f60f5e49a9dde0c6cc80604
14631463
SuperwallKit: ebe52e658a01481f2ed39c70f997019ae3711cd5
14641464
Yoga: 1b901a6d6eeba4e8a2e8f308f708691cdb5db312
14651465

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@superwall/react-native-superwall",
3-
"version": "2.0.8",
3+
"version": "2.0.9",
44
"description": "The React Native package for Superwall",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)