From 68f7347668da39e6791ddeb08656a736d4cff366 Mon Sep 17 00:00:00 2001 From: Ahmed Mostafa Date: Tue, 14 May 2024 19:53:15 +0300 Subject: [PATCH] =?UTF-8?q?Chore(Release):=20publish=20new=20version=20v4.?= =?UTF-8?q?8.0=F0=9F=94=A5=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lerna.json | 2 +- packages/filerobot-image-editor/package.json | 4 ++-- packages/react-filerobot-image-editor/package.json | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lerna.json b/lerna.json index ee4025ab..c498a68e 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "npmClient": "yarn", "useWorkspaces": true, "packages": ["packages/*"], - "version": "4.7.1", + "version": "4.8.0", "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 8f506508..ced0b9e1 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.7.0", + "version": "4.8.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 c575edc5..f00735c7 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.7.1", + "version": "4.8.0", "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 +}