File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 0.123.1] - 2018-12-13
8
+ ### Changed
9
+ - update to ember-osf@0.22.1
10
+
7
11
## [ 0.123.0] - 2018-12-13
8
12
### Added
9
13
- section to attach supplemental projects to preprints on submit page
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " preprint-service" ,
3
- "version" : " 0.123.0 " ,
3
+ "version" : " 0.123.1 " ,
4
4
"description" : " Center for Open Science Preprint Service" ,
5
5
"license" : " Apache-2.0" ,
6
6
"author" : " " ,
25
25
"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]\\ +')\" "
26
26
},
27
27
"devDependencies" : {
28
- "@centerforopenscience/ember-osf" : " 0.22.0 " ,
28
+ "@centerforopenscience/ember-osf" : " 0.22.1 " ,
29
29
"@centerforopenscience/eslint-config" : " ^2.0.0" ,
30
30
"@centerforopenscience/osf-style" : " 1.8.0" ,
31
31
"autoprefixer" : " ^7.1.2" ,
Original file line number Diff line number Diff line change 78
78
lodash "^4.2.0"
79
79
to-fast-properties "^2.0.0"
80
80
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 ==
85
85
dependencies :
86
86
broccoli-funnel "1.2.0"
87
87
broccoli-merge-trees "2.0.0"
You can’t perform that action at this time.
0 commit comments