Skip to content

Commit 577a034

Browse files
chore(release): 9.2.0 [skip ci]
# [9.2.0](v9.1.1...v9.2.0) (2019-08-19) ### Bug Fixes * reduce opacity for points when hovering over legend items ([#322](#322)) ([196341b](196341b)), closes [#291](#291) ### Features * add chart size type overrides ([#317](#317)) ([b8dc9e1](b8dc9e1)), closes [#177](#177)
1 parent 196341b commit 577a034

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [9.2.0](https://github.com/elastic/elastic-charts/compare/v9.1.1...v9.2.0) (2019-08-19)
2+
3+
4+
### Bug Fixes
5+
6+
* reduce opacity for points when hovering over legend items ([#322](https://github.com/elastic/elastic-charts/issues/322)) ([196341b](https://github.com/elastic/elastic-charts/commit/196341b)), closes [#291](https://github.com/elastic/elastic-charts/issues/291)
7+
8+
9+
### Features
10+
11+
* add chart size type overrides ([#317](https://github.com/elastic/elastic-charts/issues/317)) ([b8dc9e1](https://github.com/elastic/elastic-charts/commit/b8dc9e1)), closes [#177](https://github.com/elastic/elastic-charts/issues/177)
12+
113
## [9.1.1](https://github.com/elastic/elastic-charts/compare/v9.1.0...v9.1.1) (2019-08-16)
214

315

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@elastic/charts",
33
"description": "Elastic-Charts data visualization library",
4-
"version": "9.1.1",
4+
"version": "9.2.0",
55
"author": "Marco Vettorello <[email protected]>",
66
"license": "Apache-2.0",
77
"main": "dist/index.js",

0 commit comments

Comments
 (0)