Skip to content

Commit 1021818

Browse files
committed
Bump app version to 21.6.2; Update Changelog
1 parent aef801b commit 1021818

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ 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.6.2] - 2021-07-02
8+
### Fixed
9+
- [hotfix] draft-registration's node-license validations
10+
11+
### Removed
12+
- node-license year validator (issues with multiple validator assigned to same value path)
13+
714
## [21.6.1] - 2021-06-29
815
### Fixed
916
- Fix missing save/cancel buttons on the registration's license/node-license editable field
@@ -1759,7 +1766,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
17591766
### Added
17601767
- Quick Files
17611768

1762-
[Unreleased]: https://github.com/CenterForOpenScience/ember-osf-web/compare/21.6.1...develop
1769+
[Unreleased]: https://github.com/CenterForOpenScience/ember-osf-web/compare/21.6.2...develop
1770+
[21.6.2]: https://github.com/CenterForOpenScience/ember-osf-web/releases/tag/21.6.2
17631771
[21.6.1]: https://github.com/CenterForOpenScience/ember-osf-web/releases/tag/21.6.1
17641772
[21.6.0]: https://github.com/CenterForOpenScience/ember-osf-web/releases/tag/21.6.0
17651773
[21.5.1]: https://github.com/CenterForOpenScience/ember-osf-web/releases/tag/21.5.1

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.6.1",
3+
"version": "21.6.2",
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)