Skip to content

Commit b44de33

Browse files
committed
Version bump for 13.2.3
1 parent fd2147e commit b44de33

7 files changed

Lines changed: 28 additions & 10 deletions

File tree

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
13.2.2
1+
13.2.3

CHANGELOG.latest.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
## RevenueCat SDK
22
### 📦 Dependency Updates
3-
* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 18.19.0 (#833) via RevenueCat Git Bot (@RCGitBot)
4-
* [Android 10.12.0](https://github.com/RevenueCat/purchases-android/releases/tag/10.12.0)
5-
* [iOS 5.80.2](https://github.com/RevenueCat/purchases-ios/releases/tag/5.80.2)
6-
* [iOS 5.80.1](https://github.com/RevenueCat/purchases-ios/releases/tag/5.80.1)
3+
* [RENOVATE] Update dependency revenuecat to v4 (#841) via RevenueCat Git Bot (@RCGitBot)
4+
* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 18.21.0 (#839) via RevenueCat Git Bot (@RCGitBot)
5+
* [Android 10.13.0](https://github.com/RevenueCat/purchases-android/releases/tag/10.13.0)
6+
* [iOS 5.80.3](https://github.com/RevenueCat/purchases-ios/releases/tag/5.80.3)
7+
* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 18.19.1 (#835) via RevenueCat Git Bot (@RCGitBot)
8+
9+
### 🔄 Other Changes
10+
* Bump cocoapods from 1.16.2 to 1.17.0 (#840) via dependabot[bot] (@dependabot[bot])
11+
* Bump fastlane from 2.236.1 to 2.237.0 (#836) via dependabot[bot] (@dependabot[bot])

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 13.2.3
2+
## RevenueCat SDK
3+
### 📦 Dependency Updates
4+
* [RENOVATE] Update dependency revenuecat to v4 (#841) via RevenueCat Git Bot (@RCGitBot)
5+
* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 18.21.0 (#839) via RevenueCat Git Bot (@RCGitBot)
6+
* [Android 10.13.0](https://github.com/RevenueCat/purchases-android/releases/tag/10.13.0)
7+
* [iOS 5.80.3](https://github.com/RevenueCat/purchases-ios/releases/tag/5.80.3)
8+
* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 18.19.1 (#835) via RevenueCat Git Bot (@RCGitBot)
9+
10+
### 🔄 Other Changes
11+
* Bump cocoapods from 1.16.2 to 1.17.0 (#840) via dependabot[bot] (@dependabot[bot])
12+
* Bump fastlane from 2.236.1 to 2.237.0 (#836) via dependabot[bot] (@dependabot[bot])
13+
114
## 13.2.2
215
## RevenueCat SDK
316
### 📦 Dependency Updates

android/src/main/java/com/revenuecat/purchases/capacitor/PurchasesPlugin.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ class PurchasesPlugin : Plugin() {
8686

8787
companion object {
8888
private const val PLATFORM_NAME = "capacitor"
89-
private const val PLUGIN_VERSION = "13.2.2"
89+
private const val PLUGIN_VERSION = "13.2.3"
9090

9191
private const val CUSTOMER_INFO_KEY = "customerInfo"
9292
}

ios/Sources/RevenuecatPurchasesCapacitor/PurchasesPlugin.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public class PurchasesPlugin: CAPPlugin, PurchasesDelegate, CAPBridgedPlugin {
9090
CAPPluginMethod(name: "trackCustomPaywallImpression", returnType: CAPPluginReturnNone),
9191
]
9292
private let platformFlavor = "capacitor"
93-
private let platformVersion = "13.2.2"
93+
private let platformVersion = "13.2.3"
9494

9595
private let customerInfoKey = "customerInfo"
9696
private let transactionKey = "transaction"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@revenuecat/purchases-capacitor",
3-
"version": "13.2.2",
3+
"version": "13.2.3",
44
"packageManager": "yarn@1.22.22",
55
"description": "Capacitor in-app purchases and subscriptions made easy. Support for iOS and Android.",
66
"main": "dist/esm/index.js",

purchases-capacitor-ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@revenuecat/purchases-capacitor-ui",
3-
"version": "13.2.2",
3+
"version": "13.2.3",
44
"packageManager": "yarn@1.22.22",
55
"description": "UI components for RevenueCat Capacitor SDK",
66
"main": "dist/esm/index.js",
@@ -70,7 +70,7 @@
7070
},
7171
"peerDependencies": {
7272
"@capacitor/core": ">=8.0.0",
73-
"@revenuecat/purchases-capacitor": "13.2.2"
73+
"@revenuecat/purchases-capacitor": "13.2.3"
7474
},
7575
"lint-staged": {
7676
"*.{ts,js,java,html,css}": [

0 commit comments

Comments
 (0)