Skip to content

Commit

Permalink
chore(release): 66.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [66.0.0](v65.2.0...v66.0.0) (2024-06-10)

### Features

* **Metric:** style enhancements ([#2437](#2437)) ([0686596](0686596))

### Performance Improvements

* replace spread with concat where useful ([#2446](#2446)) ([078b490](078b490))

### BREAKING CHANGES

* **Metric:** The `MetricStyle.text.darkColor` and `MetricStyle.text.lightColor` are now `MetricStyle.textDarkColor` and `MetricStyle.textLightColor`, respectively. This PR also includes minor overall style changes to the text breakpoints of the `Metric` chart.
  • Loading branch information
semantic-release-bot committed Jun 10, 2024
1 parent 0686596 commit ef5422b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [66.0.0](https://github.com/elastic/elastic-charts/compare/v65.2.0...v66.0.0) (2024-06-10)


### Features

* **Metric:** style enhancements ([#2437](https://github.com/elastic/elastic-charts/issues/2437)) ([0686596](https://github.com/elastic/elastic-charts/commit/0686596b44fd9cac00955478179597c5b4bd9d91))


### Performance Improvements

* replace spread with concat where useful ([#2446](https://github.com/elastic/elastic-charts/issues/2446)) ([078b490](https://github.com/elastic/elastic-charts/commit/078b4905131fcf368a25bcadcb53e414d634daea))


### BREAKING CHANGES

* **Metric:** The `MetricStyle.text.darkColor` and `MetricStyle.text.lightColor` are now `MetricStyle.textDarkColor` and `MetricStyle.textLightColor`, respectively. This PR also includes minor overall style changes to the text breakpoints of the `Metric` chart.

# [65.2.0](https://github.com/elastic/elastic-charts/compare/v65.1.0...v65.2.0) (2024-06-04)


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

0 comments on commit ef5422b

Please sign in to comment.