We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7a8452 commit d1e3e95Copy full SHA for d1e3e95
packages/router/CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# [4.4.0-alpha.2](https://github.com/vuejs/router/compare/v4.4.0-alpha.1...v4.4.0-alpha.2) (2024-06-12)
2
+
3
+### Bug Fixes
4
5
+- allow arbitrary strings in RouteLocationRaw ([a7a8452](https://github.com/vuejs/router/commit/a7a8452d137024d607d803a4009a5d55419259f2))
6
7
# [4.4.0-alpha.1](https://github.com/vuejs/router/compare/v4.4.0-alpha.0...v4.4.0-alpha.1) (2024-06-12)
8
9
### Features
packages/router/package.json
@@ -1,6 +1,6 @@
{
"name": "vue-router",
- "version": "4.4.0-alpha.1",
+ "version": "4.4.0-alpha.2",
"main": "index.js",
"unpkg": "dist/vue-router.global.js",
"jsdelivr": "dist/vue-router.global.js",
0 commit comments