Skip to content

Commit

Permalink
chore(release): 2.0.0-dev.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.0.0-dev.1](v1.11.0-dev.1...v2.0.0-dev.1) (2022-04-20)

### ⚠ BREAKING CHANGES

* `extend_to_end` has been removed and replaced by `extend_to` with support for `now` and `end`.

### Features

* `extend_to` replaces `extend_to_end` with new options ([4bb1dd2](4bb1dd2)), closes [#318](#318)

### Bug Fixes

* `last_updated` date format was not following the configuration ([3dd4904](3dd4904))
* annotations with time were not following the time format configuration ([5d08853](5d08853))
* hidden by default would not work without a name ([9c75ce8](9c75ce8)), closes [#280](#280)
  • Loading branch information
semantic-release-bot committed Apr 20, 2022
1 parent 9c75ce8 commit 32aed37
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## [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)


### ⚠ BREAKING CHANGES

* `extend_to_end` has been removed and replaced by `extend_to` with support for `now` and `end`.

### Features

* `extend_to` replaces `extend_to_end` with new options ([4bb1dd2](https://github.com/RomRider/apexcharts-card/commit/4bb1dd2464927c1dea66d422474cacaef7c89a16)), closes [#318](https://github.com/RomRider/apexcharts-card/issues/318)


### Bug Fixes

* `last_updated` date format was not following the configuration ([3dd4904](https://github.com/RomRider/apexcharts-card/commit/3dd4904a72b55cba94a3951a83dc2bd0d7caee09))
* annotations with time were not following the time format configuration ([5d08853](https://github.com/RomRider/apexcharts-card/commit/5d088532f933991ccdf3c8b876ba8c921fe5f233))
* hidden by default would not work without a name ([9c75ce8](https://github.com/RomRider/apexcharts-card/commit/9c75ce89dfdf59ed72c3235d8be6d7c501b50ff5)), closes [#280](https://github.com/RomRider/apexcharts-card/issues/280)

## [1.11.0-dev.1](https://github.com/RomRider/apexcharts-card/compare/v1.10.1-dev.2...v1.11.0-dev.1) (2022-04-09)


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": "1.11.0-dev.1",
"version": "2.0.0-dev.1",
"description": "A Home Assistant Lovelace card using ApexCharts to render graphs",
"main": "src/apexcharts-card.ts",
"scripts": {
Expand Down

0 comments on commit 32aed37

Please sign in to comment.