diff --git a/lerna.json b/lerna.json index 9a95ddae..9565ed10 100644 --- a/lerna.json +++ b/lerna.json @@ -1,8 +1,10 @@ { "npmClient": "yarn", "useWorkspaces": true, - "packages": ["packages/*"], - "version": "4.3.7", + "packages": [ + "packages/*" + ], + "version": "4.3.8", "command": { "version": { "message": "Chore(Release): publish new version %s🔥🚀" diff --git a/packages/filerobot-image-editor/package.json b/packages/filerobot-image-editor/package.json index 0b24dcac..90cbb010 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.3.7", + "version": "4.3.8", "license": "MIT", "author": "Scaleflex", "homepage": "https://github.com/scaleflex/filerobot-image-editor#readme", diff --git a/packages/react-filerobot-image-editor/package.json b/packages/react-filerobot-image-editor/package.json index 8213092a..621fc83a 100644 --- a/packages/react-filerobot-image-editor/package.json +++ b/packages/react-filerobot-image-editor/package.json @@ -1,6 +1,6 @@ { "name": "react-filerobot-image-editor", - "version": "4.3.7", + "version": "4.3.8", "license": "MIT", "author": "Scaleflex", "homepage": "https://github.com/scaleflex/filerobot-image-editor#readme", @@ -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 +}