Skip to content

Commit 5ecbb2a

Browse files
authored
Support vue-router@5 (#478)
1 parent 1275e8a commit 5ecbb2a

File tree

3 files changed

+573
-22
lines changed

3 files changed

+573
-22
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Next
22

3-
[diff](https://github.com/gtm-support/vue-gtm/compare/3.1.0...main)
3+
[diff](https://github.com/gtm-support/vue-gtm/compare/3.2.0...main)
4+
5+
# 3.2.0
6+
7+
[diff](https://github.com/gtm-support/vue-gtm/compare/3.1.0...3.2.0)
8+
9+
- Add support for `vue-router` `>=5.0.0`
410

511
# 3.1.0
612

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gtm-support/vue-gtm",
3-
"version": "3.1.0",
3+
"version": "3.2.0",
44
"description": "Simple implementation of Google Tag Manager for Vue",
55
"scripts": {
66
"clean": "rimraf coverage .eslintcache dist pnpm-lock.yaml node_modules",
@@ -86,7 +86,7 @@
8686
"typescript": "~5.5.4",
8787
"vitest": "~2.0.5",
8888
"vue": "^3.4.37",
89-
"vue-router": "^4.4.3"
89+
"vue-router": "^5.0.2"
9090
},
9191
"peerDependencies": {
9292
"vue": ">= 3.2.26 < 4.0.0"
@@ -97,7 +97,7 @@
9797
}
9898
},
9999
"optionalDependencies": {
100-
"vue-router": ">= 4.4.1 < 5.0.0"
100+
"vue-router": ">= 4.4.1 < 6.0.0"
101101
},
102102
"packageManager": "pnpm@9.7.0"
103103
}

0 commit comments

Comments
 (0)