Skip to content

Commit 5746a37

Browse files
Release v14.0.0 (#2616)
**⚠️ BREAKING CHANGES** - Dropped support for Internet Explorer (IE). - Update dependencies and refactor DOMPurify usage to default import [\#2606](#2606) ([developerkunal](https://github.com/developerkunal)) **Added** - Add support for social connection Sign in with Shop [\#2602](#2602) ([reinisb](https://github.com/reinisb))
1 parent d9c6c90 commit 5746a37

File tree

5 files changed

+15
-5
lines changed

5 files changed

+15
-5
lines changed

.version

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

CHANGELOG.md

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

3+
## [v14.0.0](https://github.com/auth0/lock/tree/v14.0.0) (2025-06-02)
4+
[Full Changelog](https://github.com/auth0/lock/compare/v13.0.0...v14.0.0)
5+
6+
**⚠️ BREAKING CHANGES**
7+
- Dropped support for Internet Explorer (IE).
8+
- Update dependencies and refactor DOMPurify usage to default import [\#2606](https://github.com/auth0/lock/pull/2606) ([developerkunal](https://github.com/developerkunal))
9+
10+
**Added**
11+
- Add support for social connection Sign in with Shop [\#2602](https://github.com/auth0/lock/pull/2602) ([reinisb](https://github.com/reinisb))
12+
313
## [v13.0.0](https://github.com/auth0/lock/tree/v13.0.0) (2024-11-11)
414
[Full Changelog](https://github.com/auth0/lock/compare/v12.5.1...v13.0.0)
515

README.md

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

3131
```html
3232
<!-- Latest patch release (recommended for production) -->
33-
<script src="https://cdn.auth0.com/js/lock/13.0.0/lock.min.js"></script>
33+
<script src="https://cdn.auth0.com/js/lock/14.0.0/lock.min.js"></script>
3434
```
3535

3636
### 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": "13.0.0",
3+
"version": "14.0.0",
44
"description": "Auth0 Lock",
55
"author": "Auth0 <support@auth0.com> (http://auth0.com)",
66
"license": "MIT",

0 commit comments

Comments
 (0)