diff --git a/package-lock.json b/package-lock.json index 4330a4a5..9e322faf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@weglot/design", - "version": "2.4.2", + "version": "2.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@weglot/design", - "version": "2.4.2", + "version": "2.5.0", "dependencies": { "bootstrap": "^4.3.1", "codemirror": "^5.63.3", diff --git a/package.json b/package.json index 5a06c309..f00db4ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@weglot/design", - "version": "2.4.2", + "version": "2.5.0", "description": "Weglot Design provides a set of classes allowing you to easily reproduce the Weglot dashboard design", "scripts": { "build": "sass --load-path=. --quiet-deps scss/:dist/css/ --style=compressed && npm run copyFont",