Skip to content

Commit 75f5adc

Browse files
authored
Merge branch 'master' into master
2 parents d78ccaf + 34c8f68 commit 75f5adc

File tree

6 files changed

+228
-146
lines changed

6 files changed

+228
-146
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v14.2.3
1+
v14.2.4

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## [v14.2.4](https://github.com/auth0/lock/tree/v14.2.4) (2026-01-21)
4+
[Full Changelog](https://github.com/auth0/lock/compare/v14.2.3...v14.2.4)
5+
6+
**Fixed**
7+
- fix: update className and InputWrap name in SelectInput component (#2534) [\#2719](https://github.com/auth0/lock/pull/2719) ([ankita10119](https://github.com/ankita10119))
8+
- fix: handle undefined and empty domain values in HRD screen (#2526) [\#2720](https://github.com/auth0/lock/pull/2720) ([ankita10119](https://github.com/ankita10119))
9+
- fix: add 'too_many_attempts' to error codes in logInError function [\#2718](https://github.com/auth0/lock/pull/2718) ([ankita10119](https://github.com/ankita10119))
10+
311
## [v14.2.3](https://github.com/auth0/lock/tree/v14.2.3) (2026-01-12)
412
[Full Changelog](https://github.com/auth0/lock/compare/v14.2.2...v14.2.3)
513

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ From CDN
3131

3232
```html
3333
<!-- Latest patch release (recommended for production) -->
34-
<script src="https://cdn.auth0.com/js/lock/14.2.3/lock.min.js"></script>
34+
<script src="https://cdn.auth0.com/js/lock/14.2.4/lock.min.js"></script>
3535
```
3636

3737
### Configure Auth0

0 commit comments

Comments
 (0)