Skip to content

Commit

Permalink
chore(release): 66.0.2 [skip ci]
Browse files Browse the repository at this point in the history
republish `66.0.1` due to failed publish to npm
  • Loading branch information
nickofthyme committed Jun 13, 2024
1 parent 1ee0d1d commit 684c6ec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
## [66.0.1](https://github.com/elastic/elastic-charts/compare/v66.0.0...v66.0.1) (2024-06-12)
## [66.0.2](https://github.com/elastic/elastic-charts/compare/v66.0.0...v66.0.1) (2024-06-12)


### Bug Fixes

* point style accessor for isolated points ([#2464](https://github.com/elastic/elastic-charts/issues/2464)) ([ee7f529](https://github.com/elastic/elastic-charts/commit/ee7f5299ea1088f447a3139ed6aceed54386a562))

## 66.0.1 (2024-06-12)

### Reverts

* github issue template changes ([501781b](https://github.com/elastic/elastic-charts/commit/501781bf8eda3adcdbc6eeb67646164a28561b89))
Failed publish to npm, re-published as `66.0.2`

# [66.0.0](https://github.com/elastic/elastic-charts/compare/v65.2.0...v66.0.0) (2024-06-10)

Expand Down Expand Up @@ -1342,7 +1341,7 @@ Co-authored-by: Nick Partridge <[email protected]>
* **cartesian:** - `TextStyle.fontStyle` is no longer a `string`, it's the more specific `FontStyle`
- For symmetry, `fontStyle` in word cloud is also switching from `string` to `FontStyle`
- Certain text configurations included both `fill` and `textColor` for the text color; `fill` got removed, because `textColor` is part of the public `Font` type, and because `textColor` has clearer meaning than `fill`. Yet, some of the code used the `fill` property and/or made the `fill` property also mandatory. So, userland code needs to remove some `fill` property, and might need to ensure that the correct value is going into `textColor`
- `getRadians` got unpublished
- `getRadians` got unpublished
- No attempt to draw a rect border if there's not enough width/height for at least the specified border width (ie. width/height being at least twice the border width)

## [33.2.4](https://github.com/elastic/elastic-charts/compare/v33.2.3...v33.2.4) (2021-08-16)
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": "66.0.1",
"version": "66.0.2",
"author": "Elastic DataVis",
"license": "SEE LICENSE IN LICENSE.txt",
"main": "dist/index.js",
Expand Down

0 comments on commit 684c6ec

Please sign in to comment.