Skip to content

Commit bd82c98

Browse files
committed
Update documentation for 0.8.1-rc
1 parent 7aaa76e commit bd82c98

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
### 0.8.1-rc - 2022-05-25
4+
5+
- Update compose to 1.2.0-rc03 ([#156](https://github.com/vanpra/compose-material-dialogs/issues/156))
6+
- Update kotlin to 1.7.0
7+
- Remove `material-icons-extended` dependency ([#153](https://github.com/vanpra/compose-material-dialogs/issues/153))
8+
- Add parameter for changing title and message style and color ([#150](https://github.com/vanpra/compose-material-dialogs/issues/150))
9+
310
### 0.8.0-beta - 2022-05-25
411

512
- Update compose to 1.2.0-beta02 ([#149](https://github.com/vanpra/compose-material-dialogs/pull/149))

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
**Latest Stable Library Version: 0.7.2 (Supports Compose 1.1.1)**
88

9-
**Latest Beta Library Version: 0.8.0-beta (Supports Compose 1.2.0-beta02)**
9+
**Latest Beta Library Version: 0.8.1-rc (Supports Compose 1.2.0-rc03)**
1010

1111
### [See Releases and Changelog](https://github.com/vanpra/compose-material-dialogs/blob/main/CHANGELOG.md)
1212

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ android.enableJetifier=false
1010
kotlin.code.style=official
1111

1212
GROUP=io.github.vanpra.compose-material-dialogs
13-
VERSION_NAME=0.8.0-beta
13+
VERSION_NAME=0.8.1-rc
1414

1515
POM_DESCRIPTION=A Material Dialog Builder for Jetpack Compose
1616
POM_INCEPTION_YEAR=2020

0 commit comments

Comments
 (0)