Skip to content

Commit

Permalink
chore(release): 57.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [57.0.1](v57.0.0...v57.0.1) (2023-05-23)

### Bug Fixes

* **axes:** start of week label on multilayer time axis ([#2035](#2035)) ([9711233](9711233))
* **deps:** update dependency @elastic/eui to ^77.2.0 ([#2032](#2032)) ([93cadcb](93cadcb))
* **deps:** update dependency @elastic/eui to v78 ([#2038](#2038)) ([3feff2c](3feff2c))
* **deps:** update dependency @elastic/eui to v79 ([#2042](#2042)) ([8015830](8015830))
* **deps:** update dependency @elastic/eui to v80 ([#2047](#2047)) ([e6042f3](e6042f3))
* **heatmap:** brushing selection values ([#2028](#2028)) ([6a877b4](6a877b4))
* **heatmap:** wrong axes labels on hover ([#2033](#2033)) ([045fb03](045fb03))
  • Loading branch information
semantic-release-bot committed May 23, 2023
1 parent 5f81129 commit 49defe1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [57.0.1](https://github.com/elastic/elastic-charts/compare/v57.0.0...v57.0.1) (2023-05-23)


### Bug Fixes

* **axes:** start of week label on multilayer time axis ([#2035](https://github.com/elastic/elastic-charts/issues/2035)) ([9711233](https://github.com/elastic/elastic-charts/commit/9711233cbffb39e3c879e7a13502ef895e4838ee))
* **deps:** update dependency @elastic/eui to ^77.2.0 ([#2032](https://github.com/elastic/elastic-charts/issues/2032)) ([93cadcb](https://github.com/elastic/elastic-charts/commit/93cadcb7ae0aaa01ba485ee6a6f63de594a76576))
* **deps:** update dependency @elastic/eui to v78 ([#2038](https://github.com/elastic/elastic-charts/issues/2038)) ([3feff2c](https://github.com/elastic/elastic-charts/commit/3feff2c5bc3db746494a7fa417a96aa50aaaaf13))
* **deps:** update dependency @elastic/eui to v79 ([#2042](https://github.com/elastic/elastic-charts/issues/2042)) ([8015830](https://github.com/elastic/elastic-charts/commit/8015830f2086793b474ade9dfa1122d68ba169da))
* **deps:** update dependency @elastic/eui to v80 ([#2047](https://github.com/elastic/elastic-charts/issues/2047)) ([e6042f3](https://github.com/elastic/elastic-charts/commit/e6042f3da33b4e7400c6dbc5ae5e1522413a16a3))
* **heatmap:** brushing selection values ([#2028](https://github.com/elastic/elastic-charts/issues/2028)) ([6a877b4](https://github.com/elastic/elastic-charts/commit/6a877b431e68458dcf78bd7ce92c692ed5ad53af))
* **heatmap:** wrong axes labels on hover ([#2033](https://github.com/elastic/elastic-charts/issues/2033)) ([045fb03](https://github.com/elastic/elastic-charts/commit/045fb037a97db7fcad0c3d0af2b31f7a4260149d))

# [57.0.0](https://github.com/elastic/elastic-charts/compare/v56.0.0...v57.0.0) (2023-04-19)


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

0 comments on commit 49defe1

Please sign in to comment.