]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
release: v4.0.0-beta.11 v4.0.0-beta.11
authorEduardo San Martin Morote <posva13@gmail.com>
Sun, 20 Sep 2020 08:33:54 +0000 (10:33 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Sun, 20 Sep 2020 08:33:54 +0000 (10:33 +0200)
CHANGELOG.md
package.json

index e9619c9e674c1061cf957c9faa0c480a22971c19..44cd0059fda1b288dbcb45cd8d38a6e40cf81e8c 100644 (file)
@@ -1,3 +1,10 @@
+# [4.0.0-beta.11](https://github.com/vuejs/vue-router-next/compare/v4.0.0-beta.10...v4.0.0-beta.11) (2020-09-20)
+
+### Bug Fixes
+
+- use post flush in modal example ([2024281](https://github.com/vuejs/vue-router-next/commit/2024281902d62454d9159c87d4288d691cd0bce8))
+- **guards:** use post watcher for instances ([3234c59](https://github.com/vuejs/vue-router-next/commit/3234c5924f39fd9497866bfd160407256dc91bfe))
+
 # [4.0.0-beta.10](https://github.com/vuejs/vue-router-next/compare/v4.0.0-beta.9...v4.0.0-beta.10) (2020-09-18)
 
 ### Bug Fixes
index cec87d0c2143e85a7ba28094066c89dbb584c58b..7e214da0c89dfc4d717fc1bf783dc4c58d1bb803 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "vue-router",
-  "version": "4.0.0-beta.10",
+  "version": "4.0.0-beta.11",
   "main": "dist/vue-router.cjs.js",
   "browser": "dist/vue-router.esm-browser.js",
   "unpkg": "dist/vue-router.global.js",