Skip to content

Commit

Permalink
chore(release): 2.1.0-dev.3 [skip ci]
Browse files Browse the repository at this point in the history
## [2.1.0-dev.3](v2.1.0-dev.2...v2.1.0-dev.3) (2024-07-05)

### Features

* **locales:** Support for new locales ([2fca527](2fca527))
* **series:** Direct support for dashed lines ([29aad77](29aad77)), closes [#413](#413)
* **series:** support for `monotoneCubic` curves ([998cb99](998cb99))
  • Loading branch information
semantic-release-bot committed Jul 5, 2024
1 parent 2fca527 commit 6d4854e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [2.1.0-dev.3](https://github.com/RomRider/apexcharts-card/compare/v2.1.0-dev.2...v2.1.0-dev.3) (2024-07-05)


### Features

* **locales:** Support for new locales ([2fca527](https://github.com/RomRider/apexcharts-card/commit/2fca527345e0ec7cc4072903cbd1089fe40a2b66))
* **series:** Direct support for dashed lines ([29aad77](https://github.com/RomRider/apexcharts-card/commit/29aad77ef1d2bedbc04c507d2319ed1f6f764f23)), closes [#413](https://github.com/RomRider/apexcharts-card/issues/413)
* **series:** support for `monotoneCubic` curves ([998cb99](https://github.com/RomRider/apexcharts-card/commit/998cb994b6c8295b430fb138c54d1a9e30e7506a))

## [2.1.0-dev.2](https://github.com/RomRider/apexcharts-card/compare/v2.1.0-dev.1...v2.1.0-dev.2) (2024-07-04)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apexcharts-card",
"version": "2.1.0-dev.2",
"version": "2.1.0-dev.3",
"description": "A Home Assistant Lovelace card using ApexCharts to render graphs",
"main": "src/apexcharts-card.ts",
"scripts": {
Expand Down

0 comments on commit 6d4854e

Please sign in to comment.