Skip to content

Commit

Permalink
Release v1.30.1 (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
moust authored Nov 26, 2024
1 parent fc784bb commit ecc0c55
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.30.1] - 2024-11-26

### Fixed

- MFA factor selection does not appear when multiple factors are activated.
- Phone number field on reset password view should handle `withCountrySelect` options.

## [1.30.0] - 2024-11-21

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

First version of the SDK Web UI.

[Unreleased]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.30.0...HEAD
[Unreleased]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.30.1...HEAD

[1.30.1]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.30.0...v1.30.1

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

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reachfive/identity-ui",
"version": "1.30.0",
"version": "1.30.1",
"description": "ReachFive Identity Web UI SDK",
"author": "ReachFive",
"repository": {
Expand Down

0 comments on commit ecc0c55

Please sign in to comment.