From 17eccc749090786e1cc0f24d862f11a8a3a534ce Mon Sep 17 00:00:00 2001 From: Luis Deschamps Rudge Date: Fri, 11 Aug 2017 19:52:50 -0300 Subject: [PATCH] Release v10.20.0 --- CHANGELOG.md | 17 +++++++++++++++++ README.md | 2 +- bower.json | 2 +- package.json | 2 +- 4 files changed, 20 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ace4b9ab..78d4ce159 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Change Log +## [v10.20.0](https://github.com/auth0/lock/tree/v10.20.0) (2017-08-11) +[Full Changelog](https://github.com/auth0/lock/compare/v10.19.0...v10.20.0) + + +**Added** +- Add Romanian translations [\#1074](https://github.com/auth0/lock/pull/1074) ([jogee](https://github.com/jogee)) +- Add Slovenian translations [\#1073](https://github.com/auth0/lock/pull/1073) ([jogee](https://github.com/jogee)) + +**Changed** +- Update username allowed chars regex [\#1079](https://github.com/auth0/lock/pull/1079) ([luisrudge](https://github.com/luisrudge)) + +**Fixed** +- Fix custom theme for custom connections [\#1083](https://github.com/auth0/lock/pull/1083) ([luisrudge](https://github.com/luisrudge)) +- Fix spacing using custom signup fields [\#1076](https://github.com/auth0/lock/pull/1076) ([luisrudge](https://github.com/luisrudge)) +- Fixed Slovak translations [\#1069](https://github.com/auth0/lock/pull/1069) ([stajo1](https://github.com/stajo1)) + + ## [v10.19.0](https://github.com/auth0/lock/tree/v10.19.0) (2017-07-18) [Full Changelog](https://github.com/auth0/lock/compare/v10.18.0...v10.19.0) diff --git a/README.md b/README.md index 7140decf8..ef41a1160 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ From CDN ```html - + ``` From [npm](https://npmjs.org) diff --git a/bower.json b/bower.json index b9b02eb84..4c086905e 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "auth0-lock", - "version": "10.19.0", + "version": "10.20.0", "main": "build/lock.js", "ignore": [ "lib-cov", diff --git a/package.json b/package.json index 65bb195d7..9c2ebcd07 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auth0-lock", - "version": "10.19.0", + "version": "10.20.0", "description": "Auth0 Lock", "author": "Auth0 (http://auth0.com)", "license": "MIT",