Skip to content

Commit

Permalink
Release v11.33.2 (#2149)
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Hobbs authored Jun 29, 2022
1 parent cd1906e commit f262d79
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 14 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## [v11.33.2](https://github.com/auth0/lock/tree/v11.33.2) (2022-06-29)
[Full Changelog](https://github.com/auth0/lock/compare/v11.33.1...v11.33.2)

**Changed**
- 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))
- 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))
- 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))

## [v11.33.1](https://github.com/auth0/lock/tree/v11.33.1) (2022-06-14)
[Full Changelog](https://github.com/auth0/lock/compare/v11.33.0...v11.33.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.33.1/lock.min.js"></script>
<script src="https://cdn.auth0.com/js/lock/11.33.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.33.1` onwards, all HTML tags are stripped from user input into custom signup fields.
:warning: **Note**: From `11.33.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.33.1",
"version": "11.33.2",
"main": "build/lock.js",
"ignore": [
"lib-cov",
Expand Down
12 changes: 6 additions & 6 deletions build/lock.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*!
* lock v11.33.1
* lock v11.33.2
*
* Author: Auth0 <[email protected]> (http://auth0.com)
* Date: 14/06/2022, 11:55:16
* Date: 29/06/2022, 12:31:01
* License: MIT
*
*//******/ (function(modules) { // webpackBootstrap
Expand Down Expand Up @@ -7452,7 +7452,7 @@ function assertLanguage(m, language, base) {
function syncLang(m, language, _cb) {
__webpack_require__.i(__WEBPACK_IMPORTED_MODULE_8__utils_cdn_utils__["a" /* load */])({
method: 'registerLanguageDictionary',
url: __WEBPACK_IMPORTED_MODULE_5__core_index__["languageBaseUrl"](m) + '/js/lock/' + '11.33.1' + '/' + language + '.js',
url: __WEBPACK_IMPORTED_MODULE_5__core_index__["languageBaseUrl"](m) + '/js/lock/' + '11.33.2' + '/' + language + '.js',
check: function check(str) {
return str && str === language;
},
Expand Down Expand Up @@ -19353,7 +19353,7 @@ var Auth0LockPasswordless = function (_Core) {
/* harmony default export */ __webpack_exports__["a"] = (Auth0LockPasswordless);


Auth0LockPasswordless.version = '11.33.1';
Auth0LockPasswordless.version = '11.33.2';

/***/ }),
/* 103 */
Expand Down Expand Up @@ -27542,7 +27542,7 @@ function trimAuthParams() {
}

function getVersion() {
return '11.33.1';
return '11.33.2';
}

/***/ }),
Expand Down Expand Up @@ -29597,7 +29597,7 @@ var Auth0Lock = function (_Core) {


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

// TODO: should we have different telemetry for classic/passwordless?
// TODO: should we set telemetry info before each request?
Expand Down
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.33.1",
"version": "11.33.2",
"description": "Auth0 Lock",
"author": "Auth0 <[email protected]> (http://auth0.com)",
"license": "MIT",
Expand Down

0 comments on commit f262d79

Please sign in to comment.