Skip to content

Commit

Permalink
build: bundle 3.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Aug 23, 2022
1 parent 1356acb commit c5611b9
Show file tree
Hide file tree
Showing 9 changed files with 3,177 additions and 20 deletions.
2 changes: 1 addition & 1 deletion dist/composables.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* vue-router v3.6.1
* vue-router v3.6.2
* (c) 2022 Evan You
* @license MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/composables.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* vue-router v3.6.1
* vue-router v3.6.2
* (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.1
* vue-router v3.6.2
* (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.1';
VueRouter.version = '3.6.2';
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.1
* vue-router v3.6.2
* (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.1';
VueRouter.version = '3.6.2';
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.1';
const version = '3.6.2';

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.

8 changes: 3 additions & 5 deletions dist/vue-router.esm.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* vue-router v3.6.1
* vue-router v3.6.2
* (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.1';
VueRouter.version = '3.6.2';
VueRouter.isNavigationFailure = isNavigationFailure;
VueRouter.NavigationFailureType = NavigationFailureType;
VueRouter.START_LOCATION = START;
Expand All @@ -3154,6 +3154,4 @@ if (inBrowser && window.Vue) {
window.Vue.use(VueRouter);
}

var version = '3.6.1';

export { NavigationFailureType, Link as RouterLink, View as RouterView, START as START_LOCATION, VueRouter$1 as default, isNavigationFailure, version };
export { VueRouter$1 as default };
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.1
* vue-router v3.6.2
* (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.1';
VueRouter.version = '3.6.2';
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.

0 comments on commit c5611b9

Please sign in to comment.