Skip to content

Commit e18c8c2

Browse files
Chore(Release): publish new version v4.7.0🔥🚀
1 parent 9e59ff0 commit e18c8c2

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

lerna.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
{
22
"npmClient": "yarn",
33
"useWorkspaces": true,
4-
"packages": [
5-
"packages/*"
6-
],
4+
"packages": ["packages/*"],
75
"version": "4.7.0",
86
"command": {
97
"version": {
108
"message": "Chore(Release): publish new version %s🔥🚀"
119
}
1210
}
13-
}
11+
}

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.6.1",
3+
"version": "4.7.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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)