diff --git a/.version b/.version index 6f8d461e1..2d0c8c63c 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -v14.2.5 \ No newline at end of file +v14.3.0 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index e29b78eef..7bb77450c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Change Log +## [v14.3.0](https://github.com/auth0/lock/tree/v14.3.0) (2026-04-06) +[Full Changelog](https://github.com/auth0/lock/compare/v14.2.5...v14.3.0) + +**Added** +- feat(types): ship TypeScript definitions directly from the lock repo, supersedes `@types/auth0-lock` [\#2763](https://github.com/auth0/lock/pull/2763) ([ankita10119](https://github.com/ankita10119)) + +**Changed** +- chore(deps): upgrade webpack-dev-server to v5, auth0-password-policies to 3.1.0, and fix dev setup [\#2771](https://github.com/auth0/lock/pull/2771) ([ankita10119](https://github.com/ankita10119)) + +**Deprecated** +- chore: remove deprecated yammer, renren, miicard strategies [\#2747](https://github.com/auth0/lock/pull/2747) ([omarquazi-okta](https://github.com/omarquazi-okta)) + +**Fixed** +- Fix: TypeError in matchConnection and findADConnectionWithoutDomain for enterprise connections with null/undefined domains (#2749) [\#2758](https://github.com/auth0/lock/pull/2758) ([ankita10119](https://github.com/ankita10119)) + ## [v14.2.5](https://github.com/auth0/lock/tree/v14.2.5) (2026-03-19) [Full Changelog](https://github.com/auth0/lock/compare/v14.2.4...v14.2.5) diff --git a/README.md b/README.md index cf964f793..118e5b292 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ From CDN ```html - + ``` ### Configure Auth0 diff --git a/package-lock.json b/package-lock.json index 53d4735b2..845f78db3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "auth0-lock", - "version": "14.2.5", + "version": "14.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "auth0-lock", - "version": "14.2.5", + "version": "14.3.0", "license": "MIT", "dependencies": { "auth0-js": "^9.29.0", diff --git a/package.json b/package.json index e867068aa..ca6951ff3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auth0-lock", - "version": "14.2.5", + "version": "14.3.0", "description": "Auth0 Lock", "author": "Auth0 (http://auth0.com)", "license": "MIT",