Skip to content

Commit

Permalink
chore(release): 65.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [65.1.0](elastic/elastic-charts@v65.0.0...v65.1.0) (2024-05-28)

### Bug Fixes

* **deps:** update dependency @elastic/eui to ^94.5.0 ([elastic#2433](elastic#2433)) ([b13ded9](elastic@b13ded9))
* **deps:** update dependency @playwright/test to ^1.44.0 ([elastic#2434](elastic#2434)) ([faf36aa](elastic@faf36aa))
* **Metric:** should only show one focus halo on `::focus` event ([elastic#2441](elastic#2441)) ([96b0779](elastic@96b0779))
* react component type errors ([elastic#2440](elastic#2440)) ([f0b3a00](elastic@f0b3a00))

### Features

* **legend:** add legend stats (table view) ([elastic#2426](elastic#2426)) ([c22f767](elastic@c22f767))
  • Loading branch information
semantic-release-bot committed May 28, 2024
1 parent c22f767 commit 347d7e8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [65.1.0](https://github.com/elastic/elastic-charts/compare/v65.0.0...v65.1.0) (2024-05-28)


### Bug Fixes

* **deps:** update dependency @elastic/eui to ^94.5.0 ([#2433](https://github.com/elastic/elastic-charts/issues/2433)) ([b13ded9](https://github.com/elastic/elastic-charts/commit/b13ded98da16780f8c0b3c08a02ac5bdd532d709))
* **deps:** update dependency @playwright/test to ^1.44.0 ([#2434](https://github.com/elastic/elastic-charts/issues/2434)) ([faf36aa](https://github.com/elastic/elastic-charts/commit/faf36aaf1e1527c105da614907ca853198d0c1cf))
* **Metric:** should only show one focus halo on `::focus` event ([#2441](https://github.com/elastic/elastic-charts/issues/2441)) ([96b0779](https://github.com/elastic/elastic-charts/commit/96b0779cc3c9a7bd31b55286a140488bbf82ef5f))
* react component type errors ([#2440](https://github.com/elastic/elastic-charts/issues/2440)) ([f0b3a00](https://github.com/elastic/elastic-charts/commit/f0b3a008e76da2f9edd366fc7e56a2749291338c))


### Features

* **legend:** add legend stats (table view) ([#2426](https://github.com/elastic/elastic-charts/issues/2426)) ([c22f767](https://github.com/elastic/elastic-charts/commit/c22f7673c89f516fde9e1d56d77873de6b36600d))

# [65.0.0](https://github.com/elastic/elastic-charts/compare/v64.1.0...v65.0.0) (2024-05-20)


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

0 comments on commit 347d7e8

Please sign in to comment.