From f631dfa8f24831e0745a100bc6b992899e2a58f5 Mon Sep 17 00:00:00 2001 From: "ankitatripathi.mp@gmail.com" Date: Mon, 6 Apr 2026 18:26:49 +0530 Subject: [PATCH 1/2] Release v14.3.0 --- .version | 2 +- CHANGELOG.md | 15 +++++++++++++++ README.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 20 insertions(+), 5 deletions(-) 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..94761cadd 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 [\#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", From 0844971239d98e8a1f23725217ae4ee9c1514ea1 Mon Sep 17 00:00:00 2001 From: Ankita Tripathi <51994119+ankita10119@users.noreply.github.com> Date: Mon, 6 Apr 2026 18:27:50 +0530 Subject: [PATCH 2/2] Revise changelog for v14.3.0 release Updated TypeScript definitions note and upgraded dependencies. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94761cadd..7bb77450c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ [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 [\#2763](https://github.com/auth0/lock/pull/2763) ([ankita10119](https://github.com/ankita10119)) +- 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))