diff --git a/lerna.json b/lerna.json index 59a4c238..68a67893 100644 --- a/lerna.json +++ b/lerna.json @@ -1,13 +1,11 @@ { "npmClient": "yarn", "useWorkspaces": true, - "packages": [ - "packages/*" - ], + "packages": ["packages/*"], "version": "4.7.0", "command": { "version": { "message": "Chore(Release): publish new version %s🔥🚀" } } -} \ No newline at end of file +} diff --git a/packages/filerobot-image-editor/package.json b/packages/filerobot-image-editor/package.json index ee20efbd..fad747db 100644 --- a/packages/filerobot-image-editor/package.json +++ b/packages/filerobot-image-editor/package.json @@ -1,6 +1,6 @@ { "name": "filerobot-image-editor", - "version": "4.6.1", + "version": "4.7.0", "license": "MIT", "author": "Scaleflex", "homepage": "https://github.com/scaleflex/filerobot-image-editor#readme", @@ -40,4 +40,4 @@ "scripts": { "build:lib": "rimraf lib && cross-env BABEL_ENV=production NODE_ENV=production babel src -d lib --config-file ../../babel.config.json -D" } -} \ No newline at end of file +} diff --git a/packages/react-filerobot-image-editor/package.json b/packages/react-filerobot-image-editor/package.json index 50473cc3..14e321b4 100644 --- a/packages/react-filerobot-image-editor/package.json +++ b/packages/react-filerobot-image-editor/package.json @@ -43,4 +43,4 @@ "scripts": { "build:lib": "rimraf lib && cross-env BABEL_ENV=production NODE_ENV=production babel src -d lib --config-file ../../babel.config.json -D" } -} \ No newline at end of file +}