From c576c3096aaf2868c5833f707290bc772c945faf Mon Sep 17 00:00:00 2001 From: Ryan Brooks Date: Wed, 23 Oct 2024 20:56:57 -0700 Subject: [PATCH 1/3] Prepare for Snapshots release 1.3.0-beta02 --- gradle/libs.versions.toml | 2 +- snapshots/CHANGELOG.md | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 22828f0a..4d2ae24a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -22,7 +22,7 @@ mockito = "4.0.0" emerge-gradle-plugin = "4.0.2" emerge-performance = "2.1.2" emerge-reaper = "1.0.0-rc03" -emerge-snapshots = "1.3.0-rc01" +emerge-snapshots = "1.3.0-beta02" emerge-distribution = "0.0.1" activity-ktx = "1.9.2" navigation-compose = "2.8.2" diff --git a/snapshots/CHANGELOG.md b/snapshots/CHANGELOG.md index e3a1d462..04dc63c2 100644 --- a/snapshots/CHANGELOG.md +++ b/snapshots/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to snapshots & snapshots-processor will be documented in thi The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## 1.3.0-rc01 - 2024-10-22 +## 1.3.0-beta02 - 2024-10-23 > [!IMPORTANT] > Note: Existing previews with custom `device` specs will have expected diffs. @@ -14,6 +14,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 > commit with 1.3. > All future diffs should be stable once rebased! +- Bug fixes for PreviewParameters with nested types (i.e. `List<*>`) and + primitives. [#290](https://github.com/EmergeTools/emerge-android/pull/290) + +## 1.3.0-rc01 - 2024-10-22 + - Support `@PreviewParameter` annotated params. [#271](https://github.com/EmergeTools/emerge-android/pull/271) - Remove whitespace from parameterized test names to support From cf195a4be5a1a0f1a2439a6870bafe0b699f0538 Mon Sep 17 00:00:00 2001 From: Ryan Brooks Date: Wed, 23 Oct 2024 20:56:57 -0700 Subject: [PATCH 2/3] Prepare for Snapshots release 1.3.0-beta02 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 4d2ae24a..ad7e21af 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -22,7 +22,7 @@ mockito = "4.0.0" emerge-gradle-plugin = "4.0.2" emerge-performance = "2.1.2" emerge-reaper = "1.0.0-rc03" -emerge-snapshots = "1.3.0-beta02" +emerge-snapshots = "1.3.0-rc02" emerge-distribution = "0.0.1" activity-ktx = "1.9.2" navigation-compose = "2.8.2" From 67be940859109e3faa7acf5f2a2b14d2c49cb193 Mon Sep 17 00:00:00 2001 From: Ryan Brooks Date: Thu, 24 Oct 2024 21:51:35 -0700 Subject: [PATCH 3/3] updates --- snapshots/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snapshots/CHANGELOG.md b/snapshots/CHANGELOG.md index 04dc63c2..aa2be620 100644 --- a/snapshots/CHANGELOG.md +++ b/snapshots/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to snapshots & snapshots-processor will be documented in thi The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## 1.3.0-beta02 - 2024-10-23 +## 1.3.0-rc02 - 2024-10-25 > [!IMPORTANT] > Note: Existing previews with custom `device` specs will have expected diffs.