Skip to content

Commit

Permalink
Merge pull request #175 from jamescdavis/develop
Browse files Browse the repository at this point in the history
back-merge 0.11.0 -> develop
  • Loading branch information
jamescdavis committed Jul 30, 2019
2 parents ae64ee0 + 928daa6 commit 18dbbec
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.11.0] - 2019-07-30
### Changed
- add `isWithdrawn` and `version` custom dimensions
- add withdrawal request denial reason

## [0.10.2] - 2019-05-30
- fixed issue where withdrawal request info did not display for auto-accepted preprints
### Fixed
- issue where withdrawal request info did not display for auto-accepted preprints

## [0.10.1] - 2019-05-29
- fixed ENG-431 - Date withdrawn is incorrect on Reviews App
- fixed ENG-553 - Preprint detail page on certain preprints shows incorrect state
### Fixed
- ENG-431 - Date withdrawn is incorrect on Reviews App
- ENG-553 - Preprint detail page on certain preprints shows incorrect state

## [0.10.0] - 2019-04-09
### Added
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reviews",
"version": "0.10.2",
"version": "0.11.0",
"description": "Center for Open Science Reviews Service",
"license": "Apache-2.0",
"author": "",
Expand All @@ -22,7 +22,7 @@
"use-ember-osf-next-interfaces": "yarn upgrade @centerforopenscience/ember-osf@https://github.com/CenterForOpenScience/ember-osf.git#release/next-interfaces#$(date -u +%FT%TZ)"
},
"devDependencies": {
"@centerforopenscience/ember-osf": "https://github.com/CenterForOpenScience/ember-osf.git#develop#2019-07-17T15:42:04Z",
"@centerforopenscience/ember-osf": "https://github.com/CenterForOpenScience/ember-osf.git#0.26.0",
"@centerforopenscience/eslint-config": "^2.0.0",
"@centerforopenscience/osf-style": "1.9.0",
"@cos-forks/ember-content-placeholders": "https://github.com/cos-forks/ember-content-placeholders#c85cdbeb4b9c206c3f76a92422db76815b2c95bc",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,9 @@
lodash "^4.17.11"
to-fast-properties "^2.0.0"

"@centerforopenscience/ember-osf@https://github.com/CenterForOpenScience/ember-osf.git#develop#2019-07-17T15:42:04Z":
version "0.24.3"
resolved "https://github.com/CenterForOpenScience/ember-osf.git#01fdcef8c4710212a8c047c7122f26464fb296ad"
"@centerforopenscience/ember-osf@https://github.com/CenterForOpenScience/ember-osf.git#0.26.0":
version "0.26.0"
resolved "https://github.com/CenterForOpenScience/ember-osf.git#2f413320921bbecf77cd8241c458ddfef55ed6fe"
dependencies:
broccoli-funnel "1.2.0"
broccoli-merge-trees "2.0.0"
Expand Down

0 comments on commit 18dbbec

Please sign in to comment.