Skip to content

Commit

Permalink
Version bump for 8.10.0-beta.9
Browse files Browse the repository at this point in the history
  • Loading branch information
tonidero committed Jan 8, 2024
1 parent bead1f4 commit f9fdef3
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.10.0-beta.8
8.10.0-beta.9
4 changes: 2 additions & 2 deletions CHANGELOG.latest.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
### RevenueCatUI
* Fix dismiss button not showing in Android when not specified (#622) via Cesar de la Vega (@vegaro)
* Add createFooterPaywallView to PaywallProxy (#624) via Cesar de la Vega (@vegaro)
* Add `PAYWALL_RESULT` to typescript enums (#634) via Toni Rico (@tonidero)
* Support result present paywall (#628) via Toni Rico (@tonidero)
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 8.10.0-beta.9
### RevenueCatUI
* Add `PAYWALL_RESULT` to typescript enums (#634) via Toni Rico (@tonidero)
* Support result present paywall (#628) via Toni Rico (@tonidero)

## 8.10.0-beta.8
### RevenueCatUI
* Fix dismiss button not showing in Android when not specified (#622) 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.10.0-beta.8"
s.version = "8.10.0-beta.9"
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/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.10.0-beta.8
VERSION_NAME=8.10.0-beta.9
POM_DESCRIPTION=Mobile subscriptions in hours, not months.
POM_URL=https://github.com/RevenueCat/purchases-hybrid-common

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.10.0-beta.8",
"version": "8.10.0-beta.9",
"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 f9fdef3

Please sign in to comment.