Skip to content

Commit 758f70f

Browse files
committed
release: vue-router@5.0.2
1 parent 90e4bb8 commit 758f70f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

packages/router/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [5.0.2](https://github.com/vuejs/router/compare/v5.0.1...v5.0.2) (2026-02-02)
2+
3+
### Bug Fixes
4+
5+
- loose version check @pinia/colada ([90e4bb8](https://github.com/vuejs/router/commit/90e4bb804cc9e9e50e4cd58a3fbd06d3e49b8e2d))
6+
- remove devtools from iife build ([58c033c](https://github.com/vuejs/router/commit/58c033c0e89707efb9cf1d6131b174f2eba7f57c)), closes [#2608](https://github.com/vuejs/router/issues/2608)
7+
- **volar:** empty options ([022758a](https://github.com/vuejs/router/commit/022758a79bf7675e335eaab37ffe2c7bbb81c8e1)), closes [#2609](https://github.com/vuejs/router/issues/2609)
8+
19
## [5.0.1](https://github.com/vuejs/router/compare/v5.0.0...v5.0.1) (2026-01-30)
210

311
### Bug Fixes

packages/router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-router",
3-
"version": "5.0.1",
3+
"version": "5.0.2",
44
"homepage": "https://router.vuejs.org",
55
"bugs": {
66
"url": "https://github.com/vuejs/router/issues"

0 commit comments

Comments
 (0)