Skip to content

Commit

Permalink
Release v11.31.0 (#2054)
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Hobbs authored Oct 15, 2021
1 parent 6c9c270 commit fd0284b
Show file tree
Hide file tree
Showing 7 changed files with 354 additions and 266 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## [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)

[Full Changelog](https://github.com/auth0/lock/compare/v11.30.5...v11.30.6)
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.30.6/lock.min.js"></script>
<script src="https://cdn.auth0.com/js/lock/11.31.0/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.30.6",
"version": "11.31.0",
"main": "build/lock.js",
"ignore": [
"lib-cov",
Expand Down
597 changes: 338 additions & 259 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.30.6",
"version": "11.31.0",
"description": "Auth0 Lock",
"author": "Auth0 <[email protected]> (http://auth0.com)",
"license": "MIT",
Expand Down

0 comments on commit fd0284b

Please sign in to comment.