Skip to content

Commit

Permalink
build: bundle 3.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Sep 6, 2022
1 parent d6064df commit 033465e
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion composables.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* vue-router v3.6.4
* vue-router v3.6.5
* (c) 2022 Evan You
* @license MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion composables.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* vue-router v3.6.4
* vue-router v3.6.5
* (c) 2022 Evan You
* @license MIT
*/
Expand Down
4 changes: 2 additions & 2 deletions dist/vue-router.common.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* vue-router v3.6.4
* vue-router v3.6.5
* (c) 2022 Evan You
* @license MIT
*/
Expand Down Expand Up @@ -3147,7 +3147,7 @@ function createHref (base, fullPath, mode) {

// We cannot remove this as it would be a breaking change
VueRouter.install = install;
VueRouter.version = '3.6.4';
VueRouter.version = '3.6.5';
VueRouter.isNavigationFailure = isNavigationFailure;
VueRouter.NavigationFailureType = NavigationFailureType;
VueRouter.START_LOCATION = START;
Expand Down
6 changes: 3 additions & 3 deletions dist/vue-router.esm.browser.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* vue-router v3.6.4
* vue-router v3.6.5
* (c) 2022 Evan You
* @license MIT
*/
Expand Down Expand Up @@ -3111,7 +3111,7 @@ function createHref (base, fullPath, mode) {

// We cannot remove this as it would be a breaking change
VueRouter.install = install;
VueRouter.version = '3.6.4';
VueRouter.version = '3.6.5';
VueRouter.isNavigationFailure = isNavigationFailure;
VueRouter.NavigationFailureType = NavigationFailureType;
VueRouter.START_LOCATION = START;
Expand All @@ -3120,6 +3120,6 @@ if (inBrowser && window.Vue) {
window.Vue.use(VueRouter);
}

const version = '3.6.4';
const version = '3.6.5';

export { NavigationFailureType, Link as RouterLink, View as RouterView, START as START_LOCATION, VueRouter as default, isNavigationFailure, version };
6 changes: 3 additions & 3 deletions dist/vue-router.esm.browser.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/vue-router.esm.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* vue-router v3.6.4
* vue-router v3.6.5
* (c) 2022 Evan You
* @license MIT
*/
Expand Down Expand Up @@ -3145,7 +3145,7 @@ function createHref (base, fullPath, mode) {

// We cannot remove this as it would be a breaking change
VueRouter.install = install;
VueRouter.version = '3.6.4';
VueRouter.version = '3.6.5';
VueRouter.isNavigationFailure = isNavigationFailure;
VueRouter.NavigationFailureType = NavigationFailureType;
VueRouter.START_LOCATION = START;
Expand All @@ -3154,6 +3154,6 @@ if (inBrowser && window.Vue) {
window.Vue.use(VueRouter);
}

var version = '3.6.4';
var version = '3.6.5';

export { NavigationFailureType, Link as RouterLink, View as RouterView, START as START_LOCATION, VueRouter$1 as default, isNavigationFailure, version };
4 changes: 2 additions & 2 deletions dist/vue-router.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* vue-router v3.6.4
* vue-router v3.6.5
* (c) 2022 Evan You
* @license MIT
*/
Expand Down Expand Up @@ -3150,7 +3150,7 @@

// We cannot remove this as it would be a breaking change
VueRouter.install = install;
VueRouter.version = '3.6.4';
VueRouter.version = '3.6.5';
VueRouter.isNavigationFailure = isNavigationFailure;
VueRouter.NavigationFailureType = NavigationFailureType;
VueRouter.START_LOCATION = START;
Expand Down
6 changes: 3 additions & 3 deletions dist/vue-router.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/vue-router.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* vue-router v3.6.4
* vue-router v3.6.5
* (c) 2022 Evan You
* @license MIT
*/
Expand Down Expand Up @@ -3145,7 +3145,7 @@ function createHref (base, fullPath, mode) {

// We cannot remove this as it would be a breaking change
VueRouter.install = install;
VueRouter.version = '3.6.4';
VueRouter.version = '3.6.5';
VueRouter.isNavigationFailure = isNavigationFailure;
VueRouter.NavigationFailureType = NavigationFailureType;
VueRouter.START_LOCATION = START;
Expand All @@ -3154,6 +3154,6 @@ if (inBrowser && window.Vue) {
window.Vue.use(VueRouter);
}

var version = '3.6.4';
var version = '3.6.5';

export { NavigationFailureType, Link as RouterLink, View as RouterView, START as START_LOCATION, VueRouter$1 as default, isNavigationFailure, version };

0 comments on commit 033465e

Please sign in to comment.