Skip to content

Commit 156ba5c

Browse files
committed
feat: release v1.4.0
1 parent 64c216a commit 156ba5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/auto-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Auto publish
22

33
on:
44
push:
5-
branches: ['dev']
5+
branches: ['main']
66

77
jobs:
88
build:

packages/devui-vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-devui",
3-
"version": "1.3.4-alpha.3",
3+
"version": "1.4.0",
44
"license": "MIT",
55
"description": "DevUI components based on Vite and Vue3",
66
"keywords": [

0 commit comments

Comments
 (0)