Skip to content

Commit

Permalink
Bump/3.1.0 (#130)
Browse files Browse the repository at this point in the history
* Preparing for version 3.1.0

* Adds missing changes to CHANGELOG
  • Loading branch information
vegaro authored Mar 26, 2020
1 parent 9369e6f commit 2f907c6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 3.1.0

- Properly scope Android package [#114](https://github.com/RevenueCat/react-native-purchases/pull/114)
- ⚠️**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`.
- Apply correct array notation: [type] to type[] [#117](https://github.com/RevenueCat/react-native-purchases/pull/117)
- Adds subscription offers support for iOS https://docs.revenuecat.com/docs/ios-subscription-offers
- Introductory Price is now an object inside the PurchasesProduct object

## 3.0.6

- Exports enums
Expand Down
2 changes: 1 addition & 1 deletion VERSIONS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
| Version | iOS version | Android version | Common files version |
|---------|-------------|-----------------|----------------------|
| 3.0.7 | 3.2.1 | 3.1.0 | 1.0.9 |
| 3.1.0 | 3.2.1 | 3.1.0 | 1.0.9 |
| 3.0.6 | 3.0.1 | 3.0.4 | 1.0.5 |
| 3.0.5 | 3.0.1 | 3.0.4 | 1.0.5 |
| 3.0.4 | 3.0.1 | 3.0.4 | 1.0.5 |
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-native-purchases",
"title": "React Native Purchases",
"version": "3.0.6",
"version": "3.1.0",
"description": "React Native in-app purchases and subscriptions made easy.",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 2f907c6

Please sign in to comment.