Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
chore(release): Release 0.2.18
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane Wilson committed Dec 15, 2015
1 parent 0df0146 commit aaafad9
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
<a name"0.2.18"></a>
### 0.2.18 (2015-12-15)


#### Bug Fixes

* **files:** seperate directives for dl & slicing ([d6c4dde6](https://github.com/NCI-GDC/portal-ui/commit/d6c4dde6))
* **search:** disease_type doesn't autofilter ([21ed658e](https://github.com/NCI-GDC/portal-ui/commit/21ed658e), closes [OICR-1206](https://jira.opensciencedatacloud.org/browse/OICR-1206))


#### Features

* **file:** bam slicing ui ([18177049](https://github.com/NCI-GDC/portal-ui/commit/18177049), closes [OICR-1432](https://jira.opensciencedatacloud.org/browse/OICR-1432))


<a name"0.2.18"></a>
### 0.2.18 (2015-12-15)


<a name"0.2.18-spr3"></a>
### 0.2.18-spr3 (2015-11-25)

Expand Down
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ gulp.task('logs', function () {
issueLink: function (id) {
return '[OICR-' + id + '](https://jira.opensciencedatacloud.org/browse/OICR-' + id + ')'
}
// ,from: "0aab30daaec5d6d839e2a85208ad84581599d433"
,from: "8b8e5953153997e8cf53c68237fadd0e7c0cacdd"
}, function (err, log) {
fs.writeFile('CHANGELOG.md', log);
});
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "OICR",
"name": "gdc-portal-ui",
"version": "0.2.18-spr4",
"version": "0.2.18",
"homepage": "",
"description": "",
"repository": "https://github.com/NCI-GDC/portal-ui",
Expand Down

0 comments on commit aaafad9

Please sign in to comment.