Skip to content

Commit

Permalink
Merge pull request #284 from rubensousa/changelog
Browse files Browse the repository at this point in the history
Bump to 1.4.0-rc01
  • Loading branch information
rubensousa authored Nov 11, 2024
2 parents 470850e + 4edb494 commit 985f5d3
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
matrix:
arch: [ x86 ]
target: [ android-tv ]
api-level: [22, 25, 27, 28, 29, 30, 31]
api-level: [27, 28, 29, 30, 31]
profile: [tv_1080p]
steps:
- name: checkout
Expand Down
8 changes: 8 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## Version 1.4.0

### 1.4.0-rc01

2024-11-11

#### Bug fixes

- Fixed selection being reset if it's requested immediately after updating the adapter: ([#283](https://github.com/rubensousa/DpadRecyclerView/pull/283))

### 1.4.0-beta03

2024-10-17
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ SONATYPE_HOST=S01
RELEASE_SIGNING_ENABLED=true

GROUP=com.rubensousa.dpadrecyclerview
VERSION_NAME=1.4.0-beta03
VERSION_NAME=1.4.0-rc01
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
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ theme:

extra:
dpadrecyclerview:
version: '1.4.0-beta03'
version: '1.4.0-rc01'
social:
- icon: 'fontawesome/brands/github'
link: 'https://github.com/rubensousa/DpadRecyclerView'
Expand Down

0 comments on commit 985f5d3

Please sign in to comment.