From 14f24a27becc2dc1be84b70a37660bb1071e1626 Mon Sep 17 00:00:00 2001 From: revenuecat-ops Date: Wed, 30 Oct 2024 17:58:40 +0000 Subject: [PATCH] Version bump for 8.9.0 --- .circleci/config.yml | 2 +- .version | 2 +- CHANGELOG.latest.md | 17 ++++++++++++++++- CHANGELOG.md | 19 +++++++++++++++++++ docs/index.html | 2 +- .../gradle/libs.versions.toml | 2 +- .../MagicWeather/gradle/libs.versions.toml | 2 +- .../gradle/libs.versions.toml | 2 +- gradle.properties | 2 +- library.gradle | 2 +- .../com/revenuecat/purchases/common/Config.kt | 2 +- 11 files changed, 44 insertions(+), 10 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index caf53445b2..dc2b6f66d9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -238,7 +238,7 @@ jobs: command: sudo pip install awscli - run: name: Deploy to S3 - command: aws s3 sync ~/project/docs/8.9.0-SNAPSHOT s3://purchases-docs/android/8.9.0-SNAPSHOT --delete + command: aws s3 sync ~/project/docs/8.9.0 s3://purchases-docs/android/8.9.0 --delete - run: name: Update index.html command: aws s3 cp ~/project/docs/index.html s3://purchases-docs/android/index.html diff --git a/.version b/.version index c636226365..e5c15102d9 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -8.9.0-SNAPSHOT +8.9.0 diff --git a/CHANGELOG.latest.md b/CHANGELOG.latest.md index 6a1e29f96f..a78ce3a3f8 100644 --- a/CHANGELOG.latest.md +++ b/CHANGELOG.latest.md @@ -1,2 +1,17 @@ +## RevenueCat SDK +### ✨ New Features +* [Experimental] Web purchase redemption (#1889) via Toni Rico (@tonidero) +### 🐞 Bugfixes +* Keeps the org.json package. (#1891) via JayShortway (@JayShortway) +### 📦 Dependency Updates +* Bump rexml from 3.3.8 to 3.3.9 (#1892) via dependabot[bot] (@dependabot[bot]) +* Bump danger from 9.5.0 to 9.5.1 (#1885) via dependabot[bot] (@dependabot[bot]) +* Bump fastlane from 2.224.0 to 2.225.0 (#1884) via dependabot[bot] (@dependabot[bot]) + +## RevenueCatUI SDK +### 🐞 Bugfixes +* Fix application of modifiers in `Markdown` component (#1893) via Toni Rico (@tonidero) + ### 🔄 Other Changes -* Adds X-Is-Debug-Build header (#1873) via JayShortway (@JayShortway) +* [CI] Allow publishing snapshot releases manually from branches (#1888) via Toni Rico (@tonidero) +* Detekt auto-fixes (#1886) via Toni Rico (@tonidero) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5543df533..81d72fe62b 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +## 8.9.0 +## RevenueCat SDK +### ✨ New Features +* [Experimental] Web purchase redemption (#1889) via Toni Rico (@tonidero) +### 🐞 Bugfixes +* Keeps the org.json package. (#1891) via JayShortway (@JayShortway) +### 📦 Dependency Updates +* Bump rexml from 3.3.8 to 3.3.9 (#1892) via dependabot[bot] (@dependabot[bot]) +* Bump danger from 9.5.0 to 9.5.1 (#1885) via dependabot[bot] (@dependabot[bot]) +* Bump fastlane from 2.224.0 to 2.225.0 (#1884) via dependabot[bot] (@dependabot[bot]) + +## RevenueCatUI SDK +### 🐞 Bugfixes +* Fix application of modifiers in `Markdown` component (#1893) via Toni Rico (@tonidero) + +### 🔄 Other Changes +* [CI] Allow publishing snapshot releases manually from branches (#1888) via Toni Rico (@tonidero) +* Detekt auto-fixes (#1886) via Toni Rico (@tonidero) + ## 8.8.2 ### 🔄 Other Changes * Adds X-Is-Debug-Build header (#1873) via JayShortway (@JayShortway) diff --git a/docs/index.html b/docs/index.html index bde2d7295b..9e2840d7ca 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,7 +1,7 @@ - + diff --git a/examples/CustomEntitlementComputationSample/gradle/libs.versions.toml b/examples/CustomEntitlementComputationSample/gradle/libs.versions.toml index fc8ae2e50f..4c5efa652a 100644 --- a/examples/CustomEntitlementComputationSample/gradle/libs.versions.toml +++ b/examples/CustomEntitlementComputationSample/gradle/libs.versions.toml @@ -2,7 +2,7 @@ agp = "8.1.3" androidxNavigation = "2.5.3" kotlin = "1.7.20" -purchases = "8.9.0-SNAPSHOT" +purchases = "8.9.0" lifecycle = "2.5.0" androidxCore = "1.10.1" diff --git a/examples/MagicWeather/gradle/libs.versions.toml b/examples/MagicWeather/gradle/libs.versions.toml index 821bb30733..c2bcdc8912 100644 --- a/examples/MagicWeather/gradle/libs.versions.toml +++ b/examples/MagicWeather/gradle/libs.versions.toml @@ -2,7 +2,7 @@ agp = "8.1.3" androidxNavigation = "2.6.0" kotlin = "1.9.0" -purchases = "8.9.0-SNAPSHOT" +purchases = "8.9.0" lifecycle = "2.6.1" androidxCore = "1.10.1" diff --git a/examples/MagicWeatherCompose/gradle/libs.versions.toml b/examples/MagicWeatherCompose/gradle/libs.versions.toml index 47f8700217..de1519190a 100644 --- a/examples/MagicWeatherCompose/gradle/libs.versions.toml +++ b/examples/MagicWeatherCompose/gradle/libs.versions.toml @@ -2,7 +2,7 @@ agp = "8.1.3" androidxNavigation = "2.5.3" kotlin = "1.8.22" -purchases = "8.9.0-SNAPSHOT" +purchases = "8.9.0" lifecycle = "2.5.0" androidxCore = "1.10.1" diff --git a/gradle.properties b/gradle.properties index 23294705a1..615a17e34b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -13,7 +13,7 @@ #Fri Mar 31 10:31:20 PDT 2023 GROUP=com.revenuecat.purchases -VERSION_NAME=8.9.0-SNAPSHOT +VERSION_NAME=8.9.0 POM_DESCRIPTION=Mobile subscriptions in hours, not months. POM_URL=https://github.com/RevenueCat/purchases-android diff --git a/library.gradle b/library.gradle index 7c18723535..cb5960e08c 100644 --- a/library.gradle +++ b/library.gradle @@ -5,7 +5,7 @@ android { minSdkVersion obtainMinSdkVersion() targetSdkVersion compileVersion versionCode 1 - versionName "8.9.0-SNAPSHOT" + versionName "8.9.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" consumerProguardFiles "consumer-rules.pro" } diff --git a/purchases/src/main/kotlin/com/revenuecat/purchases/common/Config.kt b/purchases/src/main/kotlin/com/revenuecat/purchases/common/Config.kt index 4ba8e18c71..66ce9b0737 100644 --- a/purchases/src/main/kotlin/com/revenuecat/purchases/common/Config.kt +++ b/purchases/src/main/kotlin/com/revenuecat/purchases/common/Config.kt @@ -6,5 +6,5 @@ import com.revenuecat.purchases.api.BuildConfig internal object Config { var logLevel = LogLevel.debugLogsEnabled(BuildConfig.DEBUG) - const val frameworkVersion = "8.9.0-SNAPSHOT" + const val frameworkVersion = "8.9.0" }