Skip to content

Commit

Permalink
chore(release): 63.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [63.1.0](v63.0.0...v63.1.0) (2024-01-29)

### Bug Fixes

* **deps:** update dependency @elastic/eui to ^92.1.1 ([#2315](#2315)) ([f4e4fae](f4e4fae))
* **deps:** update dependency @playwright/test to ^1.41.1 ([#2316](#2316)) ([e2ab527](e2ab527))
* **styles:** isolated point style overrides ([#2278](#2278)) ([3fb1df2](3fb1df2))

### Features

* **metric:** custom slot to render contents in gap ([#2303](#2303)) ([3256c8c](3256c8c))

### Performance Improvements

* **tooltip:** improve placement logic ([#2310](#2310)) ([cac5f49](cac5f49))
  • Loading branch information
semantic-release-bot committed Jan 29, 2024
1 parent cac5f49 commit 694e80f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# [63.1.0](https://github.com/elastic/elastic-charts/compare/v63.0.0...v63.1.0) (2024-01-29)


### Bug Fixes

* **deps:** update dependency @elastic/eui to ^92.1.1 ([#2315](https://github.com/elastic/elastic-charts/issues/2315)) ([f4e4fae](https://github.com/elastic/elastic-charts/commit/f4e4fae42e5dcc1b882f0c5126c66d3c96cd2fcc))
* **deps:** update dependency @playwright/test to ^1.41.1 ([#2316](https://github.com/elastic/elastic-charts/issues/2316)) ([e2ab527](https://github.com/elastic/elastic-charts/commit/e2ab52791baef9da628930d3e8d738ce3772c34a))
* **styles:** isolated point style overrides ([#2278](https://github.com/elastic/elastic-charts/issues/2278)) ([3fb1df2](https://github.com/elastic/elastic-charts/commit/3fb1df21d08c441c84705bd3d5984fc07caa11be))


### Features

* **metric:** custom slot to render contents in gap ([#2303](https://github.com/elastic/elastic-charts/issues/2303)) ([3256c8c](https://github.com/elastic/elastic-charts/commit/3256c8ca14d180e4d7a483811a37612aca2691ce))


### Performance Improvements

* **tooltip:** improve placement logic ([#2310](https://github.com/elastic/elastic-charts/issues/2310)) ([cac5f49](https://github.com/elastic/elastic-charts/commit/cac5f4908a54374d114d7a11e66d648979013039))

# [63.0.0](https://github.com/elastic/elastic-charts/compare/v62.0.0...v63.0.0) (2024-01-24)


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

0 comments on commit 694e80f

Please sign in to comment.