Skip to content

Commit

Permalink
Merge pull request #227 from dgrubelic/develop
Browse files Browse the repository at this point in the history
Publish 1.5.0
  • Loading branch information
dgrubelic authored Mar 21, 2021
2 parents 59d1e6d + 8f75932 commit f4aa8cb
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-authenticate",
"version": "1.3.5-beta.1",
"version": "1.5.0",
"main": "dist/vue-authenticate.js",
"homepage": "https://github.com/dgrubelic/vue-authenticate",
"ignore": []
Expand Down
4 changes: 2 additions & 2 deletions dist/vue-authenticate.common.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* vue-authenticate v1.4.1
* vue-authenticate v1.5.0
* https://github.com/dgrubelic/vue-authenticate
* Released under the MIT License.
*
Expand Down Expand Up @@ -618,7 +618,7 @@ var defaultOptions = {
facebook: {
name: 'facebook',
url: '/auth/facebook',
authorizationEndpoint: 'https://www.facebook.com/v8.0/dialog/oauth',
authorizationEndpoint: 'https://www.facebook.com/v10.0/dialog/oauth',
redirectUri: getRedirectUri('/'),
requiredUrlParams: ['display', 'scope'],
scope: ['email'],
Expand Down
4 changes: 2 additions & 2 deletions dist/vue-authenticate.esm.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* vue-authenticate v1.4.1
* vue-authenticate v1.5.0
* https://github.com/dgrubelic/vue-authenticate
* Released under the MIT License.
*
Expand Down Expand Up @@ -616,7 +616,7 @@ var defaultOptions = {
facebook: {
name: 'facebook',
url: '/auth/facebook',
authorizationEndpoint: 'https://www.facebook.com/v8.0/dialog/oauth',
authorizationEndpoint: 'https://www.facebook.com/v10.0/dialog/oauth',
redirectUri: getRedirectUri('/'),
requiredUrlParams: ['display', 'scope'],
scope: ['email'],
Expand Down
4 changes: 2 additions & 2 deletions dist/vue-authenticate.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* vue-authenticate v1.4.1
* vue-authenticate v1.5.0
* https://github.com/dgrubelic/vue-authenticate
* Released under the MIT License.
*
Expand Down Expand Up @@ -627,7 +627,7 @@
facebook: {
name: 'facebook',
url: '/auth/facebook',
authorizationEndpoint: 'https://www.facebook.com/v8.0/dialog/oauth',
authorizationEndpoint: 'https://www.facebook.com/v10.0/dialog/oauth',
redirectUri: getRedirectUri('/'),
requiredUrlParams: ['display', 'scope'],
scope: ['email'],
Expand Down
4 changes: 2 additions & 2 deletions dist/vue-authenticate.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-authenticate",
"version": "1.4.1",
"version": "1.5.0",
"description": "Authentication library for Vue.js",
"main": "dist/vue-authenticate.common.js",
"module": "dist/vue-authenticate.esm.js",
Expand Down

0 comments on commit f4aa8cb

Please sign in to comment.