Skip to content

Commit

Permalink
Prepare for Snapshots release 1.1.3 (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbro112 authored Jul 10, 2024
1 parent f592950 commit 3f9260a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ junit-jupiter = "5.8.2"
# internal
emerge-gradle-plugin = "3.1.2"
emerge-peformance = "2.1.2"
emerge-snapshots = "1.1.2"
emerge-snapshots = "1.1.3"

[plugins]
android-application = { id = "com.android.application", version.ref = "agp" }
Expand Down
5 changes: 5 additions & 0 deletions snapshots/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ 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.1.3 - 2024-07-10

- Support `device` Preview annotation parameter in local
snapshotting. [#183](https://github.com/EmergeTools/emerge-android/pull/183)

## 1.1.2 - 2024-06-27

- Use `PreviewActivity`
Expand Down

0 comments on commit 3f9260a

Please sign in to comment.