Skip to content

Commit f5ea4f5

Browse files
committed
Prepare for release Compose 1.0.0-alpha02
1 parent f0234c4 commit f5ea4f5

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change Log
22

3+
## Compose [1.0.0-alpha02] - 2022-05-15
4+
- Fixed access to top-members of the AAR (more info here: https://stackoverflow.com/q/72244263/293878)
5+
36
## Compose [1.0.0-alpha01] - 2022-05-14
47
- First release of SpeedDial for Compose
58

RELEASING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
1. Bump the `build_versions.version_name_*` property in `speeddial.config-conventions.gradle` based on Major.Minor.Patch naming scheme
44
2. Update `CHANGELOG.md` for the impending release.
55
3. Update the `README.md` with the new version.
6-
4. `git commit -am "Prepare for release X.Y.Z"` (where X.Y.Z is the version you set in step 1)
6+
4. `git commit -am "Prepare for release View|Compose X.Y.Z"` (where X.Y.Z is the version you set in step 1)
77
5. `git push`
88
6. `./gradlew clean assembleRelease`
99
7. `./gradlew :library-view:publishReleasePublicationToSonatypeRepository`

build-conventions/src/main/groovy/speeddial.config-conventions.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ext.config = [
2424
'targetSdk' : 31,
2525
'version_code' : commitCount.isNumber() ? commitCount as int : 0,
2626
'version_name_view' : '3.3.0',
27-
'version_name_compose' : '1.0.0-alpha01',
27+
'version_name_compose' : '1.0.0-alpha02',
2828
'version_name_sample' : '4.0.0',
2929
],
3030

0 commit comments

Comments
 (0)