Skip to content

Commit

Permalink
release(roc-plugin-repo): 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dlmr committed Feb 5, 2018
1 parent 21fb625 commit f872d9e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions extensions/roc-plugin-repo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<a name="0.1.7"></a>
## 0.1.7 (2018-02-05)

### Bug Fixes

* Solve problem when defining custom build scripts ([21fb625](https://github.com/rocjs/roc-repo/commit/21fb625))


<a name="0.1.6"></a>
## 0.1.6 (2018-01-24)

Expand Down
1 change: 1 addition & 0 deletions extensions/roc-plugin-repo/docs/Commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,7 @@ roc repo test [projects]
| --cache | Whether to use the transform cache. Disable the cache using --no-cache. | | `Boolean` | No | |
| --cacheDirectory | The directory where Jest should store its cached dependency information. | | `String` | No | Yes |
| --changedFilesWithAncestor | Runs tests related to the current changes and the changes made in the last commit. Behaves similarly to `--onlyChanged`. | | `Boolean` | No | |
| --changedSince | Runs tests related the changes since the provided branch. If the current branch has diverged from the given branch, then only changes made locally will be tested. Behaves similarly to `--onlyChanged`. | | `String` | No | Yes |
| --ci | Whether to run Jest in continuous integration (CI) mode. This option is on by default in most popular CI environments. It will prevent snapshots from being written unless explicitly requested. | `false` | `Boolean` | No | |
| --clearCache | Clears the configured Jest cache directory and then exits. Default directory can be found by calling jest --showConfig | | `Boolean` | No | |
| --clearMocks | Automatically clear mock calls and instances between every test. Equivalent to calling jest.clearAllMocks() between each test. | | `Boolean` | No | |
Expand Down
2 changes: 1 addition & 1 deletion extensions/roc-plugin-repo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "roc-plugin-repo",
"version": "0.1.6",
"version": "0.1.7",
"description": "Roc plugin making it easy to manage JavaScript repositories",
"main": "lib/index.js",
"files": [
Expand Down

0 comments on commit f872d9e

Please sign in to comment.