From 89004f655830d5e051e1cfbc6761cb0bcce8d2ad Mon Sep 17 00:00:00 2001 From: Steve Hobbs Date: Thu, 30 May 2024 16:01:45 +0100 Subject: [PATCH] Release v12.5.1 (#2561) - Swap CAPTCHA on each reload [\#2560](https://github.com/auth0/lock/pull/2560) ([josh-cain](https://github.com/josh-cain)) --- .version | 2 +- CHANGELOG.md | 25 +++++++++++++++++++++++++ README.md | 3 ++- package.json | 2 +- 4 files changed, 29 insertions(+), 3 deletions(-) diff --git a/.version b/.version index ca6b1c8eb..6433e6695 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -v12.5.0 \ No newline at end of file +v12.5.1 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index a9ea40b8b..c1f4d0922 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,59 +1,83 @@ # Change Log +## [v12.5.1](https://github.com/auth0/lock/tree/v12.5.1) (2024-05-30) + +[Full Changelog](https://github.com/auth0/lock/compare/v12.5.0...v12.5.1) + +- Swap CAPTCHA on each reload [\#2560](https://github.com/auth0/lock/pull/2560) ([josh-cain](https://github.com/josh-cain)) + ## [v12.5.0](https://github.com/auth0/lock/tree/v12.5.0) (2024-04-30) + [Full Changelog](https://github.com/auth0/lock/compare/v12.4.0...v12.5.0) - Support captchas in reset password flow [\#2547](https://github.com/auth0/lock/pull/2547) ([srijonsaha](https://github.com/srijonsaha)) ## [v12.4.0](https://github.com/auth0/lock/tree/v12.4.0) (2024-01-04) + [Full Changelog](https://github.com/auth0/lock/compare/v12.3.1...v12.4.0) **Added** + - [IAMRISK-2916] Added support for Auth0 v2 captcha provider [\#2503](https://github.com/auth0/lock/pull/2503) ([alexkoumarianos-okta](https://github.com/alexkoumarianos-okta)) **Changed** + - [IAMRISK-3010] Added support for auth0_v2 captcha failOpen [\#2507](https://github.com/auth0/lock/pull/2507) ([alexkoumarianos-okta](https://github.com/alexkoumarianos-okta)) ## [v12.3.1](https://github.com/auth0/lock/tree/v12.3.1) (2023-11-13) + [Full Changelog](https://github.com/auth0/lock/compare/v12.3.0...v12.3.1) **Security** + - Bump auth0-js to solve crypto-js vulnerability [\#2492](https://github.com/auth0/lock/pull/2492) ([frederikprijck](https://github.com/frederikprijck)) ## [v12.3.0](https://github.com/auth0/lock/tree/v12.3.0) (2023-10-06) + [Full Changelog](https://github.com/auth0/lock/compare/v12.2.0...v12.3.0) **Added** + - [IAMRISK-2603] Add support for Arkose [\#2455](https://github.com/auth0/lock/pull/2455) ([srijonsaha](https://github.com/srijonsaha)) ## [v12.2.0](https://github.com/auth0/lock/tree/v12.2.0) (2023-09-15) + [Full Changelog](https://github.com/auth0/lock/compare/v12.1.0...v12.2.0) **Added** + - Wrap CheckBoxInput in InputWrapper to provide visual feedback [\#2423](https://github.com/auth0/lock/pull/2423) ([ewanharris](https://github.com/ewanharris)) ## [v12.1.0](https://github.com/auth0/lock/tree/v12.1.0) (2023-07-17) + [Full Changelog](https://github.com/auth0/lock/compare/v12.0.2...v12.1.0) **Added** + - Added support for hCaptcha and Friendly Captcha [\#2387](https://github.com/auth0/lock/pull/2387) ([DominickBattistini](https://github.com/DominickBattistini)) **Changed** + - WelcomeMessage header text marked as heading [\#2373](https://github.com/auth0/lock/pull/2373) ([piwysocki](https://github.com/piwysocki)) ## [v12.0.2](https://github.com/auth0/lock/tree/v12.0.2) (2023-02-10) + [Full Changelog](https://github.com/auth0/lock/compare/v12.0.1...v12.0.2) **Changed** + - Slight tweaks to Captcha input component handler methods + refresh button mask [\#2272](https://github.com/auth0/lock/pull/2272) ([stevehobbsdev](https://github.com/stevehobbsdev)) **Fixed** + - Fix for when component is undefined on unmount [\#2271](https://github.com/auth0/lock/pull/2271) ([codetheweb](https://github.com/codetheweb)) ## [v12.0.1](https://github.com/auth0/lock/tree/v12.0.1) (2023-02-01) + [Full Changelog](https://github.com/auth0/lock/compare/v12.0.0...v12.0.1) **Changed** + - FDR-487 - feat: update microsoft button [\#2259](https://github.com/auth0/lock/pull/2259) ([jamescgarrett](https://github.com/jamescgarrett)) ## [v12.0.0](https://github.com/auth0/lock/tree/v12.0.0) (2023-01-20) @@ -99,6 +123,7 @@ Despite the major version bump, **v12 is completely API-compatible with v11**. - Upgrade to React 18 [\#2209](https://github.com/auth0/lock/pull/2209) ([stevehobbsdev](https://github.com/stevehobbsdev)) - Upgrade to Webpack 5, Jest 29, Babel 8 [\#2213](https://github.com/auth0/lock/pull/2213) ([stevehobbsdev](https://github.com/stevehobbsdev)) - bump dependencies to latest patch and fix typos [\#2210](https://github.com/auth0/lock/pull/2210) ([piwysocki](https://github.com/piwysocki)) + ## [v11.34.2](https://github.com/auth0/lock/tree/v11.34.2) (2022-10-10) [Full Changelog](https://github.com/auth0/lock/compare/v11.34.1...v11.34.2) diff --git a/README.md b/README.md index 5ab93b1a9..24b31b32c 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,9 @@ From CDN ```html - + ``` + ### Configure Auth0 Create a **Single Page Application** in the [Auth0 Dashboard](https://manage.auth0.com/#/applications). diff --git a/package.json b/package.json index 4a1aa1811..3832d32e6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auth0-lock", - "version": "12.5.0", + "version": "12.5.1", "description": "Auth0 Lock", "author": "Auth0 (http://auth0.com)", "license": "MIT",