Skip to content

Commit c035af4

Browse files
authored
Merge pull request #688 from auth0/prepare-release-10.5.1
Preparing release 10.5.1
2 parents 7a2a99d + c64adf0 commit c035af4

File tree

6 files changed

+17
-5
lines changed

6 files changed

+17
-5
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
# Change Log
2+
## [v10.5.1](https://github.com/auth0/lock/tree/v10.5.1) (2016-10-28)
3+
[Full Changelog](https://github.com/auth0/lock/compare/v10.5.0...v10.5.1)
4+
5+
**Closed issues**
6+
- [Lock 10.5.0] Prefill fails when using username [\#685](https://github.com/auth0/lock/issues/685)
7+
- [Lock 10.5.0] "TypeError: next is not a function" when closing social connection popup [\#682](https://github.com/auth0/lock/issues/682)
8+
9+
**Fixed**
10+
- Disabled username verification for prefill [\#686](https://github.com/auth0/lock/pull/686) ([glena](https://github.com/glena))
11+
- 'TypeError: next is not a function' when closing social connection popup [\#684](https://github.com/auth0/lock/pull/684) ([glena](https://github.com/glena))
12+
- Fix focus visual feedback in email and username inputs [\#681](https://github.com/auth0/lock/pull/681) ([gnandretta](https://github.com/gnandretta))
13+
214
## [v10.5.0](https://github.com/auth0/lock/tree/v10.5.0) (2016-10-24)
315
[Full Changelog](https://github.com/auth0/lock/compare/v10.4.1...v10.5.0)
416

README.md

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

1515
```html
1616
<!-- Latest patch release (recommended for production) -->
17-
<script src="http://cdn.auth0.com/js/lock/10.5.0/lock.min.js"></script>
17+
<script src="http://cdn.auth0.com/js/lock/10.5.1/lock.min.js"></script>
1818
```
1919

2020
From [bower](http://bower.io)

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

examples/bundling/browserify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
]
1616
},
1717
"dependencies": {
18-
"auth0-lock": "^10.5.0"
18+
"auth0-lock": "^10.5.1"
1919
},
2020
"devDependencies": {
2121
"babel-preset-es2015": "^6.3.13",

examples/bundling/webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"author": "",
1111
"license": "MIT",
1212
"dependencies": {
13-
"auth0-lock": "^10.5.0"
13+
"auth0-lock": "^10.5.1"
1414
},
1515
"devDependencies": {
1616
"babel-core": "^6.4.0",

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": "10.5.0",
3+
"version": "10.5.1",
44
"description": "Auth0 Lock",
55
"author": "Auth0 <[email protected]> (http://auth0.com)",
66
"license": "MIT",

0 commit comments

Comments
 (0)