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

Prepare for Snapshots release 1.3.0-rc02 #295

Merged
merged 3 commits into from
Oct 25, 2024
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 gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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-rc02"
emerge-distribution = "0.0.1"
activity-ktx = "1.9.2"
navigation-compose = "2.8.2"
Expand Down
7 changes: 6 additions & 1 deletion snapshots/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-rc02 - 2024-10-25

> [!IMPORTANT]
> Note: Existing previews with custom `device` specs will have expected diffs.
Expand All @@ -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
Expand Down
Loading