Skip to content

Commit 2940629

Browse files
committed
Merge branch 'hotfix/0.123.1'
2 parents 2e843c0 + 4fc8c00 commit 2940629

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [0.123.1] - 2018-12-13
8+
### Changed
9+
- update to ember-osf@0.22.1
10+
711
## [0.123.0] - 2018-12-13
812
### Added
913
- section to attach supplemental projects to preprints on submit page

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "preprint-service",
3-
"version": "0.123.0",
3+
"version": "0.123.1",
44
"description": "Center for Open Science Preprint Service",
55
"license": "Apache-2.0",
66
"author": "",
@@ -25,7 +25,7 @@
2525
"hotfix": "git flow hotfix start rename-me && npm --no-git-tag-version version patch && git ci package.json -m 'Bump version' && git br -m \"hotfix/$(npm version | head -1 | grep -o '[0-9]\\+\\.[0-9]\\+\\.[0-9]\\+')\""
2626
},
2727
"devDependencies": {
28-
"@centerforopenscience/ember-osf": "0.22.0",
28+
"@centerforopenscience/ember-osf": "0.22.1",
2929
"@centerforopenscience/eslint-config": "^2.0.0",
3030
"@centerforopenscience/osf-style": "1.8.0",
3131
"autoprefixer": "^7.1.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@
7878
lodash "^4.2.0"
7979
to-fast-properties "^2.0.0"
8080

81-
"@centerforopenscience/ember-osf@0.22.0":
82-
version "0.22.0"
83-
resolved "https://registry.yarnpkg.com/@centerforopenscience/ember-osf/-/ember-osf-0.22.0.tgz#b5c74123d9d70e4c57b9842ccc70c0792645c595"
84-
integrity sha512-0LP3uv4rMgIgCELQcFgH9N7Sva7XXzbi9e99f0vfErn1n21ji2zZbENjFLnmV35FhnlB61QVeam48TpVq6tuBg==
81+
"@centerforopenscience/ember-osf@0.22.1":
82+
version "0.22.1"
83+
resolved "https://registry.yarnpkg.com/@centerforopenscience/ember-osf/-/ember-osf-0.22.1.tgz#6b2fe2d3aef2863a6c6005bc3218e5c32daa324a"
84+
integrity sha512-e2DCaNJppm5ps0V9HlIwaWW0kxqhl1H1wNysasqzjFs3Bn6kurM7hRWcxz7KI8+wr1HBWPimOLfBW8defZv9bw==
8585
dependencies:
8686
broccoli-funnel "1.2.0"
8787
broccoli-merge-trees "2.0.0"

0 commit comments

Comments
 (0)