Skip to content

Commit f98b67c

Browse files
authored
Merge pull request #61 from WeBankFinTech/branch_joy
feat: 更新版本号至1.12.2
2 parents 3604369 + 6fc4264 commit f98b67c

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/doc-deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
name: TXDeploy
22
on:
3-
pull_request:
43
push:
54
branches:
6-
- docs
5+
- master
76
paths:
87
- 'packages/**/**'
98
- 'docs/**/**'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fesjs/traction-widget",
3-
"version": "1.12.1",
3+
"version": "1.12.2",
44
"description": "集合大型中台项目使用到的通用组件和工具函数",
55
"scripts": {
66
"docs:dev": "npm run build && node docs/.vitepress/scripts/generate-doc.js && vitepress dev docs",

packages/traction-widget/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fesjs/traction-widget",
3-
"version": "1.12.1",
3+
"version": "1.12.2",
44
"description": "集合大型中台项目使用到的通用组件和工具函数",
55
"main": "dist/traction-widget.min.js",
66
"module": "es/components/index.js",

0 commit comments

Comments
 (0)