Skip to content

Commit f4aa8cb

Browse files
authored
Merge pull request #227 from dgrubelic/develop
Publish 1.5.0
2 parents 59d1e6d + 8f75932 commit f4aa8cb

6 files changed

+10
-10
lines changed

Diff for: bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-authenticate",
3-
"version": "1.3.5-beta.1",
3+
"version": "1.5.0",
44
"main": "dist/vue-authenticate.js",
55
"homepage": "https://github.com/dgrubelic/vue-authenticate",
66
"ignore": []

Diff for: dist/vue-authenticate.common.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* vue-authenticate v1.4.1
2+
* vue-authenticate v1.5.0
33
* https://github.com/dgrubelic/vue-authenticate
44
* Released under the MIT License.
55
*
@@ -618,7 +618,7 @@ var defaultOptions = {
618618
facebook: {
619619
name: 'facebook',
620620
url: '/auth/facebook',
621-
authorizationEndpoint: 'https://www.facebook.com/v8.0/dialog/oauth',
621+
authorizationEndpoint: 'https://www.facebook.com/v10.0/dialog/oauth',
622622
redirectUri: getRedirectUri('/'),
623623
requiredUrlParams: ['display', 'scope'],
624624
scope: ['email'],

Diff for: dist/vue-authenticate.esm.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* vue-authenticate v1.4.1
2+
* vue-authenticate v1.5.0
33
* https://github.com/dgrubelic/vue-authenticate
44
* Released under the MIT License.
55
*
@@ -616,7 +616,7 @@ var defaultOptions = {
616616
facebook: {
617617
name: 'facebook',
618618
url: '/auth/facebook',
619-
authorizationEndpoint: 'https://www.facebook.com/v8.0/dialog/oauth',
619+
authorizationEndpoint: 'https://www.facebook.com/v10.0/dialog/oauth',
620620
redirectUri: getRedirectUri('/'),
621621
requiredUrlParams: ['display', 'scope'],
622622
scope: ['email'],

Diff for: dist/vue-authenticate.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* vue-authenticate v1.4.1
2+
* vue-authenticate v1.5.0
33
* https://github.com/dgrubelic/vue-authenticate
44
* Released under the MIT License.
55
*
@@ -627,7 +627,7 @@
627627
facebook: {
628628
name: 'facebook',
629629
url: '/auth/facebook',
630-
authorizationEndpoint: 'https://www.facebook.com/v8.0/dialog/oauth',
630+
authorizationEndpoint: 'https://www.facebook.com/v10.0/dialog/oauth',
631631
redirectUri: getRedirectUri('/'),
632632
requiredUrlParams: ['display', 'scope'],
633633
scope: ['email'],

Diff for: dist/vue-authenticate.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-authenticate",
3-
"version": "1.4.1",
3+
"version": "1.5.0",
44
"description": "Authentication library for Vue.js",
55
"main": "dist/vue-authenticate.common.js",
66
"module": "dist/vue-authenticate.esm.js",

0 commit comments

Comments
 (0)