Skip to content

Commit 2f907c6

Browse files
authored
Bump/3.1.0 (#130)
* Preparing for version 3.1.0 * Adds missing changes to CHANGELOG
1 parent 9369e6f commit 2f907c6

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 3.1.0
2+
3+
- Properly scope Android package [#114](https://github.com/RevenueCat/react-native-purchases/pull/114)
4+
- ⚠️**IMPORTANT**⚠️: You might need to relink the plugin since the Android package name has changed. All references to `com.reactlibrary.RNPurchasesPackage` in the code should be replace with `com.revenuecat.purchases.react.RNPurchasesPackage`.
5+
- Apply correct array notation: [type] to type[] [#117](https://github.com/RevenueCat/react-native-purchases/pull/117)
6+
- Adds subscription offers support for iOS https://docs.revenuecat.com/docs/ios-subscription-offers
7+
- Introductory Price is now an object inside the PurchasesProduct object
8+
19
## 3.0.6
210

311
- Exports enums

VERSIONS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
| Version | iOS version | Android version | Common files version |
22
|---------|-------------|-----------------|----------------------|
3-
| 3.0.7 | 3.2.1 | 3.1.0 | 1.0.9 |
3+
| 3.1.0 | 3.2.1 | 3.1.0 | 1.0.9 |
44
| 3.0.6 | 3.0.1 | 3.0.4 | 1.0.5 |
55
| 3.0.5 | 3.0.1 | 3.0.4 | 1.0.5 |
66
| 3.0.4 | 3.0.1 | 3.0.4 | 1.0.5 |

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-native-purchases",
33
"title": "React Native Purchases",
4-
"version": "3.0.6",
4+
"version": "3.1.0",
55
"description": "React Native in-app purchases and subscriptions made easy.",
66
"main": "index.js",
77
"types": "index.d.ts",

0 commit comments

Comments
 (0)