Skip to content

Commit 3c7791c

Browse files
author
Steve Hobbs
authored
Release v11.32.0 (#2079)
1 parent b3dd8a9 commit 3c7791c

File tree

7 files changed

+476
-386
lines changed

7 files changed

+476
-386
lines changed

CHANGELOG.md

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

3+
## [v11.32.0](https://github.com/auth0/lock/tree/v11.32.0) (2022-01-07)
4+
[Full Changelog](https://github.com/auth0/lock/compare/v11.31.1...v11.32.0)
5+
6+
**Fixed**
7+
- [SDK-2970] Remove captcha for enterprise SSO connections [\#2071](https://github.com/auth0/lock/pull/2071) ([stevehobbsdev](https://github.com/stevehobbsdev))
8+
- Add ID attributes to password field + submit button [\#2072](https://github.com/auth0/lock/pull/2072) ([stevehobbsdev](https://github.com/stevehobbsdev))
9+
310
## [v11.31.1](https://github.com/auth0/lock/tree/v11.31.1) (2021-11-02)
411

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

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.1/lock.min.js"></script>
28+
<script src="https://cdn.auth0.com/js/lock/11.32.0/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.1",
3+
"version": "11.32.0",
44
"main": "build/lock.js",
55
"ignore": [
66
"lib-cov",

build/lock.js

Lines changed: 462 additions & 379 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.1",
3+
"version": "11.32.0",
44
"description": "Auth0 Lock",
55
"author": "Auth0 <[email protected]> (http://auth0.com)",
66
"license": "MIT",

0 commit comments

Comments
 (0)