diff --git a/lerna.json b/lerna.json index a030369..07a2e7d 100644 --- a/lerna.json +++ b/lerna.json @@ -2,5 +2,5 @@ "packages": [ "." ], - "version": "1.7.4" + "version": "1.7.5" } diff --git a/package-lock.json b/package-lock.json index 4f0d51d..13a6467 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@kor-ui/kor", - "version": "1.7.4", + "version": "1.7.5", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index fdfafea..7b89584 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kor-ui/kor", - "version": "1.7.4", + "version": "1.7.5", "description": "Web components library containing lightweight, ready-to-use and framework-agnostic User Interface elements.", "scripts": { "start": "webpack-dev-server --config webpack.dev.config.js",