diff --git a/.circleci/config.yml b/.circleci/config.yml index 14f8d4723f..8a5a6ffb73 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -390,7 +390,7 @@ jobs: command: sudo pip install awscli - run: name: Deploy to S3 - command: aws s3 sync ~/project/docs/10.1.0-SNAPSHOT s3://purchases-docs/android/10.1.0-SNAPSHOT --delete + command: aws s3 sync ~/project/docs/10.0.2 s3://purchases-docs/android/10.0.2 --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 bb2a9abc36..7e2df97fe5 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -10.1.0-SNAPSHOT +10.0.2 diff --git a/CHANGELOG.latest.md b/CHANGELOG.latest.md index 42771e8d0d..ffc1b85cc1 100644 --- a/CHANGELOG.latest.md +++ b/CHANGELOG.latest.md @@ -1,4 +1,4 @@ -### 🔄 Other Changes -* [EXTERNAL] Allow the use of Test Store in release builds using the uiPreview dangerous setting for the RC Mobile app (#3307) via @bcapps (#3308) via Antonio Pallares (@ajpallares) -* Refresh paywall from screen in paywall tester (#3305) via Cesar de la Vega (@vegaro) -* Bump addressable from 2.8.8 to 2.9.0 (#3304) via dependabot[bot] (@dependabot[bot]) +## RevenueCatUI SDK +### Paywallv2 +#### 🐞 Bugfixes +* PW-1178 | Support package-level visibility via visible property and overrides (#3279) via Facundo Menzella (@facumenzella) diff --git a/CHANGELOG.md b/CHANGELOG.md index a91469469b..1654e97397 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 10.0.2 +## RevenueCatUI SDK +### Paywallv2 +#### 🐞 Bugfixes +* PW-1178 | Support package-level visibility via visible property and overrides (#3279) via Facundo Menzella (@facumenzella) + ## 10.0.1 ### 🔄 Other Changes * [EXTERNAL] Allow the use of Test Store in release builds using the uiPreview dangerous setting for the RC Mobile app (#3307) via @bcapps (#3308) via Antonio Pallares (@ajpallares) diff --git a/docs/index.html b/docs/index.html index 74a620e521..d27a29e774 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 cb8ac7b2d1..f8efe32e22 100644 --- a/examples/CustomEntitlementComputationSample/gradle/libs.versions.toml +++ b/examples/CustomEntitlementComputationSample/gradle/libs.versions.toml @@ -1,7 +1,7 @@ [versions] agp = "8.13.2" kotlin = "1.8.22" -purchases = "10.1.0-SNAPSHOT" +purchases = "10.0.2" androidxCore = "1.10.1" [plugins] diff --git a/examples/MagicWeather/gradle/libs.versions.toml b/examples/MagicWeather/gradle/libs.versions.toml index 4ef9c334a0..286584f296 100644 --- a/examples/MagicWeather/gradle/libs.versions.toml +++ b/examples/MagicWeather/gradle/libs.versions.toml @@ -2,7 +2,7 @@ agp = "8.13.2" androidxNavigation = "2.6.0" kotlin = "1.9.0" -purchases = "10.1.0-SNAPSHOT" +purchases = "10.0.2" 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 ed09c44af5..8226e55df9 100644 --- a/examples/MagicWeatherCompose/gradle/libs.versions.toml +++ b/examples/MagicWeatherCompose/gradle/libs.versions.toml @@ -2,7 +2,7 @@ agp = "8.13.2" androidxNavigation = "2.5.3" kotlin = "1.8.22" -purchases = "10.1.0-SNAPSHOT" +purchases = "10.0.2" lifecycle = "2.5.0" androidxCore = "1.10.1" diff --git a/gradle.properties b/gradle.properties index fac443b12a..ca50e16717 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=10.1.0-SNAPSHOT +VERSION_NAME=10.0.2 POM_DESCRIPTION=Mobile subscriptions in hours, not months. POM_URL=https://github.com/RevenueCat/purchases-android 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 5804dfb6fb..38459bf95d 100644 --- a/purchases/src/main/kotlin/com/revenuecat/purchases/common/Config.kt +++ b/purchases/src/main/kotlin/com/revenuecat/purchases/common/Config.kt @@ -8,5 +8,5 @@ import com.revenuecat.purchases.api.BuildConfig public object Config { public var logLevel: LogLevel = LogLevel.debugLogsEnabled(BuildConfig.DEBUG) - internal const val frameworkVersion = "10.1.0-SNAPSHOT" + internal const val frameworkVersion = "10.0.2" } diff --git a/test-apps/sdksizetesting/gradle/libs.versions.toml b/test-apps/sdksizetesting/gradle/libs.versions.toml index 6c323be300..06f28ba9c1 100644 --- a/test-apps/sdksizetesting/gradle/libs.versions.toml +++ b/test-apps/sdksizetesting/gradle/libs.versions.toml @@ -8,7 +8,7 @@ espressoCore = "3.7.0" lifecycleRuntimeKtx = "2.10.0" activityCompose = "1.12.2" composeBom = "2024.09.00" -purchases = "10.1.0-SNAPSHOT" +purchases = "10.0.2" emergeGradlePlugin = "4.4.0" [libraries]