From d4234e5fc46fe68f54219c4a057ce6c7ba4c55e6 Mon Sep 17 00:00:00 2001 From: Steve Hobbs Date: Fri, 20 Jan 2023 19:35:29 +0000 Subject: [PATCH] [SDK-3874] Release v12.0.0 (#2243) release v12.0.0 --- CHANGELOG.md | 15 +++++++++++++++ README.md | 8 ++++++++ package.json | 2 +- 3 files changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a351b6288..7a664e8a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,19 @@ # Change Log + +## [v12.0.0](https://github.com/auth0/lock/tree/v12.0.0) (2023-01-20) + +[Full Changelog](https://github.com/auth0/lock/compare/v11.35.0...v12.0.0) + +Lock is now built using React 18, which resolves a number of security vulnerabilities and improves performance. If you encounter any issues relating to this upgrade, please [submit a bug report](https://github.com/auth0/lock/issues/new?assignees=&labels=bug+report,v12&template=report_a_bug.md&title=). + +Despite the major version bump, **v12 is completely API-compatible with v11**. + +**Changed** + +- Upgrade to React 18 [\#2209](https://github.com/auth0/lock/pull/2209) ([stevehobbsdev](https://github.com/stevehobbsdev)) +- Upgrade to Webpack 5 [\#2213](https://github.com/auth0/lock/pull/2213) ([stevehobbsdev](https://github.com/stevehobbsdev)) +- Various dependency bumps [see the full changelog](https://github.com/auth0/lock/compare/v11.35.0...v12.0.0) + ## [v11.35.0](https://github.com/auth0/lock/tree/v11.35.0) (2022-12-19) [Full Changelog](https://github.com/auth0/lock/compare/v11.34.2...v11.35.0) diff --git a/README.md b/README.md index aff128160..1cb412994 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ > :warning: Lock is built using React 18 from v12 onwards. Getting issues? Please [submit a bug report](https://github.com/auth0/lock/issues/new?assignees=&labels=bug+report,v12&template=report_a_bug.md&title=). +> :warning: From v12 onwards, we no longer publish to Bower. + ## Documentation - [Docs Site](https://auth0.com/docs) - explore our Docs site and learn more about Auth0. @@ -24,6 +26,12 @@ Install Lock into your project using [npm](https://npmjs.org): npm install auth0-lock ``` +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 73f90a9e5..13906301f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auth0-lock", - "version": "12.0.0-beta.0", + "version": "12.0.0", "description": "Auth0 Lock", "author": "Auth0 (http://auth0.com)", "license": "MIT",