diff --git a/CHANGELOG.md b/CHANGELOG.md index 329a8e46b1..bedbbeb236 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [43.0.0](https://github.com/elastic/elastic-charts/compare/v42.1.0...v43.0.0) (2022-01-14) + + +### Bug Fixes + +* **heatmap:** labels visibility regression ([#1549](https://github.com/elastic/elastic-charts/issues/1549)) ([067189d](https://github.com/elastic/elastic-charts/commit/067189d95b0dfd342f31bc819e3d6bc9df076533)) +* **xy:** switch default timezone to `local` ([#1544](https://github.com/elastic/elastic-charts/issues/1544)) ([1233e69](https://github.com/elastic/elastic-charts/commit/1233e698e9d187b1fab55662754fca5f5459376e)) + + +### BREAKING CHANGES + +* **xy:** The time axis labels of a time-series chart configured without the timeZone prop are now rendering the labels with the local browser timezone instead of UTC. + # [42.1.0](https://github.com/elastic/elastic-charts/compare/v42.0.0...v42.1.0) (2022-01-10) diff --git a/packages/charts/package.json b/packages/charts/package.json index 258fdc62d2..16372e0e58 100644 --- a/packages/charts/package.json +++ b/packages/charts/package.json @@ -1,7 +1,7 @@ { "name": "@elastic/charts", "description": "Elastic-Charts data visualization library", - "version": "42.1.0", + "version": "43.0.0", "author": "Elastic DataVis", "license": "SEE LICENSE IN LICENSE.txt", "main": "dist/index.js",