Skip to content

Commit

Permalink
chore(release): 68.0.4 [skip ci]
Browse files Browse the repository at this point in the history
## [68.0.4](v68.0.3...v68.0.4) (2024-12-11)

### Bug Fixes

* **xy:** compute per series and global minPointsDistance ([#2571](#2571)) ([8dae2c1](8dae2c1))

### Performance Improvements

* fix unnecessary re-render ([#2573](#2573)) ([feacfd6](feacfd6))
  • Loading branch information
semantic-release-bot committed Dec 11, 2024
1 parent 01f62a5 commit 9f0370b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [68.0.4](https://github.com/elastic/elastic-charts/compare/v68.0.3...v68.0.4) (2024-12-11)


### Bug Fixes

* **xy:** compute per series and global minPointsDistance ([#2571](https://github.com/elastic/elastic-charts/issues/2571)) ([8dae2c1](https://github.com/elastic/elastic-charts/commit/8dae2c1f4c99146aa757b2d3eec9d72846248cc7))


### Performance Improvements

* fix unnecessary re-render ([#2573](https://github.com/elastic/elastic-charts/issues/2573)) ([feacfd6](https://github.com/elastic/elastic-charts/commit/feacfd6247b9580a8d32bc5d6284329b2035c1ba))

## [68.0.3](https://github.com/elastic/elastic-charts/compare/v68.0.2...v68.0.3) (2024-11-28)


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

0 comments on commit 9f0370b

Please sign in to comment.