File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ v11.30.3] ( https://github.com/auth0/lock/tree/v11.30.3 ) (2021-06-25)
4
+ [ Full Changelog] ( https://github.com/auth0/lock/compare/v11.30.2...v11.30.3 )
5
+
6
+
7
+ ** Fixed**
8
+ - Fix country dialing code dropdown [ \# 2009] ( https://github.com/auth0/lock/pull/2009 ) ([ adamjmcgrath] ( https://github.com/adamjmcgrath ) )
9
+
10
+
3
11
## [ v11.30.2] ( https://github.com/auth0/lock/tree/v11.30.2 ) (2021-06-11)
4
12
[ Full Changelog] ( https://github.com/auth0/lock/compare/v11.30.1...v11.30.2 )
5
13
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ From CDN
24
24
25
25
``` html
26
26
<!-- Latest patch release (recommended for production) -->
27
- <script src =" https://cdn.auth0.com/js/lock/11.30.2 /lock.min.js" ></script >
27
+ <script src =" https://cdn.auth0.com/js/lock/11.30.3 /lock.min.js" ></script >
28
28
```
29
29
30
30
From [ npm] ( https://npmjs.org )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " auth0-lock" ,
3
- "version" : " 11.30.2 " ,
3
+ "version" : " 11.30.3 " ,
4
4
"main" : " build/lock.js" ,
5
5
"ignore" : [
6
6
" lib-cov" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " auth0-lock" ,
3
- "version" : " 11.30.2 " ,
3
+ "version" : " 11.30.3 " ,
4
4
"description" : " Auth0 Lock" ,
5
5
"author" :
" Auth0 <[email protected] > (http://auth0.com)" ,
6
6
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments