Skip to content

Commit 433e659

Browse files
authored
v1.31.3 (#258)
1 parent a072d3e commit 433e659

File tree

4 files changed

+328
-48
lines changed

4 files changed

+328
-48
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.31.3] - 2025-01-28
11+
12+
### Fixed
13+
- Fix form phone number field when optional and not valued
14+
1015
## [1.31.2] - 2025-01-14
1116

1217
### Fixed
@@ -536,7 +541,9 @@ The eye icon is now correctly displayed in the Auth widget.
536541

537542
First version of the SDK Web UI.
538543

539-
[Unreleased]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.31.2...HEAD
544+
[Unreleased]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.31.3...HEAD
545+
546+
[1.31.3]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.31.2...v1.31.3
540547

541548
[1.31.2]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.31.1...v1.31.2
542549

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

0 commit comments

Comments
 (0)