Skip to content

Commit

Permalink
v2.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 committed Jul 7, 2022
1 parent 17cccfe commit 5dfc801
Show file tree
Hide file tree
Showing 3 changed files with 111 additions and 99 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Next

[diff](https://github.com/gtm-support/vue-gtm/compare/1.6.0...main)
[diff](https://github.com/gtm-support/vue-gtm/compare/2.0.0-beta.1...main)

# 2.0.0-beta.1

[diff](https://github.com/gtm-support/vue-gtm/compare/1.6.0...2.0.0-beta.1)

## BREAKING CHANGE

- Minimum required Vue version is now `^3.2.0`
- Minimum required Vue Router version is now `^4.1.0`

# 1.6.0

Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gtm-support/vue-gtm",
"version": "1.6.0",
"version": "2.0.0-beta.1",
"description": "Simple implementation of Google Tag Manager for Vue",
"main": "dist/index.js",
"author": {
Expand Down Expand Up @@ -59,9 +59,9 @@
"@gtm-support/core": "^1.4.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "~5.30.3",
"@typescript-eslint/parser": "~5.30.3",
"eslint": "~8.18.0",
"@typescript-eslint/eslint-plugin": "~5.30.5",
"@typescript-eslint/parser": "~5.30.5",
"eslint": "~8.19.0",
"eslint-config-prettier": "~8.5.0",
"eslint-define-config": "~1.5.1",
"eslint-gitignore": "~0.1.0",
Expand All @@ -72,20 +72,20 @@
"prettier": "2.7.1",
"prettier-plugin-organize-imports": "~3.0.0",
"typescript": "~4.7.4",
"vitest": "~0.16.0",
"vitest": "~0.17.1",
"vue": "^3.2.37",
"vue-router": "^4.0.16"
"vue-router": "^4.1.1"
},
"peerDependencies": {
"vue": "^3.0.0"
"vue": "^3.2.0"
},
"peerDependenciesMeta": {
"vue-router": {
"optional": true
}
},
"optionalDependencies": {
"vue-router": "^4.0.0"
"vue-router": "^4.1.0"
},
"packageManager": "pnpm@7.4.1"
"packageManager": "pnpm@7.5.0"
}
Loading

0 comments on commit 5dfc801

Please sign in to comment.