Skip to content

Commit

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

### Bug Fixes

* **axis:** reduce number of y axis ticks on linear scale ([#2005](#2005)) ([0ef828b](0ef828b))
* **deps:** update dependency @elastic/eui to v81 ([#2052](#2052)) ([4c55e01](4c55e01))

### BREAKING CHANGES

* **axis:** the default number of desired ticks in the Y-Axis was changed from `10` to `5`
  • Loading branch information
semantic-release-bot committed Jun 6, 2023
1 parent 17217dc commit e9e7b8e
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 @@
# [58.0.0](https://github.com/elastic/elastic-charts/compare/v57.0.1...v58.0.0) (2023-06-06)


### Bug Fixes

* **axis:** reduce number of y axis ticks on linear scale ([#2005](https://github.com/elastic/elastic-charts/issues/2005)) ([0ef828b](https://github.com/elastic/elastic-charts/commit/0ef828b535f69d3a47fa38febd5dd1f5b88a6ce8))
* **deps:** update dependency @elastic/eui to v81 ([#2052](https://github.com/elastic/elastic-charts/issues/2052)) ([4c55e01](https://github.com/elastic/elastic-charts/commit/4c55e0119e6d0def4340a620899b7ee0e0012b02))


### BREAKING CHANGES

* **axis:** the default number of desired ticks in the Y-Axis was changed from `10` to `5`

## [57.0.1](https://github.com/elastic/elastic-charts/compare/v57.0.0...v57.0.1) (2023-05-23)


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

0 comments on commit e9e7b8e

Please sign in to comment.