Skip to content

Commit

Permalink
chore(release): 1.10.0-dev.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.10.0-dev.3](v1.10.0-dev.2...v1.10.0-dev.3) (2021-07-04)

### Features

* pie/donut now shows the value of the serie instead of the percentage. Old behavior with `datalabels: percent` ([7591aba](7591aba))

### Bug Fixes

* When recorder was skipped, attributes were ignored ([15e5372](15e5372))
  • Loading branch information
semantic-release-bot committed Jul 4, 2021
1 parent 15e5372 commit a082420
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [1.10.0-dev.3](https://github.com/RomRider/apexcharts-card/compare/v1.10.0-dev.2...v1.10.0-dev.3) (2021-07-04)


### Features

* pie/donut now shows the value of the serie instead of the percentage. Old behavior with `datalabels: percent` ([7591aba](https://github.com/RomRider/apexcharts-card/commit/7591aba03e0c8d001b4883456b21fc948ea5cfe4))


### Bug Fixes

* When recorder was skipped, attributes were ignored ([15e5372](https://github.com/RomRider/apexcharts-card/commit/15e537213c9ab9b16ed9d0e3734d80def769fbde))

## [1.10.0-dev.2](https://github.com/RomRider/apexcharts-card/compare/v1.10.0-dev.1...v1.10.0-dev.2) (2021-07-04)


Expand Down
2 changes: 1 addition & 1 deletion 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.10.0-dev.2",
"version": "1.10.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 a082420

Please sign in to comment.