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-spr3
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane Wilson committed Nov 25, 2015
1 parent d6c4dde commit 944a782
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
<a name"0.2.18-spr3"></a>
### 0.2.18-spr3 (2015-11-25)


#### 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.15"></a>
### 0.2.15 (2015-09-30)

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: "0aab30daaec5d6d839e2a85208ad84581599d433"
}, 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.15",
"version": "0.2.18-spr3",
"homepage": "",
"description": "",
"repository": "https://github.com/NCI-GDC/portal-ui",
Expand Down

0 comments on commit 944a782

Please sign in to comment.