Skip to content

Commit d137b82

Browse files
author
Steve Hobbs
authored
Release 11.31.1 (#2062)
1 parent 44968ea commit d137b82

File tree

7 files changed

+1080
-1028
lines changed

7 files changed

+1080
-1028
lines changed

CHANGELOG.md

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

3+
## [v11.31.1](https://github.com/auth0/lock/tree/v11.31.1) (2021-11-02)
4+
5+
[Full Changelog](https://github.com/auth0/lock/compare/v11.31.0...v11.31.1)
6+
7+
**Fixed**
8+
9+
- Guard references to window on module load [\#2057](https://github.com/auth0/lock/pull/2057) ([stevehobbsdev](https://github.com/stevehobbsdev))
10+
- Ensure Captcha is completed before authenticating with enterprise SSO connection [\#2060](https://github.com/auth0/lock/pull/2060) ([stevehobbsdev](https://github.com/stevehobbsdev))
11+
312
## [v11.31.0](https://github.com/auth0/lock/tree/v11.31.0) (2021-10-15)
13+
414
[Full Changelog](https://github.com/auth0/lock/compare/v11.30.6...v11.31.0)
515

616
**Added**
17+
718
- [SDK-2295] Add forceAutoHeight property to UI config [\#2050](https://github.com/auth0/lock/pull/2050) ([stevehobbsdev](https://github.com/stevehobbsdev))
819

920
**Fixed**
21+
1022
- [SDK-2823] Fix password reset when using custom connection resolver [\#2048](https://github.com/auth0/lock/pull/2048) ([stevehobbsdev](https://github.com/stevehobbsdev))
1123

1224
## [v11.30.6](https://github.com/auth0/lock/tree/v11.30.6) (2021-09-27)

README.md

Lines changed: 1 addition & 1 deletion
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.31.0/lock.min.js"></script>
28+
<script src="https://cdn.auth0.com/js/lock/11.31.1/lock.min.js"></script>
2929
```
3030

3131
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.31.0",
3+
"version": "11.31.1",
44
"main": "build/lock.js",
55
"ignore": [
66
"lib-cov",

build/lock.js

Lines changed: 1061 additions & 1021 deletions
Large diffs are not rendered by default.

build/lock.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/lock.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.31.0",
3+
"version": "11.31.1",
44
"description": "Auth0 Lock",
55
"author": "Auth0 <[email protected]> (http://auth0.com)",
66
"license": "MIT",

0 commit comments

Comments
 (0)