Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/8.1.3-beta.6 #610

Merged
merged 1 commit into from
Dec 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.1.3-beta.5
8.1.3-beta.6
21 changes: 3 additions & 18 deletions CHANGELOG.latest.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,4 @@
### RevenueCatUI
* Separate paywalls into a different module (#604) via Toni Rico (@tonidero)
* Add PaywallFragmentViewModel to share data with caller fragment/activity (#602) via Toni Rico (@tonidero)
* Paywalls: Expose delegate in PaywallProxy to receive events (#586) via Toni Rico (@tonidero)
### Other Changes
* Update paywalls branch with main (#592) via Cesar de la Vega (@vegaro)
* Re-organize android library (#603) via Toni Rico (@tonidero)
* Update paywalls with latest main (#601) via Toni Rico (@tonidero)
* Actually set delegate via NachoSoto (@NachoSoto)
* Dismiss paywall automatically via NachoSoto (@NachoSoto)
* `displayCloseButton` via NachoSoto (@NachoSoto)
* Lint via NachoSoto (@NachoSoto)
* [remove me] change `minSdkVersion` via NachoSoto (@NachoSoto)
* Fix other platforms via NachoSoto (@NachoSoto)
* Optional parameter via NachoSoto (@NachoSoto)
* Lint via NachoSoto (@NachoSoto)
* Revert SDK version change via NachoSoto (@NachoSoto)
* Finished API via NachoSoto (@NachoSoto)
* [WIP] `RevenueCatUI` support via NachoSoto (@NachoSoto)
* Update purchases android to 7.3.0 (#609) via Toni Rico (@tonidero)
### Dependency Updates
* Remove core-ktx dependency (#608) via Toni Rico (@tonidero)
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 8.1.3-beta.6
### RevenueCatUI
* Update purchases android to 7.3.0 (#609) via Toni Rico (@tonidero)
### Dependency Updates
* Remove core-ktx dependency (#608) via Toni Rico (@tonidero)

## 8.1.3-beta.5
### RevenueCatUI
* Separate paywalls into a different module (#604) via Toni Rico (@tonidero)
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.1.3-beta.5"
s.version = "8.1.3-beta.6"
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.1.3-beta.5
VERSION_NAME=8.1.3-beta.6
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.1.3-beta.5",
"version": "8.1.3-beta.6",
"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