Skip to content

Commit fd0284b

Browse files
author
Steve Hobbs
authored
Release v11.31.0 (#2054)
1 parent 6c9c270 commit fd0284b

7 files changed

+354
-266
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## [v11.31.0](https://github.com/auth0/lock/tree/v11.31.0) (2021-10-15)
4+
[Full Changelog](https://github.com/auth0/lock/compare/v11.30.6...v11.31.0)
5+
6+
**Added**
7+
- [SDK-2295] Add forceAutoHeight property to UI config [\#2050](https://github.com/auth0/lock/pull/2050) ([stevehobbsdev](https://github.com/stevehobbsdev))
8+
9+
**Fixed**
10+
- [SDK-2823] Fix password reset when using custom connection resolver [\#2048](https://github.com/auth0/lock/pull/2048) ([stevehobbsdev](https://github.com/stevehobbsdev))
11+
312
## [v11.30.6](https://github.com/auth0/lock/tree/v11.30.6) (2021-09-27)
413

514
[Full Changelog](https://github.com/auth0/lock/compare/v11.30.5...v11.30.6)

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ From CDN
2525

2626
```html
2727
<!-- Latest patch release (recommended for production) -->
28-
<script src="https://cdn.auth0.com/js/lock/11.30.6/lock.min.js"></script>
28+
<script src="https://cdn.auth0.com/js/lock/11.31.0/lock.min.js"></script>
2929
```
3030

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

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "auth0-lock",
3-
"version": "11.30.6",
3+
"version": "11.31.0",
44
"main": "build/lock.js",
55
"ignore": [
66
"lib-cov",

build/lock.js

+338-259
Large diffs are not rendered by default.

build/lock.min.js

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/lock.min.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "auth0-lock",
3-
"version": "11.30.6",
3+
"version": "11.31.0",
44
"description": "Auth0 Lock",
55
"author": "Auth0 <support@auth0.com> (http://auth0.com)",
66
"license": "MIT",

0 commit comments

Comments
 (0)