Skip to content

Commit

Permalink
fix: Dropdown not working in android app #124
Browse files Browse the repository at this point in the history
  • Loading branch information
regevbr committed Jun 13, 2023
1 parent f1fc33e commit 8187765
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
r="${r//$'\r'/'%0D'}" # Multiline escape sequences for '\r'
echo "::set-output name=RELEASE_BODY::$r"
- name: Upload the release file
uses: svenstaro/[email protected].0
uses: svenstaro/[email protected].1
with:
file: dist/*
file_glob: true
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mini-climate-card",
"version": "v2.6.1",
"version": "v2.6.2",
"description": "a/c card for Home Assistant Lovelace UI",
"keywords": [
"home-assistant",
Expand Down
5 changes: 5 additions & 0 deletions release_notes/v2.6.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## v2.6.2
[![Downloads](https://img.shields.io/github/downloads/artem-sedykh/mini-climate-card/v2.6.2/total.svg)](https://github.com/artem-sedykh/mini-climate-card/releases/tag/v2.6.2)

### Fixed
- Dropdown not working in android app #124 by @regevbr

0 comments on commit 8187765

Please sign in to comment.