Skip to content

Commit f262d79

Browse files
author
Steve Hobbs
authored
Release v11.33.2 (#2149)
1 parent cd1906e commit f262d79

File tree

7 files changed

+22
-14
lines changed

7 files changed

+22
-14
lines changed

CHANGELOG.md

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

3+
## [v11.33.2](https://github.com/auth0/lock/tree/v11.33.2) (2022-06-29)
4+
[Full Changelog](https://github.com/auth0/lock/compare/v11.33.1...v11.33.2)
5+
6+
**Changed**
7+
- Bump qs from 6.10.5 to 6.11.0 [\#2147](https://github.com/auth0/lock/pull/2147) ([dependabot[bot]](https://github.com/apps/dependabot))
8+
- Bump shell-quote from 1.7.2 to 1.7.3 [\#2145](https://github.com/auth0/lock/pull/2145) ([dependabot[bot]](https://github.com/apps/dependabot))
9+
- Bump prettier from 2.7.0 to 2.7.1 [\#2144](https://github.com/auth0/lock/pull/2144) ([dependabot[bot]](https://github.com/apps/dependabot))
10+
311
## [v11.33.1](https://github.com/auth0/lock/tree/v11.33.1) (2022-06-14)
412
[Full Changelog](https://github.com/auth0/lock/compare/v11.33.0...v11.33.1)
513

README.md

Lines changed: 2 additions & 2 deletions
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.33.1/lock.min.js"></script>
28+
<script src="https://cdn.auth0.com/js/lock/11.33.2/lock.min.js"></script>
2929
```
3030

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

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

493-
:warning: **Note**: From `11.33.1` onwards, all HTML tags are stripped from user input into custom signup fields.
493+
:warning: **Note**: From `11.33.2` onwards, all HTML tags are stripped from user input into custom signup fields.
494494

495495
##### Text field
496496

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.33.1",
3+
"version": "11.33.2",
44
"main": "build/lock.js",
55
"ignore": [
66
"lib-cov",

build/lock.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*!
2-
* lock v11.33.1
2+
* lock v11.33.2
33
*
44
* Author: Auth0 <support@auth0.com> (http://auth0.com)
5-
* Date: 14/06/2022, 11:55:16
5+
* Date: 29/06/2022, 12:31:01
66
* License: MIT
77
*
88
*//******/ (function(modules) { // webpackBootstrap
@@ -7452,7 +7452,7 @@ function assertLanguage(m, language, base) {
74527452
function syncLang(m, language, _cb) {
74537453
__webpack_require__.i(__WEBPACK_IMPORTED_MODULE_8__utils_cdn_utils__["a" /* load */])({
74547454
method: 'registerLanguageDictionary',
7455-
url: __WEBPACK_IMPORTED_MODULE_5__core_index__["languageBaseUrl"](m) + '/js/lock/' + '11.33.1' + '/' + language + '.js',
7455+
url: __WEBPACK_IMPORTED_MODULE_5__core_index__["languageBaseUrl"](m) + '/js/lock/' + '11.33.2' + '/' + language + '.js',
74567456
check: function check(str) {
74577457
return str && str === language;
74587458
},
@@ -19353,7 +19353,7 @@ var Auth0LockPasswordless = function (_Core) {
1935319353
/* harmony default export */ __webpack_exports__["a"] = (Auth0LockPasswordless);
1935419354

1935519355

19356-
Auth0LockPasswordless.version = '11.33.1';
19356+
Auth0LockPasswordless.version = '11.33.2';
1935719357

1935819358
/***/ }),
1935919359
/* 103 */
@@ -27542,7 +27542,7 @@ function trimAuthParams() {
2754227542
}
2754327543

2754427544
function getVersion() {
27545-
return '11.33.1';
27545+
return '11.33.2';
2754627546
}
2754727547

2754827548
/***/ }),
@@ -29597,7 +29597,7 @@ var Auth0Lock = function (_Core) {
2959729597

2959829598

2959929599
/* harmony default export */ __webpack_exports__["a"] = (Auth0Lock);
29600-
Auth0Lock.version = '11.33.1';
29600+
Auth0Lock.version = '11.33.2';
2960129601

2960229602
// TODO: should we have different telemetry for classic/passwordless?
2960329603
// TODO: should we set telemetry info before each request?

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.33.1",
3+
"version": "11.33.2",
44
"description": "Auth0 Lock",
55
"author": "Auth0 <support@auth0.com> (http://auth0.com)",
66
"license": "MIT",

0 commit comments

Comments
 (0)