Skip to content

Commit

Permalink
Release v12.2.0 (#2443)
Browse files Browse the repository at this point in the history
**Added**
- Wrap CheckBoxInput in InputWrapper to provide visual feedback
[\#2423](#2423)
([ewanharris](https://github.com/ewanharris))
  • Loading branch information
ewanharris committed Sep 15, 2023
1 parent eee310f commit bf250d7
Show file tree
Hide file tree
Showing 5 changed files with 12,083 additions and 4 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

## [v12.2.0](https://github.com/auth0/lock/tree/v12.2.0) (2023-09-15)
[Full Changelog](https://github.com/auth0/lock/compare/v12.1.0...v12.2.0)

**Added**
- Wrap CheckBoxInput in InputWrapper to provide visual feedback [\#2423](https://github.com/auth0/lock/pull/2423) ([ewanharris](https://github.com/ewanharris))

## [v12.1.0](https://github.com/auth0/lock/tree/v12.1.0) (2023-07-17)
[Full Changelog](https://github.com/auth0/lock/compare/v12.0.2...v12.1.0)

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

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

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "12.1.0",
"version": "12.2.0",
"description": "Auth0 Lock",
"author": "Auth0 <[email protected]> (http://auth0.com)",
"license": "MIT",
Expand Down
Loading

0 comments on commit bf250d7

Please sign in to comment.