Skip to content

Commit 99d241a

Browse files
authored
Release v14.2.2 (#2707)
**Fixed** - Fix: Auth0-Lock Error with React 19 and Nextjs 15 [\#2701](#2701) ([ankita10119](https://github.com/ankita10119))
1 parent 85eba82 commit 99d241a

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.1
1+
v14.2.2

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.2](https://github.com/auth0/lock/tree/v14.2.2) (2025-12-16)
4+
[Full Changelog](https://github.com/auth0/lock/compare/v14.2.1...v14.2.2)
5+
6+
**Fixed**
7+
- Fix: Auth0-Lock Error with React 19 and Nextjs 15 [\#2701](https://github.com/auth0/lock/pull/2701) ([ankita10119](https://github.com/ankita10119))
8+
39
## [v14.2.1](https://github.com/auth0/lock/tree/v14.2.1) (2025-12-03)
410
[Full Changelog](https://github.com/auth0/lock/compare/v14.2.0...v14.2.1)
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.1/lock.min.js"></script>
34+
<script src="https://cdn.auth0.com/js/lock/14.2.2/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.1",
3+
"version": "14.2.2",
44
"description": "Auth0 Lock",
55
"author": "Auth0 <[email protected]> (http://auth0.com)",
66
"license": "MIT",

0 commit comments

Comments
 (0)