Skip to content

Commit 0e16d7b

Browse files
committed
Merge branch 'hotfix/20.6.1'
2 parents af4424a + a8e501f commit 0e16d7b

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
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+
## [20.6.1] - 2020-06-29
8+
## Fixed
9+
- broken UI due to `ember-responsive` ignoring our `app/breakpoints.ts`
10+
711
## [20.6.0] - 2020-06-26
812
## Changed
913
- Upgrade to Ember 3.16
@@ -1611,7 +1615,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
16111615
### Added
16121616
- Quick Files
16131617

1614-
[Unreleased]: https://github.com/CenterForOpenScience/ember-osf-web/compare/20.6.0...develop
1618+
[Unreleased]: https://github.com/CenterForOpenScience/ember-osf-web/compare/20.6.1...develop
1619+
[20.6.1]: https://github.com/CenterForOpenScience/ember-osf-web/releases/tag/20.6.1
16151620
[20.6.0]: https://github.com/CenterForOpenScience/ember-osf-web/releases/tag/20.6.0
16161621
[20.5.0]: https://github.com/CenterForOpenScience/ember-osf-web/releases/tag/20.5.0
16171622
[20.4.0]: https://github.com/CenterForOpenScience/ember-osf-web/releases/tag/20.4.0
File renamed without changes.

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": "20.6.0",
3+
"version": "20.6.1",
44
"description": "Ember front-end for the Open Science Framework",
55
"license": "Apache-2.0",
66
"author": "Center for Open Science <[email protected]>",

0 commit comments

Comments
 (0)