Skip to content

Commit

Permalink
Release v11.34.2 (#2183)
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Hobbs authored Oct 11, 2022
1 parent 394dd79 commit 6f61127
Show file tree
Hide file tree
Showing 7 changed files with 41 additions and 70 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## [v11.34.2](https://github.com/auth0/lock/tree/v11.34.2) (2022-10-10)
[Full Changelog](https://github.com/auth0/lock/compare/v11.34.1...v11.34.2)

**Fixed**
- [SDK-3657] Render sign up confirmation before sign in [\#2180](https://github.com/auth0/lock/pull/2180) ([ewanharris](https://github.com/ewanharris))

## [v11.34.1](https://github.com/auth0/lock/tree/v11.34.1) (2022-09-29)
[Full Changelog](https://github.com/auth0/lock/compare/v11.34.0...v11.34.1)

Expand Down
4 changes: 2 additions & 2 deletions 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.34.1/lock.min.js"></script>
<script src="https://cdn.auth0.com/js/lock/11.34.2/lock.min.js"></script>
```

From [npm](https://npmjs.org)
Expand Down Expand Up @@ -490,7 +490,7 @@ Extra input fields can be added to the sign up screen with the `additionalSignUp

Additional sign up fields are rendered below the default fields in the order they are provided.

:warning: **Note**: From `11.34.1` onwards, all HTML tags are stripped from user input into custom signup fields.
:warning: **Note**: From `11.34.2` onwards, all HTML tags are stripped from user input into custom signup fields.

##### Text field

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.34.1",
"version": "11.34.2",
"main": "build/lock.js",
"ignore": [
"lib-cov",
Expand Down
89 changes: 27 additions & 62 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.34.1",
"version": "11.34.2",
"description": "Auth0 Lock",
"author": "Auth0 <[email protected]> (http://auth0.com)",
"license": "MIT",
Expand Down

0 comments on commit 6f61127

Please sign in to comment.