File tree Expand file tree Collapse file tree 3 files changed +14
-5
lines changed Expand file tree Collapse file tree 3 files changed +14
-5
lines changed Original file line number Diff line number Diff line change
1
+ # [ 1.6.0] ( https://github.com/unplugin/unplugin-vue-jsx-vapor/compare/v1.5.0...v1.6.0 ) (2025-03-10)
2
+
3
+
4
+ ### Features
5
+
6
+ * ** volar:** auto infer type for useRef ([ 0e44f13] ( https://github.com/unplugin/unplugin-vue-jsx-vapor/commit/0e44f131a0138f869c0ffd17e24b04a3e93c0c5f ) )
7
+
8
+
9
+
1
10
# [ ] ( https://github.com/unplugin/unplugin-vue-jsx-vapor/compare/v1.0.9...v ) (2025-03-09)
2
11
3
12
Original file line number Diff line number Diff line change 1
1
{
2
+ "version" : " 1.6.0" ,
2
3
"packageManager" :
" [email protected] " ,
3
4
"description" : " Vue JSX Vapor" ,
4
5
"type" : " module" ,
25
26
"lint" : " eslint ." ,
26
27
"play" : " npm -C playground run dev" ,
27
28
"test" : " vitest" ,
28
- "release" : " bumpp -r -x 'pnpm run changelog'" ,
29
+ "release" : " bumpp -r --all - x 'pnpm run changelog'" ,
29
30
"changelog" : " conventional-changelog -p angular -i CHANGELOG.md -s"
30
31
},
31
32
"devDependencies" : {
51
52
"overrides" : {
52
53
"estree-walker" : " 2.0.2"
53
54
}
54
- },
55
- "version" : " 1.6.0"
55
+ }
56
56
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " playground" ,
3
+ "version" : " 1.6.0" ,
3
4
"private" : true ,
4
5
"type" : " module" ,
5
6
"scripts" : {
12
13
"vite-hyper-config" : " ^0.5.0" ,
13
14
"vite-plugin-inspect" : " ^0.8.4" ,
14
15
"vue" : " catalog:"
15
- },
16
- "version" : " 1.6.0"
16
+ }
17
17
}
You can’t perform that action at this time.
0 commit comments