Skip to content

Commit

Permalink
Merge branch 'hotfix/0.9.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescdavis committed Mar 11, 2019
2 parents 72c5bf0 + 458f5c9 commit 03cc149
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [0.9.1] - 2019-03-11
### Fixed
- pass all links instead of just download link to file-renderer component

## [0.9.0] - 2019-03-04
### Changed
- return to pending list after moderation
Expand Down
2 changes: 1 addition & 1 deletion app/components/preprint-file-browser/template.hbs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{#file-renderer download=primaryFile.links.download
{{#file-renderer links=primaryFile.links
width="99%" height="700"}}
{{/file-renderer}}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reviews",
"version": "0.9.0",
"version": "0.9.1",
"description": "Center for Open Science Reviews Service",
"license": "Apache-2.0",
"author": "",
Expand Down

0 comments on commit 03cc149

Please sign in to comment.