chore(prerelease): 5.2.0-nightly.2

This commit is contained in:
EmbarkBot
2020-02-13 00:14:05 +00:00
parent 40c3d98217
commit 1a4f63df7e
84 changed files with 533 additions and 140 deletions
@@ -0,0 +1,11 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.2.0-nightly.2](https://github.com/embarklabs/embark/compare/v5.2.0-nightly.1...v5.2.0-nightly.2) (2020-02-13)
### Features
* **plugins/scripts-runner:** introduce exec command to run scripts ([40c3d98](https://github.com/embarklabs/embark/commit/40c3d98))
+3 -4
View File
@@ -1,6 +1,6 @@
{
"name": "embark-scripts-runner",
"version": "5.1.0",
"version": "5.2.0-nightly.2",
"description": "Embark Scripts Runner",
"repository": {
"directory": "packages/plugins/scripts-runner",
@@ -33,10 +33,10 @@
"test": "jest"
},
"dependencies": {
"async": "2.6.1",
"@babel/runtime-corejs3": "7.7.4",
"async": "2.6.1",
"core-js-pure": "3.6.4",
"embark-core": "^5.2.0-nightly.1",
"embark-core": "^5.2.0-nightly.2",
"embark-i18n": "^5.1.1",
"embark-logger": "^5.1.2-nightly.0",
"embark-utils": "^5.2.0-nightly.1",
@@ -75,4 +75,3 @@
}
}
}