Skip to content

Commit

Permalink
Prepare for release Compose 1.0.0-alpha02
Browse files Browse the repository at this point in the history
  • Loading branch information
leinardi committed May 16, 2022
1 parent f0234c4 commit f5ea4f5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

## Compose [1.0.0-alpha02] - 2022-05-15
- Fixed access to top-members of the AAR (more info here: https://stackoverflow.com/q/72244263/293878)

## Compose [1.0.0-alpha01] - 2022-05-14
- First release of SpeedDial for Compose

Expand Down
2 changes: 1 addition & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
1. Bump the `build_versions.version_name_*` property in `speeddial.config-conventions.gradle` based on Major.Minor.Patch naming scheme
2. Update `CHANGELOG.md` for the impending release.
3. Update the `README.md` with the new version.
4. `git commit -am "Prepare for release X.Y.Z"` (where X.Y.Z is the version you set in step 1)
4. `git commit -am "Prepare for release View|Compose X.Y.Z"` (where X.Y.Z is the version you set in step 1)
5. `git push`
6. `./gradlew clean assembleRelease`
7. `./gradlew :library-view:publishReleasePublicationToSonatypeRepository`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ext.config = [
'targetSdk' : 31,
'version_code' : commitCount.isNumber() ? commitCount as int : 0,
'version_name_view' : '3.3.0',
'version_name_compose' : '1.0.0-alpha01',
'version_name_compose' : '1.0.0-alpha02',
'version_name_sample' : '4.0.0',
],

Expand Down

0 comments on commit f5ea4f5

Please sign in to comment.