Skip to content

Commit

Permalink
chore(release): 40.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [40.1.0](elastic/elastic-charts@v40.0.0...v40.1.0) (2021-12-01)

### Bug Fixes

* **deps:** update dependency @elastic/eui to ^41.3.0 ([elastic#1506](elastic#1506)) ([d364cc0](elastic@d364cc0))
* remove pointer for onElementOver ([elastic#1493](elastic#1493)) ([bf95dbc](elastic@bf95dbc))
* **deps:** update dependency @elastic/eui to ^41.2.1 ([elastic#1494](elastic#1494)) ([1c32f82](elastic@1c32f82))

### Features

* expose computeRatioByGroups fn ([elastic#1495](elastic#1495)) ([65f4886](elastic@65f4886))
  • Loading branch information
semantic-release-bot committed Dec 1, 2021
1 parent d364cc0 commit e77c2dc
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 @@
# [40.1.0](https://github.com/elastic/elastic-charts/compare/v40.0.0...v40.1.0) (2021-12-01)


### Bug Fixes

* **deps:** update dependency @elastic/eui to ^41.3.0 ([#1506](https://github.com/elastic/elastic-charts/issues/1506)) ([d364cc0](https://github.com/elastic/elastic-charts/commit/d364cc0fd0ecef83772ca1ca52ff04ed649badb6))
* remove pointer for onElementOver ([#1493](https://github.com/elastic/elastic-charts/issues/1493)) ([bf95dbc](https://github.com/elastic/elastic-charts/commit/bf95dbc6aae31d2c9994732b1c6ce6c29e58bd9a))
* **deps:** update dependency @elastic/eui to ^41.2.1 ([#1494](https://github.com/elastic/elastic-charts/issues/1494)) ([1c32f82](https://github.com/elastic/elastic-charts/commit/1c32f8264d9f03c304534a9b9688ee355d7fda39))


### Features

* expose computeRatioByGroups fn ([#1495](https://github.com/elastic/elastic-charts/issues/1495)) ([65f4886](https://github.com/elastic/elastic-charts/commit/65f4886ee3a1ef71eb34cfe8bd504ec4d76f82cb))

# [40.0.0](https://github.com/elastic/elastic-charts/compare/v39.0.2...v40.0.0) (2021-11-18)


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

0 comments on commit e77c2dc

Please sign in to comment.