From 225ce63c22a2fde9b27b2963563075ef6bd66b9d Mon Sep 17 00:00:00 2001 From: Eirik Backer Date: Tue, 7 Aug 2018 15:18:06 +0200 Subject: [PATCH] 2.1.0 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5348845a..b06ca01e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@nrk/core-components", - "version": "2.0.5", + "version": "2.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 043d7006..7ac64ae0 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@nrk/core-components", "homepage": "https://static.nrk.no/core-components/latest/", "author": "NRK (https://www.nrk.no/)", - "version": "2.0.5", + "version": "2.1.0", "license": "MIT", "scripts": { "build": "rollup --config",