From 1c31dec8fea0bf29590968fcc067b29c0e9ef736 Mon Sep 17 00:00:00 2001 From: Ruben Sousa Date: Thu, 17 Oct 2024 01:23:53 +0200 Subject: [PATCH] Bump to 1.4.0-beta03 --- docs/changelog.md | 11 +++++++++++ gradle.properties | 2 +- mkdocs.yml | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 174dec84..5b855bcc 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,6 +2,17 @@ ## Version 1.4.0 +### 1.4.0-beta03 + +#### New features + +- Added `onViewHolderDeselected` to `OnViewHolderSelectedListener` ([#280](https://github.com/rubensousa/DpadRecyclerView/pull/280)) + +#### API changes + +- Added `addOnChildLaidOutListener`, `removeOnChildLaidOutListener` and `clearOnChildLaidOutListeners` +to replace `setOnChildLaidOutListener` ([#280](https://github.com/rubensousa/DpadRecyclerView/pull/280)) + ### 1.4.0-beta02 2024-10-08 diff --git a/gradle.properties b/gradle.properties index f5af1184..e34f0401 100644 --- a/gradle.properties +++ b/gradle.properties @@ -27,7 +27,7 @@ SONATYPE_HOST=S01 RELEASE_SIGNING_ENABLED=true GROUP=com.rubensousa.dpadrecyclerview -VERSION_NAME=1.4.0-beta02 +VERSION_NAME=1.4.0-beta03 POM_URL=https://github.com/rubensousa/dpadrecyclerview/ POM_SCM_URL=https://github.com/rubensousa/dpadrecyclerview/ POM_SCM_CONNECTION=scm:git:git://github.com/rubensousa/dpadrecyclerview.git diff --git a/mkdocs.yml b/mkdocs.yml index c6a19ec3..3f26c949 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -24,7 +24,7 @@ theme: extra: dpadrecyclerview: - version: '1.4.0-beta02' + version: '1.4.0-beta03' social: - icon: 'fontawesome/brands/github' link: 'https://github.com/rubensousa/DpadRecyclerView'