Skip to content

Commit

Permalink
chore(release): 22.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [22.0.0](elastic/elastic-charts@v21.3.2...v22.0.0) (2020-09-22)

### Bug Fixes

* breaking change in patch release of 21.1.1 ([9ae64a9](elastic/elastic-charts@9ae64a9)), closes [opensearch-project#810](elastic/elastic-charts#810)

### BREAKING CHANGES

* caused by changes in opensearch-project#810 see opensearch-project#830 for more info
* `TooltipValue.value` is now raw value and `TooltipValue.formattedValue` is now the
string formatted value.
  • Loading branch information
semantic-release-bot committed Sep 22, 2020
1 parent 9ae64a9 commit fd8cc2a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions packages/osd-charts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [22.0.0](https://github.com/elastic/elastic-charts/compare/v21.3.2...v22.0.0) (2020-09-22)


### Bug Fixes

* breaking change in patch release of 21.1.1 ([d0ddc45](https://github.com/elastic/elastic-charts/commit/d0ddc45e2dbfb23bb1d8682b354b5de2b8476fce)), closes [#810](https://github.com/elastic/elastic-charts/issues/810)


### BREAKING CHANGES

* caused by changes in #810 see #830 for more info
* `TooltipValue.value` is now raw value and `TooltipValue.formattedValue` is now the
string formatted value.

## [21.3.2](https://github.com/elastic/elastic-charts/compare/v21.3.1...v21.3.2) (2020-09-21)


Expand Down
2 changes: 1 addition & 1 deletion packages/osd-charts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@elastic/charts",
"description": "Elastic-Charts data visualization library",
"version": "21.3.2",
"version": "22.0.0",
"author": "Marco Vettorello <marco.vettorello@elastic.co>",
"license": "Apache-2.0",
"main": "dist/index.js",
Expand Down

0 comments on commit fd8cc2a

Please sign in to comment.