From 77ccd620fc32b219bb7889066cb01999d303afcb Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 11 Sep 2019 14:07:44 +0000 Subject: [PATCH] chore(release): 12.0.0 [skip ci] # [12.0.0](https://github.com/elastic/elastic-charts/compare/v11.2.0...v12.0.0) (2019-09-11) ### Features * **theme:** add gridLineStyle to AxisConfig ([#257](https://github.com/elastic/elastic-charts/issues/257)) ([bf0f37f](https://github.com/elastic/elastic-charts/commit/bf0f37f)), closes [#237](https://github.com/elastic/elastic-charts/issues/237) ### BREAKING CHANGES * **theme:** Added `GridLineStyle` to `Theme` (`theme.gridLineStyle.horizontal` and `theme.gridLineStyle.vertical`) * add gridLineStyle to AxisConfig * add chartTheme vs axisSpec * add gridLineStyle for theme or spec * merge gridLineConfig from theme with axisSpec * add visible key to GridLineConfig * specify theme styling per axis in story * add gridLineStyle theme with horiz and vert --- packages/osd-charts/CHANGELOG.md | 20 ++++++++++++++++++++ packages/osd-charts/package.json | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/packages/osd-charts/CHANGELOG.md b/packages/osd-charts/CHANGELOG.md index fc0da90b71d8..c7cdc2336f03 100644 --- a/packages/osd-charts/CHANGELOG.md +++ b/packages/osd-charts/CHANGELOG.md @@ -1,3 +1,23 @@ +# [12.0.0](https://github.com/elastic/elastic-charts/compare/v11.2.0...v12.0.0) (2019-09-11) + + +### Features + +* **theme:** add gridLineStyle to AxisConfig ([#257](https://github.com/elastic/elastic-charts/issues/257)) ([97dd812](https://github.com/elastic/elastic-charts/commit/97dd812)), closes [#237](https://github.com/elastic/elastic-charts/issues/237) + + +### BREAKING CHANGES + +* **theme:** Added `GridLineStyle` to `Theme` (`theme.gridLineStyle.horizontal` and `theme.gridLineStyle.vertical`) + +* add gridLineStyle to AxisConfig +* add chartTheme vs axisSpec +* add gridLineStyle for theme or spec +* merge gridLineConfig from theme with axisSpec +* add visible key to GridLineConfig +* specify theme styling per axis in story +* add gridLineStyle theme with horiz and vert + # [11.2.0](https://github.com/elastic/elastic-charts/compare/v11.1.2...v11.2.0) (2019-09-04) diff --git a/packages/osd-charts/package.json b/packages/osd-charts/package.json index 65c796a89f52..5db4784bee9d 100644 --- a/packages/osd-charts/package.json +++ b/packages/osd-charts/package.json @@ -1,7 +1,7 @@ { "name": "@elastic/charts", "description": "Elastic-Charts data visualization library", - "version": "11.2.0", + "version": "12.0.0", "author": "Marco Vettorello ", "license": "Apache-2.0", "main": "dist/index.js",