From cfe46a572c4f4f13c1152edaac98e8139d14f932 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BAben=20Sousa?= Date: Wed, 27 Dec 2023 12:25:20 +0000 Subject: [PATCH] Bump to 1.2.0-alpha02 --- docs/changelog.md | 9 +++++++++ gradle.properties | 2 +- mkdocs.yml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 10853004..91c3c064 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,6 +2,15 @@ ## Version 1.2.0 +### 1.2.0-alpha02 + +2023-12-27 + +#### Bug fixes + +- Fixed layout jumping to the top when the user scrolls with touch events ([#171](https://github.com/rubensousa/DpadRecyclerView/issues/171)) +- Fixed alignment configuration not being respected for small lists ([#172](https://github.com/rubensousa/DpadRecyclerView/issues/172)) + ### 1.2.0-alpha01 2023-11-25 diff --git a/gradle.properties b/gradle.properties index 2fe1366e..4bb7eca8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -22,4 +22,4 @@ kotlin.code.style=official # thereby reducing the size of the R class for that library android.nonTransitiveRClass=true android.enableR8.fullMode=true -LIBRARY_VERSION=1.2.0-alpha01 \ No newline at end of file +LIBRARY_VERSION=1.2.0-alpha02 \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 5eff1430..7b325e2b 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -24,7 +24,7 @@ theme: extra: dpadrecyclerview: - version: '1.2.0-alpha01' + version: '1.2.0-alpha02' social: - icon: 'fontawesome/brands/github' link: 'https://github.com/rubensousa/DpadRecyclerView'