Skip to content

Commit

Permalink
Bump to 1.4.0-rc01
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensousa committed Nov 11, 2024
1 parent 470850e commit 73ee851
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 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 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 73ee851

Please sign in to comment.