Skip to content

Commit bf250d7

Browse files
authored
Release v12.2.0 (#2443)
**Added** - Wrap CheckBoxInput in InputWrapper to provide visual feedback [\#2423](#2423) ([ewanharris](https://github.com/ewanharris))
1 parent eee310f commit bf250d7

File tree

5 files changed

+12083
-4
lines changed

5 files changed

+12083
-4
lines changed

CHANGELOG.md

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

3+
## [v12.2.0](https://github.com/auth0/lock/tree/v12.2.0) (2023-09-15)
4+
[Full Changelog](https://github.com/auth0/lock/compare/v12.1.0...v12.2.0)
5+
6+
**Added**
7+
- Wrap CheckBoxInput in InputWrapper to provide visual feedback [\#2423](https://github.com/auth0/lock/pull/2423) ([ewanharris](https://github.com/ewanharris))
8+
39
## [v12.1.0](https://github.com/auth0/lock/tree/v12.1.0) (2023-07-17)
410
[Full Changelog](https://github.com/auth0/lock/compare/v12.0.2...v12.1.0)
511

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ From CDN
3030

3131
```html
3232
<!-- Latest patch release (recommended for production) -->
33-
<script src="https://cdn.auth0.com/js/lock/12.1.0/lock.min.js"></script>
33+
<script src="https://cdn.auth0.com/js/lock/12.2.0/lock.min.js"></script>
3434
```
3535
### Configure Auth0
3636

package-lock.json

Lines changed: 2 additions & 2 deletions
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": "12.1.0",
3+
"version": "12.2.0",
44
"description": "Auth0 Lock",
55
"author": "Auth0 <support@auth0.com> (http://auth0.com)",
66
"license": "MIT",

0 commit comments

Comments
 (0)