Skip to content

Commit 83ffae7

Browse files
authored
Release v14.2.1 (#2698)
**Fixed** - Fix: connectionResolver receives incorrect field value when switching between Login and Sign-up tabs [\#2697](#2697) ([ankita10119](https://github.com/ankita10119))
1 parent 5801927 commit 83ffae7

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
lines changed

.version

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

CHANGELOG.md

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

3+
## [v14.2.1](https://github.com/auth0/lock/tree/v14.2.1) (2025-12-03)
4+
[Full Changelog](https://github.com/auth0/lock/compare/v14.2.0...v14.2.1)
5+
6+
**Fixed**
7+
- Fix: connectionResolver receives incorrect field value when switching between Login and Sign-up tabs [\#2697](https://github.com/auth0/lock/pull/2697) ([ankita10119](https://github.com/ankita10119))
8+
39
## [v14.2.0](https://github.com/auth0/lock/tree/v14.2.0) (2025-10-21)
410
[Full Changelog](https://github.com/auth0/lock/compare/v14.1.0...v14.2.0)
511

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.0/lock.min.js"></script>
34+
<script src="https://cdn.auth0.com/js/lock/14.2.1/lock.min.js"></script>
3535
```
3636

3737
### Configure Auth0

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": "auth0-lock",
3-
"version": "14.2.0",
3+
"version": "14.2.1",
44
"description": "Auth0 Lock",
55
"author": "Auth0 <[email protected]> (http://auth0.com)",
66
"license": "MIT",

0 commit comments

Comments
 (0)