Skip to content

Commit

Permalink
Prepare for Snapshots release 1.3.0-rc02 (#295)
Browse files Browse the repository at this point in the history
* Prepare for Snapshots release 1.3.0-beta02

* Prepare for Snapshots release 1.3.0-beta02

* updates
  • Loading branch information
rbro112 authored Oct 25, 2024
1 parent 9119305 commit 8f8b35d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
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

0 comments on commit 8f8b35d

Please sign in to comment.