Skip to content

Commit 68f7347

Browse files
Chore(Release): publish new version v4.8.0🔥🚀
1 parent 989466b commit 68f7347

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"npmClient": "yarn",
33
"useWorkspaces": true,
44
"packages": ["packages/*"],
5-
"version": "4.7.1",
5+
"version": "4.8.0",
66
"command": {
77
"version": {
88
"message": "Chore(Release): publish new version %s🔥🚀"

packages/filerobot-image-editor/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "filerobot-image-editor",
3-
"version": "4.7.0",
3+
"version": "4.8.0",
44
"license": "MIT",
55
"author": "Scaleflex",
66
"homepage": "https://github.com/scaleflex/filerobot-image-editor#readme",
@@ -40,4 +40,4 @@
4040
"scripts": {
4141
"build:lib": "rimraf lib && cross-env BABEL_ENV=production NODE_ENV=production babel src -d lib --config-file ../../babel.config.json -D"
4242
}
43-
}
43+
}

packages/react-filerobot-image-editor/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-filerobot-image-editor",
3-
"version": "4.7.1",
3+
"version": "4.8.0",
44
"license": "MIT",
55
"author": "Scaleflex",
66
"homepage": "https://github.com/scaleflex/filerobot-image-editor#readme",
@@ -43,4 +43,4 @@
4343
"scripts": {
4444
"build:lib": "rimraf lib && cross-env BABEL_ENV=production NODE_ENV=production babel src -d lib --config-file ../../babel.config.json -D"
4545
}
46-
}
46+
}

0 commit comments

Comments
 (0)