Skip to content

Commit

Permalink
Merge tag '0.143.0' into develop
Browse files Browse the repository at this point in the history
Preprint custom citations; toggleable sloan features; remove Chronos
  • Loading branch information
adlius committed Sep 15, 2023
2 parents 684a30a + 5b81250 commit bc06b55
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ 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.143] - 2023-09-15
### Changed
- Update assets
- Bump ember-osf version
- Preprint custom citations
- Enable Sloan features to be toggleable by preprint service
- Remove Chronos

## [0.142.2] - 2023-09-07
### Changed
- Remove bower
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": "preprint-service",
"version": "0.142.2",
"version": "0.143.0",
"description": "Center for Open Science Preprint Service",
"license": "Apache-2.0",
"author": "",
Expand All @@ -26,7 +26,7 @@
"coveralls": "cat ./coverage/lcov.info | coveralls"
},
"devDependencies": {
"@centerforopenscience/ember-osf": "https://github.com/CenterForOpenScience/ember-osf.git#feature\/custom-preprint-citation",
"@centerforopenscience/ember-osf": "https://github.com/CenterForOpenScience/ember-osf.git#v0.38.0",
"@centerforopenscience/eslint-config": "^2.0.0",
"@centerforopenscience/osf-style": "1.9.0",
"autoprefixer": "^7.1.2",
Expand Down

0 comments on commit bc06b55

Please sign in to comment.