Skip to content

Commit

Permalink
chore(release): 58.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [58.2.0](v58.1.0...v58.2.0) (2023-06-23)

### Bug Fixes

* `Chart` component `children` type ([#2071](#2071)) ([525c782](525c782))
* **deps:** update dependency @elastic/eui to v82 ([#2074](#2074)) ([69a655f](69a655f))

### Features

* **flame:** expose search field text and search text change listener ([#2068](#2068)) ([c339947](c339947))
* support native chart title and description ([#2002](#2002)) ([341a990](341a990))
  • Loading branch information
semantic-release-bot committed Jun 23, 2023
1 parent 19f4fe2 commit 30de7f6
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 @@
# [58.2.0](https://github.com/elastic/elastic-charts/compare/v58.1.0...v58.2.0) (2023-06-23)


### Bug Fixes

* `Chart` component `children` type ([#2071](https://github.com/elastic/elastic-charts/issues/2071)) ([525c782](https://github.com/elastic/elastic-charts/commit/525c782829a37e465b03d5aae7a0d697f00bd431))
* **deps:** update dependency @elastic/eui to v82 ([#2074](https://github.com/elastic/elastic-charts/issues/2074)) ([69a655f](https://github.com/elastic/elastic-charts/commit/69a655f0dac2975ab42b48a48cc19693eaff1021))


### Features

* **flame:** expose search field text and search text change listener ([#2068](https://github.com/elastic/elastic-charts/issues/2068)) ([c339947](https://github.com/elastic/elastic-charts/commit/c339947c3963b8ad8124203435f410b34b93cc1e))
* support native chart title and description ([#2002](https://github.com/elastic/elastic-charts/issues/2002)) ([341a990](https://github.com/elastic/elastic-charts/commit/341a990c5d1154f36927a91321e4d0c39b44a4be))

# [58.1.0](https://github.com/elastic/elastic-charts/compare/v58.0.0...v58.1.0) (2023-06-08)


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

0 comments on commit 30de7f6

Please sign in to comment.