From 4c3c5b4697df4fccdd0f325acfb3e058a39ab696 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 3 Sep 2019 13:42:57 +0000 Subject: [PATCH] Chore: 1.8.0 [skip ci] # [1.8.0](https://github.com/cerner/carbon-graphs/compare/v1.7.1...v1.8.0) (2019-09-03) ### New * No Data View (fixes #39) (#68) ([cee3ab18b5d33d98547bce022b24557a9e0efed7](https://github.com/cerner/carbon-graphs/commit/cee3ab18b5d33d98547bce022b24557a9e0efed7)), closes [#39](https://github.com/cerner/carbon-graphs/issues/39) [#68](https://github.com/cerner/carbon-graphs/issues/68) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) [#39](https://github.com/cerner/carbon-graphs/issues/39) --- package-lock.json | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 111973131..22d57fdf3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@cerner/carbon-graphs", - "version": "1.7.1", + "version": "1.8.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index aaeb72d65..b80924cb0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@cerner/carbon-graphs", "description": "A graphing library built using d3 based on Cerner design standards", - "version": "1.7.1", + "version": "1.8.0", "author": "Cerner Corporation", "browserslist": [ "Android >= 4", @@ -166,4 +166,4 @@ "test": "karma start ./build/karma/karma.config.js --single-run --no-auto-watch", "test:persist": "karma start ./build/karma/karma.config.js --no-single-run" } -} \ No newline at end of file +}