Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
4 changed files
with
15 additions
and
3 deletions .
+12
−0
CHANGELOG.md
+1
−1
README.md
+1
−1
bower.json
+1
−1
package.json
@@ -1,5 +1,17 @@
# Change Log
## [v11.20.3 ](https://github.com/auth0/lock/tree/v11.20.3) (2020-01-15)
[Full Changelog ](https://github.com/auth0/lock/compare/v11.20.2...v11.20.3)
**Changed**
- Bumped Auth0.js to 9.12.2 [\#1780 ](https://github.com/auth0/lock/pull/1780) ([stevehobbsdev ](https://github.com/stevehobbsdev))
- Prevent loading overlay from showing when using Sign In With Apple [\#1779 ](https://github.com/auth0/lock/pull/1779) ([stevehobbsdev ](https://github.com/stevehobbsdev))
**Fixed**
- Fix translation pt-PT [\#1776 ](https://github.com/auth0/lock/pull/1776) ([mario-moura-silva ](https://github.com/mario-moura-silva))
## [v11.20.2 ](https://github.com/auth0/lock/tree/v11.20.2) (2020-01-06)
[Full Changelog ](https://github.com/auth0/lock/compare/v11.20.1...v11.20.2)
@@ -23,7 +23,7 @@ From CDN
```html
<!-- Latest patch release (recommended for production) -->
<script src =" https://cdn.auth0.com/js/lock/11.20.2 /lock.min.js" ></script >
<script src =" https://cdn.auth0.com/js/lock/11.20.3 /lock.min.js" ></script >
```
From [npm ](https://npmjs.org)
@@ -1,6 +1,6 @@
{
" name" : " auth0-lock" ,
" version" : " 11.20.2 " ,
" version" : " 11.20.3 " ,
" main" : " build/lock.js" ,
" ignore" : [
" lib-cov" ,
@@ -1,6 +1,6 @@
{
" name" : " auth0-lock" ,
" version" : " 11.20.2 " ,
" version" : " 11.20.3 " ,
" description" : " Auth0 Lock" ,
" author" : " Auth0 <support@auth0.com> (http://auth0.com)" ,
" license" : " MIT" ,
Toggle all file notes
Toggle all file annotations
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.