Skip to content

Commit

Permalink
chore(release): 52.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [52.0.0](v51.3.0...v52.0.0) (2023-01-27)

### Bug Fixes

* annotation details tooltip throwing with hooks ([#1949](#1949)) ([779b7f3](779b7f3))
* **deps:** update dependency @elastic/eui to v72 ([#1914](#1914)) ([8814c80](8814c80))
* **deps:** update dependency @elastic/eui to v73 ([#1941](#1941)) ([4eeafa7](4eeafa7))

### BREAKING CHANGES

* The `customTooltipDetails` type is now passing `details` as `props` using a `ComponentType`.
  • Loading branch information
semantic-release-bot committed Jan 27, 2023
1 parent 779b7f3 commit 7fe60a3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [52.0.0](https://github.com/elastic/elastic-charts/compare/v51.3.0...v52.0.0) (2023-01-27)


### Bug Fixes

* annotation details tooltip throwing with hooks ([#1949](https://github.com/elastic/elastic-charts/issues/1949)) ([779b7f3](https://github.com/elastic/elastic-charts/commit/779b7f3499f34fb4471ee5f1fac390a7499fe6ee))
* **deps:** update dependency @elastic/eui to v72 ([#1914](https://github.com/elastic/elastic-charts/issues/1914)) ([8814c80](https://github.com/elastic/elastic-charts/commit/8814c80f71ff6cbd39187064abda131077f3ca68))
* **deps:** update dependency @elastic/eui to v73 ([#1941](https://github.com/elastic/elastic-charts/issues/1941)) ([4eeafa7](https://github.com/elastic/elastic-charts/commit/4eeafa7864f756685ae23ced54dd34f9fede330a))


### BREAKING CHANGES

* The `customTooltipDetails` type is now passing `details` as `props` using a `ComponentType`.

# [51.3.0](https://github.com/elastic/elastic-charts/compare/v51.2.0...v51.3.0) (2022-12-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": "51.3.0",
"version": "52.0.0",
"author": "Elastic DataVis",
"license": "SEE LICENSE IN LICENSE.txt",
"main": "dist/index.js",
Expand Down

0 comments on commit 7fe60a3

Please sign in to comment.