Skip to content

Commit

Permalink
Release v11.32.0 (#2079)
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Hobbs committed Jan 7, 2022
1 parent b3dd8a9 commit 3c7791c
Show file tree
Hide file tree
Showing 7 changed files with 476 additions and 386 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [v11.32.0](https://github.com/auth0/lock/tree/v11.32.0) (2022-01-07)
[Full Changelog](https://github.com/auth0/lock/compare/v11.31.1...v11.32.0)

**Fixed**
- [SDK-2970] Remove captcha for enterprise SSO connections [\#2071](https://github.com/auth0/lock/pull/2071) ([stevehobbsdev](https://github.com/stevehobbsdev))
- Add ID attributes to password field + submit button [\#2072](https://github.com/auth0/lock/pull/2072) ([stevehobbsdev](https://github.com/stevehobbsdev))

## [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)
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.1/lock.min.js"></script>
<script src="https://cdn.auth0.com/js/lock/11.32.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.31.1",
"version": "11.32.0",
"main": "build/lock.js",
"ignore": [
"lib-cov",
Expand Down
841 changes: 462 additions & 379 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.1",
"version": "11.32.0",
"description": "Auth0 Lock",
"author": "Auth0 <support@auth0.com> (http://auth0.com)",
"license": "MIT",
Expand Down

0 comments on commit 3c7791c

Please sign in to comment.