Skip to content

Commit db54c39

Browse files
committed
Version bump for 5.49.2
1 parent 2eed3c1 commit db54c39

File tree

15 files changed

+29
-26
lines changed

15 files changed

+29
-26
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.50.0-SNAPSHOT
1+
5.49.2

CHANGELOG.latest.md

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,9 @@
1-
## RevenueCat SDK
2-
### 🐞 Bugfixes
3-
* [MON-1122] Changes the rounding mode to `.down` instead of `.plain` (#5821) via Pol Piella Abadia (@polpielladev)
4-
51
## RevenueCatUI SDK
6-
### Paywallv2
2+
### Customer Center
73
#### 🐞 Bugfixes
8-
* Select default package on `BottomSheetView` dismissal (#5797) via Cesar de la Vega (@vegaro)
9-
* Set paywall as non-scrolling if shorter than screen (#5857) via Cesar de la Vega (@vegaro)
4+
* Fix missing Customer Center actions on SK1 purchases (#5883) via Cesar de la Vega (@vegaro)
105

116
### 🔄 Other Changes
12-
* Bump fastlane from 2.228.0 to 2.229.0 (#5855) via dependabot[bot] (@dependabot[bot])
13-
* Track `connection_error_reason` property in diagnostics for HTTP errors (#5860) via Rick (@rickvdl)
14-
* Add client side timeout logic for endpoints that support fallback URLs (#5760) via Rick (@rickvdl)
15-
* Prevent CI from editing root Package.resolved (#5856) via Antonio Pallares (@ajpallares)
16-
* Fixed daily integration-tests-all run missing the Circle CI context (#5853) via Rick (@rickvdl)
17-
* Bump fastlane-plugin-revenuecat_internal from `083ced9` to `efca663` (#5854) via dependabot[bot] (@dependabot[bot])
7+
* Automated E2E tests for the Test Store (#5859) via Antonio Pallares (@ajpallares)
8+
* Bump fastlane from 2.229.0 to 2.229.1 (#5882) via dependabot[bot] (@dependabot[bot])
9+
* [AUTOMATIC][Paywalls V2] Updates commit hash of paywall-preview-resources (#5876) via RevenueCat Git Bot (@RCGitBot)

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 5.49.2
2+
## RevenueCatUI SDK
3+
### Customer Center
4+
#### 🐞 Bugfixes
5+
* Fix missing Customer Center actions on SK1 purchases (#5883) via Cesar de la Vega (@vegaro)
6+
7+
### 🔄 Other Changes
8+
* Automated E2E tests for the Test Store (#5859) via Antonio Pallares (@ajpallares)
9+
* Bump fastlane from 2.229.0 to 2.229.1 (#5882) via dependabot[bot] (@dependabot[bot])
10+
* [AUTOMATIC][Paywalls V2] Updates commit hash of paywall-preview-resources (#5876) via RevenueCat Git Bot (@RCGitBot)
11+
112
## 5.49.1
213
## RevenueCat SDK
314
### 🐞 Bugfixes

Examples/SampleCat/SampleCat.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@
507507
repositoryURL = "https://github.com/RevenueCat/purchases-ios";
508508
requirement = {
509509
kind = upToNextMajorVersion;
510-
minimumVersion = 5.49.1;
510+
minimumVersion = 5.49.2;
511511
};
512512
};
513513
/* End XCRemoteSwiftPackageReference section */

RevenueCat.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "RevenueCat"
3-
s.version = "5.50.0-SNAPSHOT"
3+
s.version = "5.49.2"
44
s.summary = "Subscription and in-app-purchase backend service."
55

66
s.description = <<-DESC

RevenueCatUI.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "RevenueCatUI"
3-
s.version = "5.50.0-SNAPSHOT"
3+
s.version = "5.49.2"
44
s.summary = "UI library for RevenueCat paywalls."
55

66
s.description = <<-DESC

Sources/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>5.50.0</string>
20+
<string>5.49.2</string>
2121
<key>CFBundleVersion</key>
2222
<string>$(CURRENT_PROJECT_VERSION)</string>
2323
<key>LSApplicationCategoryType</key>

Sources/Misc/SystemInfo.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ class SystemInfo {
9898
}
9999

100100
static var frameworkVersion: String {
101-
return "5.50.0-SNAPSHOT"
101+
return "5.49.2"
102102
}
103103

104104
static var systemVersion: String {

Tests/BackendIntegrationTestApp/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>5.50.0</string>
20+
<string>5.49.2</string>
2121
<key>CFBundleVersion</key>
2222
<string>1</string>
2323
<key>LSRequiresIPhoneOS</key>

Tests/BackendIntegrationTests/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>5.50.0</string>
18+
<string>5.49.2</string>
1919
<key>CFBundleVersion</key>
2020
<string>1</string>
2121
</dict>

0 commit comments

Comments
 (0)