Skip to content

Commit a02c4e4

Browse files
committed
Complete changelog entries
1 parent b20cd47 commit a02c4e4

File tree

2 files changed

+27
-11
lines changed

2 files changed

+27
-11
lines changed

CHANGELOG.md

Lines changed: 26 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,15 @@ See [changeset](https://github.com/wmontwe/blueprint-mobile-kmp/compare/v1.0.0..
1414

1515
### Added
1616

17+
- Documentation
18+
- MkDocs for generating project webpage
19+
- RenovateBot fo dependency updates
20+
1721
### Changed
1822

19-
- Change JetBrains Compose dependencies to VersionCatalog
20-
- Change color scheme to add new surfaceTint, outlineVariant and scrim colors
23+
- JetBrains Compose dependencies to VersionCatalog
24+
- Color scheme to add new surfaceTint, outlineVariant and scrim colors
25+
- Asciidoc to Markdown
2126

2227
### Removed
2328

@@ -31,22 +36,33 @@ See [changeset](https://github.com/wmontwe/blueprint-mobile-kmp/compare/v1.0.0..
3136

3237
- Android target API 31 -> 33
3338
- Gradle 7.2 -> 7.5
34-
- Android Gradle Plugin 7.1.0 -> 7.3.0
35-
- Jetpack Compose 1.0.5 -> 1.3.2
36-
- Jetbrains Compose 1.0.1 -> 1.2.0
39+
- Android Gradle Plugin 7.1.0 -> 7.3.1
40+
- Jetpack Compose 1.0.5 -> 1.3.1
41+
- Jetpack Compose Compiler 1.0.5 -> 1.3.2
42+
- Jetbrains Compose 1.0.1 -> 1.2.1
3743
- AndroidX AppCompat 1.4.2 -> 1.5.1
3844
- AndroidX CoreKtx 1.7.0 -> 1.9.0
39-
- AndroidX Activity Compose 1.4.0 -> 1.6.0
40-
- Accompanist 0.20.3 -> 0.25.1
41-
- Material 1.6.0-alpha01 -> 1.6.1
45+
- AndroidX Activity Compose 1.4.0 -> 1.6.1
46+
- AndroidX Test 1.4.0 -> 1.5.0
47+
- AndroidX Test Orchestrator 1.4.1 -> 1.4.2
48+
- AndroidX Test Junit Ktx 1.1.3 -> 1.1.4
49+
- AndroidX Test Espresso 3.4.0 -> 3.5.0
50+
- Accompanist 0.20.3 -> 0.27.0
51+
- Material 1.6.0-alpha01 -> 1.7.0
4252
- Kotlin 1.6.10 -> 1.7.20
4353
- Kotlin Coroutines 1.6.0 -> 1.6.4
4454
- AndroidX Compose UI 1.1.1 -> 1.2.1
45-
- Kakaocup Compose 0.0.6 -> 0.1.0
46-
- Material Compose 1.1.0-rc03 -> 1.2.1
55+
- Kakaocup Compose 0.0.6 -> 0.2.0
56+
- Material Compose 1.1.0-rc03 -> 1.3.1
4757
- Material3 Compose 1.0.0-alpha04 -> 1.0.0-alpha14
4858
- SqlDelight 1.5.3 -> 1.5.4
4959
- Decompose 0.5.2 -> 0.8.0
60+
- Ktor 1.6.2 -> 2.1.3
61+
- Koin 3.1.4 -> 3.3.0
62+
- Kotlin Serialization 1.2.2 -> 1.4.1
63+
- Robolectric 4.5.1 -> 4.9
64+
- Coil Compose 1.3.2 -> 2.2.2
65+
- Android Desugar 1.0.9 -> 1.2.2
5066

5167
### Deprecated
5268

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
gradle = "7.5.1"
2+
gradle = "7.5"
33
mkdocs = "2.4.0"
44
androidGradlePlugin = "7.3.1"
55
accompanist = "0.27.0"

0 commit comments

Comments
 (0)