From f872d9e72b73f272ab6e55667c85a95a3b90720e Mon Sep 17 00:00:00 2001 From: Gustaf Dalemar Date: Mon, 5 Feb 2018 11:43:42 +0100 Subject: [PATCH] release(roc-plugin-repo): 0.1.7 --- extensions/roc-plugin-repo/CHANGELOG.md | 8 ++++++++ extensions/roc-plugin-repo/docs/Commands.md | 1 + extensions/roc-plugin-repo/package.json | 2 +- 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/extensions/roc-plugin-repo/CHANGELOG.md b/extensions/roc-plugin-repo/CHANGELOG.md index 26a8fc2..26c21b6 100644 --- a/extensions/roc-plugin-repo/CHANGELOG.md +++ b/extensions/roc-plugin-repo/CHANGELOG.md @@ -1,3 +1,11 @@ + +## 0.1.7 (2018-02-05) + +### Bug Fixes + +* Solve problem when defining custom build scripts ([21fb625](https://github.com/rocjs/roc-repo/commit/21fb625)) + + ## 0.1.6 (2018-01-24) diff --git a/extensions/roc-plugin-repo/docs/Commands.md b/extensions/roc-plugin-repo/docs/Commands.md index 31a13b8..6572e30 100644 --- a/extensions/roc-plugin-repo/docs/Commands.md +++ b/extensions/roc-plugin-repo/docs/Commands.md @@ -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 | | diff --git a/extensions/roc-plugin-repo/package.json b/extensions/roc-plugin-repo/package.json index db276c7..a4501f3 100644 --- a/extensions/roc-plugin-repo/package.json +++ b/extensions/roc-plugin-repo/package.json @@ -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": [