Skip to content

Commit

Permalink
chore(release): 53.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [53.0.0](v52.0.0...v53.0.0) (2023-02-01)

### Bug Fixes

* **deps:** update dependency @elastic/eui to v74 ([#1950](#1950)) ([a030ca9](a030ca9))

### Features

* **tooltip:** expose tooltip container ([#1915](#1915)) ([40ba99b](40ba99b))

### BREAKING CHANGES

* **tooltip:** You must wrap your `customTooltip` components with a `TooltipContainer` if you are using our `Tooltip` components.
  • Loading branch information
semantic-release-bot committed Feb 1, 2023
1 parent 8effadc commit 83f66a5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [53.0.0](https://github.com/elastic/elastic-charts/compare/v52.0.0...v53.0.0) (2023-02-01)


### Bug Fixes

* **deps:** update dependency @elastic/eui to v74 ([#1950](https://github.com/elastic/elastic-charts/issues/1950)) ([a030ca9](https://github.com/elastic/elastic-charts/commit/a030ca9cc7cf5f5025c23744c667d60bed096584))


### Features

* **tooltip:** expose tooltip container ([#1915](https://github.com/elastic/elastic-charts/issues/1915)) ([40ba99b](https://github.com/elastic/elastic-charts/commit/40ba99b54d6802874ab9ae5ba1da42ff9d6e9fbf))


### BREAKING CHANGES

* **tooltip:** You must wrap your `customTooltip` components with a `TooltipContainer` if you are using our `Tooltip` components.

# [52.0.0](https://github.com/elastic/elastic-charts/compare/v51.3.0...v52.0.0) (2023-01-27)


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": "52.0.0",
"version": "53.0.0",
"author": "Elastic DataVis",
"license": "SEE LICENSE IN LICENSE.txt",
"main": "dist/index.js",
Expand Down

0 comments on commit 83f66a5

Please sign in to comment.