Skip to content

Commit 828d12d

Browse files
authored
Merge pull request #2010 from auth0/prepare-v11.30.3
Prepare v11.30.3
2 parents f9bf68d + dd769ae commit 828d12d

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

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+
311
## [v11.30.2](https://github.com/auth0/lock/tree/v11.30.2) (2021-06-11)
412
[Full Changelog](https://github.com/auth0/lock/compare/v11.30.1...v11.30.2)
513

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ From CDN
2424

2525
```html
2626
<!-- 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>
2828
```
2929

3030
From [npm](https://npmjs.org)

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "auth0-lock",
3-
"version": "11.30.2",
3+
"version": "11.30.3",
44
"main": "build/lock.js",
55
"ignore": [
66
"lib-cov",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "auth0-lock",
3-
"version": "11.30.2",
3+
"version": "11.30.3",
44
"description": "Auth0 Lock",
55
"author": "Auth0 <[email protected]> (http://auth0.com)",
66
"license": "MIT",

0 commit comments

Comments
 (0)