Skip to content

Commit

Permalink
chore(release): 63.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [63.0.0](v62.0.0...v63.0.0) (2024-01-24)

### Features

* **legend:** expose extra raw values ([#2308](#2308)) ([85bfe06](85bfe06))

### BREAKING CHANGES

* **legend:** The `CustomLegend.item` now exposes both the `raw` and the `formatted` version of the extra value.
  • Loading branch information
semantic-release-bot committed Jan 24, 2024
1 parent 85bfe06 commit 3b3aa03
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [63.0.0](https://github.com/elastic/elastic-charts/compare/v62.0.0...v63.0.0) (2024-01-24)


### Features

* **legend:** expose extra raw values ([#2308](https://github.com/elastic/elastic-charts/issues/2308)) ([85bfe06](https://github.com/elastic/elastic-charts/commit/85bfe0668d66fd24e78f2bba8be4570fa926e94c))


### BREAKING CHANGES

* **legend:** The `CustomLegend.item` now exposes both the `raw` and the `formatted` version of the extra value.

# [62.0.0](https://github.com/elastic/elastic-charts/compare/v61.2.0...v62.0.0) (2024-01-23)


Expand Down
2 changes: 1 addition & 1 deletion packages/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": "62.0.0",
"version": "63.0.0",
"author": "Elastic DataVis",
"license": "SEE LICENSE IN LICENSE.txt",
"main": "dist/index.js",
Expand Down

0 comments on commit 3b3aa03

Please sign in to comment.