Skip to content

Commit

Permalink
Release 11.31.1 (#2062)
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Hobbs authored Nov 2, 2021
1 parent 44968ea commit d137b82
Show file tree
Hide file tree
Showing 7 changed files with 1,080 additions and 1,028 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,24 @@
# Change Log

## [v11.31.1](https://github.com/auth0/lock/tree/v11.31.1) (2021-11-02)

[Full Changelog](https://github.com/auth0/lock/compare/v11.31.0...v11.31.1)

**Fixed**

- Guard references to window on module load [\#2057](https://github.com/auth0/lock/pull/2057) ([stevehobbsdev](https://github.com/stevehobbsdev))
- Ensure Captcha is completed before authenticating with enterprise SSO connection [\#2060](https://github.com/auth0/lock/pull/2060) ([stevehobbsdev](https://github.com/stevehobbsdev))

## [v11.31.0](https://github.com/auth0/lock/tree/v11.31.0) (2021-10-15)

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

**Added**

- [SDK-2295] Add forceAutoHeight property to UI config [\#2050](https://github.com/auth0/lock/pull/2050) ([stevehobbsdev](https://github.com/stevehobbsdev))

**Fixed**

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

## [v11.30.6](https://github.com/auth0/lock/tree/v11.30.6) (2021-09-27)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ From CDN

```html
<!-- Latest patch release (recommended for production) -->
<script src="https://cdn.auth0.com/js/lock/11.31.0/lock.min.js"></script>
<script src="https://cdn.auth0.com/js/lock/11.31.1/lock.min.js"></script>
```

From [npm](https://npmjs.org)
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "auth0-lock",
"version": "11.31.0",
"version": "11.31.1",
"main": "build/lock.js",
"ignore": [
"lib-cov",
Expand Down
2,082 changes: 1,061 additions & 1,021 deletions build/lock.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions build/lock.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/lock.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "auth0-lock",
"version": "11.31.0",
"version": "11.31.1",
"description": "Auth0 Lock",
"author": "Auth0 <[email protected]> (http://auth0.com)",
"license": "MIT",
Expand Down

0 comments on commit d137b82

Please sign in to comment.