Skip to content

Commit dec7ee1

Browse files
chore(release): 2.0.0-dev.2 [skip ci]
## [2.0.0-dev.2](v2.0.0-dev.1...v2.0.0-dev.2) (2022-04-21) ### Features * Apply a `time_delta` to all the datapoints of your serie ([435e381](435e381)), closes [#277](#277)
1 parent 602bbd0 commit dec7ee1

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.0.0-dev.2](https://github.com/RomRider/apexcharts-card/compare/v2.0.0-dev.1...v2.0.0-dev.2) (2022-04-21)
2+
3+
4+
### Features
5+
6+
* Apply a `time_delta` to all the datapoints of your serie ([435e381](https://github.com/RomRider/apexcharts-card/commit/435e381ceeb467261501bf471010ac3c029064c5)), closes [#277](https://github.com/RomRider/apexcharts-card/issues/277)
7+
18
## [2.0.0-dev.1](https://github.com/RomRider/apexcharts-card/compare/v1.11.0-dev.1...v2.0.0-dev.1) (2022-04-20)
29

310

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "apexcharts-card",
3-
"version": "2.0.0-dev.1",
3+
"version": "2.0.0-dev.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)