Skip to content

Commit

Permalink
Release v11.26.3 (#1914)
Browse files Browse the repository at this point in the history
* Release v11.26.3

* Update snapshots
  • Loading branch information
Steve Hobbs authored Aug 14, 2020
1 parent 3711fb5 commit 825aae2
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 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.26.3](https://github.com/auth0/lock/tree/v11.26.3) (2020-08-14)
[Full Changelog](https://github.com/auth0/lock/compare/v11.26.2...v11.26.3)

**Security**
- [SEC-512] Replace usage of i18n.html with i18n.str in Passwordless verification code UI ([stevehobbsdev](https://github.com/stevehobbsdev))

## [v11.26.2](https://github.com/auth0/lock/tree/v11.26.2) (2020-08-12)
[Full Changelog](https://github.com/auth0/lock/compare/v11.26.1...v11.26.2)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ From CDN

```html
<!-- Latest patch release (recommended for production) -->
<script src="https://cdn.auth0.com/js/lock/11.26.2/lock.min.js"></script>
<script src="https://cdn.auth0.com/js/lock/11.26.3/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.26.2",
"version": "11.26.3",
"main": "build/lock.js",
"ignore": [
"lib-cov",
Expand Down
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.26.2",
"version": "11.26.3",
"description": "Auth0 Lock",
"author": "Auth0 <[email protected]> (http://auth0.com)",
"license": "MIT",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ exports[`HRDScreen Component renders correctly when there is an enterprise domai
data-__type="hrd_pane"
data-header={
<p>
Please enter your corporate credentials at [ 'domain.com' ].
Please enter your corporate credentials at domain.com.
</p>
}
data-i18n={
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
exports[`AskVCode renders correctly when logging in with a phone number 1`] = `
<div
data-__type="vcode_pane"
data-instructions="An SMS with the code has been sent to [ '+44 456 789' ]."
data-instructions="An SMS with the code has been sent to +44 456 789."
data-lock={
Immutable.Map {
"id": "__lock-id__",
Expand Down Expand Up @@ -49,7 +49,7 @@ exports[`AskVCode renders correctly when logging in with a phone number 1`] = `
exports[`AskVCode renders correctly when logging in with email 1`] = `
<div
data-__type="vcode_pane"
data-instructions="An email with the code has been sent to [ '[email protected]' ]."
data-instructions="An email with the code has been sent to [email protected]."
data-lock={
Immutable.Map {
"id": "__lock-id__",
Expand Down

0 comments on commit 825aae2

Please sign in to comment.