Skip to content

Commit ecc0c55

Browse files
authored
Release v1.30.1 (#237)
1 parent fc784bb commit ecc0c55

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
99

10+
## [1.30.1] - 2024-11-26
11+
12+
### Fixed
13+
14+
- MFA factor selection does not appear when multiple factors are activated.
15+
- Phone number field on reset password view should handle `withCountrySelect` options.
16+
1017
## [1.30.0] - 2024-11-21
1118

1219
### Added
@@ -499,7 +506,9 @@ The eye icon is now correctly displayed in the Auth widget.
499506

500507
First version of the SDK Web UI.
501508

502-
[Unreleased]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.30.0...HEAD
509+
[Unreleased]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.30.1...HEAD
510+
511+
[1.30.1]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.30.0...v1.30.1
503512

504513
[1.30.0]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.29.0...v1.30.0
505514

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.30.0",
3+
"version": "1.30.1",
44
"description": "ReachFive Identity Web UI SDK",
55
"author": "ReachFive",
66
"repository": {

0 commit comments

Comments
 (0)