From ba0d2ed78bf9eb146175756a654b3f68d245bf6a Mon Sep 17 00:00:00 2001 From: Vince Picone Date: Tue, 30 Apr 2019 15:08:58 -0500 Subject: [PATCH] v10.2.0 --- package.json | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 1653382b4564..9753b9742a10 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "carbon-components", "description": "The Carbon Design System is IBM’s open-source design system for products and experiences.", "homepage": "https://www.carbondesignsystem.com/", - "version": "10.1.0", + "version": "10.2.0", "module": "es/index.js", "main": "umd/index.js", "repository": { @@ -199,8 +199,16 @@ "@commitlint/config-conventional" ], "rules": { - "header-max-length": [2, "always", 50], - "body-max-line-length": [2, "always", 72] + "header-max-length": [ + 2, + "always", + 50 + ], + "body-max-line-length": [ + 2, + "always", + 72 + ] } }, "husky": {