Commit 7a0a92c 1 parent 00d9e40 commit 7a0a92c Copy full SHA for 7a0a92c
File tree 2 files changed +6
-5
lines changed
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 6
6
- 仓库的 Github Action 会自动整理上个版本至今 commit 对应的 CHANGELOG,并将 CHANGELOG 的 draft 作为一个评论推送到该 Pull Request 上
7
7
- 发布人检查 CHANGELOG,并优化内容逻辑结构,确认无误后删除对于评论首行提示,Github Action 会将优化后的内容写入 CHANGELOG.md 内
8
8
- 确认无误后,合并分支入` develop `
9
+
9
10
合入 ` develop ` 后,仓库会触发 Github Action 合入 ` main ` 分支,并将版本号作为 ` tag ` 打在仓库上
Original file line number Diff line number Diff line change 21
21
"test:coverage" : " echo \" no test:coverage specified,work in process\" "
22
22
},
23
23
"dependencies" : {
24
- "@vueuse/core" : " ^10.7.2 " ,
25
- "axios" : " ^1.6.7 " ,
26
- "dayjs" : " ^1.11.10 " ,
24
+ "@vueuse/core" : " ^12.3.0 " ,
25
+ "axios" : " ^1.7.9 " ,
26
+ "dayjs" : " ^1.11.13 " ,
27
27
"echarts" : " 5.4.3" ,
28
28
"lodash" : " ^4.17.21" ,
29
29
"nprogress" : " ^0.2.0" ,
30
30
"pinia" : " 2.1.7" ,
31
31
"pinia-plugin-persistedstate" : " ^3.2.0" ,
32
32
"qrcode.vue" : " ^3.4.1" ,
33
33
"qs" : " ^6.11.2" ,
34
- "tdesign-icons-vue-next" : " ^0.2.2 " ,
35
- "tdesign-vue-next" : " ^1.10.5 " ,
34
+ "tdesign-icons-vue-next" : " ^0.3.3 " ,
35
+ "tdesign-vue-next" : " ^1.10.6 " ,
36
36
"tvision-color" : " ^1.6.0" ,
37
37
"vue" : " ^3.5.0" ,
38
38
"vue-i18n" : " ^9.9.1" ,
You can’t perform that action at this time.
0 commit comments