Skip to content

Commit

Permalink
[AUTOMATIC] Release/8.2.2 (#641)
Browse files Browse the repository at this point in the history
**This is an automatic release.**

### Dependency Updates
* [AUTOMATIC] iOS 4.31.6 => 4.31.7 (#640) via RevenueCat Git Bot
(@RCGitBot)
* [AUTOMATIC] Android 7.3.1 => 7.3.2 (#632) via RevenueCat Git Bot
(@RCGitBot)
* Bump fastlane from 2.218.0 to 2.219.0 (#629) via dependabot[bot]
(@dependabot[bot])
* Bump fastlane from 2.217.0 to 2.218.0 (#626) via dependabot[bot]
(@dependabot[bot])
### Other Changes
* Add lefthook to configure a pre-push hook that runs detekt (#615) via
Cesar de la Vega (@vegaro)
  • Loading branch information
RCGitBot authored Jan 8, 2024
1 parent 0532294 commit 6441719
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.2.1
8.2.2
7 changes: 6 additions & 1 deletion CHANGELOG.latest.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
### Dependency Updates
* [AUTOMATIC] Android 7.3.0 => 7.3.1 (#618) via RevenueCat Git Bot (@RCGitBot)
* [AUTOMATIC] iOS 4.31.6 => 4.31.7 (#640) via RevenueCat Git Bot (@RCGitBot)
* [AUTOMATIC] Android 7.3.1 => 7.3.2 (#632) via RevenueCat Git Bot (@RCGitBot)
* Bump fastlane from 2.218.0 to 2.219.0 (#629) via dependabot[bot] (@dependabot[bot])
* Bump fastlane from 2.217.0 to 2.218.0 (#626) via dependabot[bot] (@dependabot[bot])
### Other Changes
* Add lefthook to configure a pre-push hook that runs detekt (#615) via Cesar de la Vega (@vegaro)
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 8.2.2
### Dependency Updates
* [AUTOMATIC] iOS 4.31.6 => 4.31.7 (#640) via RevenueCat Git Bot (@RCGitBot)
* [AUTOMATIC] Android 7.3.1 => 7.3.2 (#632) via RevenueCat Git Bot (@RCGitBot)
* Bump fastlane from 2.218.0 to 2.219.0 (#629) via dependabot[bot] (@dependabot[bot])
* Bump fastlane from 2.217.0 to 2.218.0 (#626) via dependabot[bot] (@dependabot[bot])
### Other Changes
* Add lefthook to configure a pre-push hook that runs detekt (#615) via Cesar de la Vega (@vegaro)

## 8.2.1
### Dependency Updates
* [AUTOMATIC] Android 7.3.0 => 7.3.1 (#618) via RevenueCat Git Bot (@RCGitBot)
Expand Down
2 changes: 1 addition & 1 deletion PurchasesHybridCommon.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "PurchasesHybridCommon"
s.version = "8.2.1"
s.version = "8.2.2"
s.summary = "Common files for hybrid SDKs for RevenueCat's Subscription and in-app-purchase backend service."

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ android {
minSdkVersion 19
targetSdkVersion 33
versionCode 1
versionName "8.2.1"
versionName "8.2.2"

consumerProguardFiles 'consumer-rules.pro'
}
Expand Down
2 changes: 1 addition & 1 deletion android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ kotlin.code.style=official

# Maven
GROUP=com.revenuecat.purchases
VERSION_NAME=8.2.1
VERSION_NAME=8.2.2
POM_NAME=purchases-hybrid-common
POM_PACKAGING=aar
POM_ARTIFACT_ID=purchases-hybrid-common
Expand Down
2 changes: 1 addition & 1 deletion ios/PurchasesHybridCommon/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>8.2.1</string>
<string>8.2.2</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>8.2.1</string>
<string>8.2.2</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@revenuecat/purchases-typescript-internal",
"title": "Purchases typescript internal shared code",
"version": "8.2.1",
"version": "8.2.2",
"description": "Typescript code to be used by RevenueCat's hybrid SDKs. Not meant for external usage.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 6441719

Please sign in to comment.