From c3be1170c1576509e66cc58a48b7017623aaa032 Mon Sep 17 00:00:00 2001 From: Steve Hobbs Date: Fri, 18 Sep 2020 17:14:11 +0100 Subject: [PATCH] Release 11.27.0 (#1926) --- CHANGELOG.md | 16 ++++++++++++++++ README.md | 4 ++-- bower.json | 2 +- package.json | 2 +- 4 files changed, 20 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5090276e1..3a0792c2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Change Log +## [v11.27.0](https://github.com/auth0/lock/tree/v11.27.0) (2020-09-18) +[Full Changelog](https://github.com/auth0/lock/compare/v11.26.3...v11.27.0) + + +**Changed** +- Better flash error messages on incorrect, empty fields. [\#1923](https://github.com/auth0/lock/pull/1923) ([saltukalakus](https://github.com/saltukalakus)) +- [SDK-1946] Update Basecamp logo [\#1922](https://github.com/auth0/lock/pull/1922) ([stevehobbsdev](https://github.com/stevehobbsdev)) + +**Fixed** +- [SDK-1911] Always use UsernamePane when using custom resolver [\#1918](https://github.com/auth0/lock/pull/1918) ([stevehobbsdev](https://github.com/stevehobbsdev)) + +**Security** +- Dependencies [\#1924](https://github.com/auth0/lock/pull/1924) ([stevehobbsdev](https://github.com/stevehobbsdev)) +- Add license scan report and status [\#1920](https://github.com/auth0/lock/pull/1920) ([fossabot](https://github.com/fossabot)) + + ## [v11.26.3](https://github.com/auth0/lock/tree/v11.26.3) (2020-08-14) [Full Changelog](https://github.com/auth0/lock/compare/v11.26.2...v11.26.3) diff --git a/README.md b/README.md index 09b8e2259..65b8c68a4 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ From CDN ```html - + ``` From [npm](https://npmjs.org) @@ -609,4 +609,4 @@ This project is licensed under the MIT license. See the [LICENSE](LICENSE) file [david-url]: https://david-dm.org/auth0/lock -[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fauth0%2Flock.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fauth0%2Flock?ref=badge_large) \ No newline at end of file +[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fauth0%2Flock.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fauth0%2Flock?ref=badge_large) diff --git a/bower.json b/bower.json index f6a45b4cc..2d338dca7 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "auth0-lock", - "version": "11.26.3", + "version": "11.27.0", "main": "build/lock.js", "ignore": [ "lib-cov", diff --git a/package.json b/package.json index ca1207f9f..61584d0e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auth0-lock", - "version": "11.26.3", + "version": "11.27.0", "description": "Auth0 Lock", "author": "Auth0 (http://auth0.com)", "license": "MIT",