Skip to content

Commit 18e7d88

Browse files
chore(release): 2.2.2 [skip ci]
## [2.2.2](v2.2.1...v2.2.2) (2025-08-21) ### Bug Fixes * Charts would sometimes not display if used inside a vertical or horizontal stack card ([2fa43df](2fa43df)), closes [#945](#945)
1 parent 2fa43df commit 18e7d88

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [2.2.2](https://github.com/RomRider/apexcharts-card/compare/v2.2.1...v2.2.2) (2025-08-21)
2+
3+
### Bug Fixes
4+
5+
* Charts would sometimes not display if used inside a vertical or horizontal stack card ([2fa43df](https://github.com/RomRider/apexcharts-card/commit/2fa43dfc76f25d8341d4ff893abf9746db2216cb)), closes [#945](https://github.com/RomRider/apexcharts-card/issues/945)
6+
17
## [2.2.1](https://github.com/RomRider/apexcharts-card/compare/v2.2.0...v2.2.1) (2025-08-21)
28

39
### Bug Fixes

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ This card is available in [HACS](https://hacs.xyz/) (Home Assistant Community St
8989
2. Grab `apexcharts-card.js`:
9090

9191
```
92-
$ wget https://github.com/RomRider/apexcharts-card/releases/download/v2.2.1/apexcharts-card.js
92+
$ wget https://github.com/RomRider/apexcharts-card/releases/download/v2.2.2/apexcharts-card.js
9393
```
9494

9595
3. Add the resource reference as described below.
@@ -100,7 +100,7 @@ If you configure Lovelace via YAML, add a reference to `apexcharts-card.js` insi
100100

101101
```yaml
102102
resources:
103-
- url: /local/apexcharts-card.js?v=2.2.1
103+
- url: /local/apexcharts-card.js?v=2.2.2
104104
type: module
105105
```
106106

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "apexcharts-card",
3-
"version": "2.2.1",
3+
"version": "2.2.2",
44
"description": "A Home Assistant Lovelace card using ApexCharts to render graphs",
55
"main": "src/apexcharts-card.ts",
66
"scripts": {

0 commit comments

Comments
 (0)