Skip to content

Commit

Permalink
release(roc-plugin-repo): 0.0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
dlmr committed Nov 24, 2017
1 parent f293467 commit 81dca3a
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 12 deletions.
13 changes: 13 additions & 0 deletions extensions/roc-plugin-repo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
<a name="0.0.26"></a>
## 0.0.26 (2017-11-24)


### Bug Fixes

* Added --prerelease option to graph and bootstrap ([c723884](https://github.com/rocjs/roc-repo/commit/c723884))
* Ensure safe ignore-pattern ([d087a78](https://github.com/rocjs/roc-repo/commit/d087a78))
* Fix problem when projects don't have dependencies ([8f62726](https://github.com/rocjs/roc-repo/commit/8f62726))
* Lock version of prettier to not get format changes ([f293467](https://github.com/rocjs/roc-repo/commit/f293467))



<a name="0.0.25"></a>
## 0.0.25 (2017-10-03)

Expand Down
27 changes: 17 additions & 10 deletions extensions/roc-plugin-repo/docs/Commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,16 +87,17 @@ roc repo bootstrap [projects]

#### Arguments

| Name | Description | Default | Type | Required | Can be empty |
| ------------ | ------------------------------------------------------------------------ | ------- | ------------------- | -------- | ------------ |
| projects | Projects to use | | `Array(String)` | No | Yes |
| Name | Description | Default | Type | Required | Can be empty |
| ------------ | ------------------------------------------------------------------------------------------------------ | ------- | ------------------- | -------- | ------------ |
| projects | Projects to use | | `Array(String)` | No | Yes |

#### Command options

| Name | Description | Default | Type | Required | Can be empty |
| ------------ | ------------------------------------------------------------------------ | ------- | ------------------- | -------- | ------------ |
| --concurrent | Run concurrently | `2` | `Boolean / Integer` | No | |
| --linkAll | If all projects should be linked with each other, ignoring SemVer ranges | `false` | `Boolean` | No | |
| Name | Description | Default | Type | Required | Can be empty |
| ------------ | ------------------------------------------------------------------------------------------------------ | ------- | ------------------- | -------- | ------------ |
| --concurrent | Run concurrently | `2` | `Boolean / Integer` | No | |
| --linkAll | If all projects should be linked with each other, ignoring SemVer ranges | `false` | `Boolean` | No | |
| --prerelease | If a prerelease should be done, and what name that should be used for the tag, will default to "alpha" | `false` | `Boolean / String` | No | |

#### Settings options
_All groups are available._
Expand Down Expand Up @@ -197,9 +198,15 @@ roc repo graph [projects]

#### Arguments

| Name | Description | Default | Type | Required | Can be empty |
| -------- | --------------- | ------- | --------------- | -------- | ------------ |
| projects | Projects to use | | `Array(String)` | No | Yes |
| Name | Description | Default | Type | Required | Can be empty |
| ------------ | ------------------------------------------------------------------------------------------------------ | ------- | ------------------ | -------- | ------------ |
| projects | Projects to use | | `Array(String)` | No | Yes |

#### Command options

| Name | Description | Default | Type | Required | Can be empty |
| ------------ | ------------------------------------------------------------------------------------------------------ | ------- | ------------------ | -------- | ------------ |
| --prerelease | If a prerelease should be done, and what name that should be used for the tag, will default to "alpha" | `false` | `Boolean / String` | No | |

#### Defined by extensions
roc-plugin-repo
Expand Down
2 changes: 1 addition & 1 deletion extensions/roc-plugin-repo/docs/Extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ The extensions that are used in the project, indirect and direct, in the order t
_No packages._

## Plugins
### roc-plugin-babel — [v1.0.0-beta.4](https://www.npmjs.com/package/roc-plugin-babel)
### roc-plugin-babel — [v1.0.0](https://www.npmjs.com/package/roc-plugin-babel)
Roc plugin that adds basic Babel management
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.0.25",
"version": "0.0.26",
"description": "Roc plugin making it easy to manage JavaScript repositories",
"main": "lib/index.js",
"files": [
Expand Down

0 comments on commit 81dca3a

Please sign in to comment.