Skip to content

Commit

Permalink
Chore(Release): publish new version v4.7.0馃敟馃殌
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmeeedMostafa committed Dec 28, 2023
1 parent 9e59ff0 commit e18c8c2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
6 changes: 2 additions & 4 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -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馃敟馃殌"
}
}
}
}
4 changes: 2 additions & 2 deletions packages/filerobot-image-editor/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
}
}
}
2 changes: 1 addition & 1 deletion packages/react-filerobot-image-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}

0 comments on commit e18c8c2

Please sign in to comment.