Skip to content

Commit eeda12a

Browse files
committed
Back merge branch release/21.5.0 into develop
2 parents d602aa4 + e30d287 commit eeda12a

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ 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+
## [21.5.0] - 2021-05-27
8+
### Fixed
9+
- registration Detail Page: longer license types spill out of bounds
10+
- unencode special characters in Registries Moderator Comments and Registries Custom Metadata
11+
- (deprecations) use jQuery in lieu of Ember.$()
12+
- (deprecations) use ember-copy in lieu of copy method and Copyable mixin
13+
14+
### Changed
15+
- (project-based registration) ensure only templates associated with OSF Registries is shown
16+
17+
### Added
18+
- (my-registrations page) text explaining how submitted/draft registrations are sorted
19+
720
## [21.4.1] - 2021-05-26
821
### Changed
922
- hide registration state for anonymous VOLs
@@ -1728,7 +1741,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
17281741
### Added
17291742
- Quick Files
17301743

1731-
[Unreleased]: https://github.com/CenterForOpenScience/ember-osf-web/compare/21.4.1...develop
1744+
[Unreleased]: https://github.com/CenterForOpenScience/ember-osf-web/compare/21.5.0...develop
1745+
[21.5.0]: https://github.com/CenterForOpenScience/ember-osf-web/releases/tag/21.5.0
17321746
[21.4.1]: https://github.com/CenterForOpenScience/ember-osf-web/releases/tag/21.4.1
17331747
[21.4.0]: https://github.com/CenterForOpenScience/ember-osf-web/releases/tag/21.4.0
17341748
[21.3.0]: https://github.com/CenterForOpenScience/ember-osf-web/releases/tag/21.3.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-osf-web",
3-
"version": "21.4.1",
3+
"version": "21.5.0",
44
"description": "Ember front-end for the Open Science Framework",
55
"license": "Apache-2.0",
66
"author": "Center for Open Science <support@cos.io>",

0 commit comments

Comments
 (0)