Skip to content

Commit 575e1ae

Browse files
committed
chore: update changelog and bump version for 19.3.0
1 parent cc4329e commit 575e1ae

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,7 +4,7 @@ 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-
## [Unreleased]
7+
## [19.3.0]
88
### Added
99
- Addons:
1010
- `ember-changesets`
@@ -18,11 +18,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1818
- `new-home` - new logged out home page route
1919
- `settings/account/change-password` - Panel for changing a user's password
2020
- `password-strength-bar` - Shows the strength of a given password
21+
- `support` - updated language and links
2122

2223
### Changed
2324
- Components
2425
- `validated-model-form` - use changesets automatically
2526

27+
### Removed
28+
- Components
29+
- `settings/account/request-export`
30+
31+
### Fixed
32+
- `osf-navbar/auth-dropdown` - make sure `campaign` and `next` query params are included in link to register
33+
2634
## [19.2.0] - 2019-03-04
2735
### Added
2836
- Components:

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": "19.2.0",
3+
"version": "19.3.0",
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)