Skip to content

Commit

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

### Breaking Changes
* Separate `PurchasesHybridCommonUI` (#672) via NachoSoto (@NachoSoto)
### Other Changes
* `CircleCI`: don't skip major bumps (#679) via NachoSoto (@NachoSoto)

---------

Co-authored-by: NachoSoto <ignaciosoto90@gmail.com>
  • Loading branch information
RCGitBot and NachoSoto authored Jan 23, 2024
1 parent b506fdd commit 0d41869
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.12.0
9.0.0
10 changes: 3 additions & 7 deletions CHANGELOG.latest.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
### RevenueCatUI
* `Paywalls`: add methods for presenting paywalls with an offering identifier (Android) (#670) via Cesar de la Vega (@vegaro)
* `Paywalls`: add methods for presenting paywalls with an offering identifier (iOS) (#675) via NachoSoto (@NachoSoto)
### Dependency Updates
* [AUTOMATIC] iOS 4.32.0 => 4.32.1 (#674) via RevenueCat Git Bot (@RCGitBot)
* Bump lefthook from 1.5.7 to 1.6.0 (#671) via dependabot[bot] (@dependabot[bot])
### Breaking Changes
* Separate `PurchasesHybridCommonUI` (#672) via NachoSoto (@NachoSoto)
### Other Changes
* Update Android orb (#669) via Cesar de la Vega (@vegaro)
* `CircleCI`: don't skip major bumps (#679) via NachoSoto (@NachoSoto)
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 9.0.0
### Breaking Changes
* Separate `PurchasesHybridCommonUI` (#672) via NachoSoto (@NachoSoto)
### Other Changes
* `CircleCI`: don't skip major bumps (#679) via NachoSoto (@NachoSoto)

## 8.12.0
### RevenueCatUI
* `Paywalls`: add methods for presenting paywalls with an offering identifier (Android) (#670) via Cesar de la Vega (@vegaro)
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.12.0"
s.version = "9.0.0"
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 PurchasesHybridCommonUI.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "PurchasesHybridCommonUI"
s.version = "8.11.2"
s.version = "9.0.0"
s.summary = "Common files for hybrid SDKs for RevenueCat UI"

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ kotlin.code.style=official
android.nonTransitiveRClass=true

GROUP=com.revenuecat.purchases
VERSION_NAME=8.12.0
VERSION_NAME=9.0.0
POM_DESCRIPTION=Mobile subscriptions in hours, not months.
POM_URL=https://github.com/RevenueCat/purchases-hybrid-common

Expand Down
1 change: 1 addition & 0 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
files_with_version_number = {
'./.version' => ['{x}'],
'./PurchasesHybridCommon.podspec' => ['s.version = "{x}"'],
'./PurchasesHybridCommonUI.podspec' => ['s.version = "{x}"'],
'./android/gradle.properties' => ['VERSION_NAME={x}'],
'./typescript/package.json' => ['"version": "{x}"']
}
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.12.0</string>
<string>9.0.0</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.12.0</string>
<string>9.0.0</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.12.0",
"version": "9.0.0",
"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 0d41869

Please sign in to comment.