Skip to content

Commit ee57783

Browse files
authored
Release v1.17.0 (#122)
1 parent 2d9ff2d commit ee57783

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,22 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0), and this project adheres
66
to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
9+
## [1.17.0] - 2022-10-26
10+
11+
### Added
12+
13+
New field custom identifier to loginWithPassword
14+
New field custom identifier to signup
15+
New widget for MFA credentials listing
16+
New widget for registering and/or removing MFA credentials
17+
New widget for MFA step up
918

1019
### Fixes
1120

1221
Use actual consent language in the signup payload.
1322

23+
1424
## [1.16.2] - 2022-08-03
1525

1626
### Fixes
@@ -300,6 +310,8 @@ First version of the SDK Web UI.
300310

301311
[Unreleased]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.16.2...HEAD
302312

313+
[1.17.0]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.16.2...v1.17.0
314+
303315
[1.16.2]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.16.1...v1.16.2
304316

305317
[1.16.1]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.16.0...v1.16.1

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reachfive/identity-ui",
3-
"version": "1.16.2",
3+
"version": "1.17.0",
44
"description": "ReachFive Identity Web UI SDK",
55
"author": "ReachFive",
66
"repository": {

0 commit comments

Comments
 (0)