Skip to content

Commit

Permalink
Release 11.27.2 (auth0#1950)
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Hobbs authored Dec 17, 2020
1 parent 48eb830 commit 9a3d708
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## [v11.27.2](https://github.com/auth0/lock/tree/v11.27.2) (2020-12-16)
[Full Changelog](https://github.com/auth0/lock/compare/v11.27.1...v11.27.2)


**Changed**
- Update cs.js [\#1944](https://github.com/auth0/lock/pull/1944) ([HopXXII](https://github.com/HopXXII))

**Fixed**
- [ESD-10361] Fix password strength popup overflow issue [\#1949](https://github.com/auth0/lock/pull/1949) ([stevehobbsdev](https://github.com/stevehobbsdev))
- [ESD-10373] Fix rendering of Lock inside popup on first open [\#1948](https://github.com/auth0/lock/pull/1948) ([stevehobbsdev](https://github.com/stevehobbsdev))


## [v11.27.1](https://github.com/auth0/lock/tree/v11.27.1) (2020-10-26)
[Full Changelog](https://github.com/auth0/lock/compare/v11.27.0...v11.27.1)

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

```html
<!-- Latest patch release (recommended for production) -->
<script src="https://cdn.auth0.com/js/lock/11.27.1/lock.min.js"></script>
<script src="https://cdn.auth0.com/js/lock/11.27.2/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.27.1",
"version": "11.27.2",
"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.27.1",
"version": "11.27.2",
"description": "Auth0 Lock",
"author": "Auth0 <support@auth0.com> (http://auth0.com)",
"license": "MIT",
Expand Down

0 comments on commit 9a3d708

Please sign in to comment.