mirror of
https://github.com/embarklabs/embark.git
synced 2026-08-31 11:31:07 +00:00
chore(prerelease): 5.2.0-nightly.2
This commit is contained in:
@@ -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))
|
||||
@@ -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 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user