From 97bb10778ca51d42772bf46e7240e444e576c9d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maros=CC=8C=20S=CC=8Celeng?= Date: Tue, 10 Jan 2023 19:34:57 +0100 Subject: [PATCH 1/3] Prepare for v0.3.0. --- README.md | 15 ++++++--------- datetimepickers/build.gradle.kts | 2 +- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 7686065..1f2ccb5 100644 --- a/README.md +++ b/README.md @@ -11,16 +11,13 @@ Highly customizable Jetpack Compose components with material3 support for date & ## Latest version -### 0.2.0 ([Changelog](https://github.com/marosseleng/compose-material3-datetime-pickers/compare/v0.1.2...v0.2.0)) +### 0.3.0 ([Changelog](https://github.com/marosseleng/compose-material3-datetime-pickers/compare/v0.2.0...v0.3.0)) -#### Kotlin version: `1.7.20` - -#### Compose compiler version: `1.3.2` - -#### Compose BOM version: `2022.12.00` -For details of packages inside a BOM, download it's POM file from [Google's maven repository](https://maven.google.com/web/index.html?q=compose-bom#androidx.compose:compose-bom). - -#### Material3 version: `1.0.1` +## Versions +| Kotlin version | `1.7.20` | +| Compose compiler version | `1.3.2` | +| [Compose BOM](https://maven.google.com/web/index.html?q=compose-bom#androidx.compose:compose-bom) version | `2022.12.00` | +| Material3 version | `1.0.1` | ## Usage To use this library in your project, in your app module's `build.gradle.kts` add: diff --git a/datetimepickers/build.gradle.kts b/datetimepickers/build.gradle.kts index 639a042..324392f 100644 --- a/datetimepickers/build.gradle.kts +++ b/datetimepickers/build.gradle.kts @@ -81,7 +81,7 @@ publishing { register("release") { groupId = "com.marosseleng.android" artifactId = "compose-material3-datetime-pickers" - version = "0.2.0" + version = "0.3.0" afterEvaluate { from(components["release"]) From b23d79f84bcae0235ae8ce5b90118d6c1e0e3a23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maros=CC=8C=20S=CC=8Celeng?= Date: Tue, 10 Jan 2023 19:36:19 +0100 Subject: [PATCH 2/3] Hopefully fix table. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1f2ccb5..41c52e3 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ Highly customizable Jetpack Compose components with material3 support for date & ### 0.3.0 ([Changelog](https://github.com/marosseleng/compose-material3-datetime-pickers/compare/v0.2.0...v0.3.0)) ## Versions +| --- | --- | | Kotlin version | `1.7.20` | | Compose compiler version | `1.3.2` | | [Compose BOM](https://maven.google.com/web/index.html?q=compose-bom#androidx.compose:compose-bom) version | `2022.12.00` | From fc22cbf8d0d93393ee0246c52a5c34a81f663ae2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maros=CC=8C=20S=CC=8Celeng?= Date: Tue, 10 Jan 2023 19:48:45 +0100 Subject: [PATCH 3/3] Fix the table. --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 41c52e3..f624c82 100644 --- a/README.md +++ b/README.md @@ -14,11 +14,12 @@ Highly customizable Jetpack Compose components with material3 support for date & ### 0.3.0 ([Changelog](https://github.com/marosseleng/compose-material3-datetime-pickers/compare/v0.2.0...v0.3.0)) ## Versions -| --- | --- | -| Kotlin version | `1.7.20` | -| Compose compiler version | `1.3.2` | -| [Compose BOM](https://maven.google.com/web/index.html?q=compose-bom#androidx.compose:compose-bom) version | `2022.12.00` | -| Material3 version | `1.0.1` | +| Dependency | Version | +|:--------------------------------------------------------------------------------------------------------|-------------:| +| Kotlin | `1.7.20` | +| Compose compiler | `1.3.2` | +| [Compose BOM](https://maven.google.com/web/index.html?q=compose-bom#androidx.compose:compose-bom) | `2022.12.00` | +| Material3 | `1.0.1` | ## Usage To use this library in your project, in your app module's `build.gradle.kts` add: