From 9a3d7081461068ca4e5a328c919a4946d65213be Mon Sep 17 00:00:00 2001 From: Steve Hobbs Date: Thu, 17 Dec 2020 11:55:36 +0000 Subject: [PATCH] Release 11.27.2 (#1950) --- CHANGELOG.md | 12 ++++++++++++ README.md | 2 +- bower.json | 2 +- package.json | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8302e42eb..a6b39ef20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## [v11.27.2](https://github.com/auth0/lock/tree/v11.27.2) (2020-12-16) +[Full Changelog](https://github.com/auth0/lock/compare/v11.27.1...v11.27.2) + + +**Changed** +- Update cs.js [\#1944](https://github.com/auth0/lock/pull/1944) ([HopXXII](https://github.com/HopXXII)) + +**Fixed** +- [ESD-10361] Fix password strength popup overflow issue [\#1949](https://github.com/auth0/lock/pull/1949) ([stevehobbsdev](https://github.com/stevehobbsdev)) +- [ESD-10373] Fix rendering of Lock inside popup on first open [\#1948](https://github.com/auth0/lock/pull/1948) ([stevehobbsdev](https://github.com/stevehobbsdev)) + + ## [v11.27.1](https://github.com/auth0/lock/tree/v11.27.1) (2020-10-26) [Full Changelog](https://github.com/auth0/lock/compare/v11.27.0...v11.27.1) diff --git a/README.md b/README.md index e8721bb42..dbbd5142d 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ From CDN ```html - + ``` From [npm](https://npmjs.org) diff --git a/bower.json b/bower.json index 2091d5394..1988c51ef 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "auth0-lock", - "version": "11.27.1", + "version": "11.27.2", "main": "build/lock.js", "ignore": [ "lib-cov", diff --git a/package.json b/package.json index 5ceeb58da..2080b4633 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auth0-lock", - "version": "11.27.1", + "version": "11.27.2", "description": "Auth0 Lock", "author": "Auth0 (http://auth0.com)", "license": "MIT",