Skip to content

Commit 7627df4

Browse files
committed
Merge branch 'release/2.0.1'
2 parents 7a1ad8e + 84417aa commit 7627df4

File tree

4 files changed

+382
-392
lines changed

4 files changed

+382
-392
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [2.0.1](https://github.com/ansidev/swetrix-vue/compare/v2.0.0...v2.0.1) (2023-01-27)
6+
7+
### Bug Fixes
8+
9+
* **deps:** update dependency swetrix to `^2.0.1` ([4835d5e](https://github.com/ansidev/swetrix-vue/commit/4835d5ed3426e2066376f844f11161f3650c36ad))
10+
511
## [2.0.0](https://github.com/ansidev/swetrix-vue/compare/v1.1.1...v2.0.0) (2023-01-04)
612

713

examples/vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
"typescript": "^4.9.4",
1818
"vite-plugin-vue-markdown": "^0.22.2",
1919
"vite": "^4.0.4",
20-
"vue-tsc": "^1.0.20"
20+
"vue-tsc": "^1.0.24"
2121
}
2222
}

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Swetrix Tracking integration for Vue v3",
44
"author": "Le Minh Tri <[email protected]>",
55
"license": "MIT",
6-
"version": "2.0.0",
6+
"version": "2.0.1",
77
"type": "module",
88
"packageManager": "[email protected]",
99
"homepage": "https://github.com/ansidev/swetrix-vue",
@@ -67,12 +67,12 @@
6767
"vue": "^3"
6868
},
6969
"dependencies": {
70-
"swetrix": "^2.0.0"
70+
"swetrix": "^2.0.1"
7171
},
7272
"devDependencies": {
73-
"@commitlint/cli": "^17.3.0",
74-
"@commitlint/config-conventional": "^17.3.0",
75-
"eslint": "^8.31.0",
73+
"@commitlint/cli": "^17.4.2",
74+
"@commitlint/config-conventional": "^17.4.2",
75+
"eslint": "^8.32.0",
7676
"husky": "^8.0.3",
7777
"standard-version": "^9.5.0",
7878
"tsup": "^6.5.0",

0 commit comments

Comments
 (0)