Compare commits

..

2 Commits

Author SHA1 Message Date
chenjiahan
b45b0b7608 chore: update branches in GitHub actions 2022-09-10 21:57:09 +08:00
chenjiahan
c309ca2aaf docs: switch dev branch to v4 2022-09-10 21:53:49 +08:00
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ name: Deploy V4 Site
on:
push:
branches: [next]
branches: [dev]
paths:
- 'packages/vant/docs/**'

View File

@ -2,7 +2,7 @@ name: Sync to Gitee
on:
push:
branches: [dev, 2.x, gh-pages]
branches: [dev, 2.x, 3.x, gh-pages]
workflow_dispatch:

View File

@ -1,6 +1,6 @@
{
"name": "vant",
"version": "4.0.0-rc.1",
"version": "4.0.0-rc.0",
"description": "Mobile UI Components built on Vue",
"main": "lib/vant.cjs.js",
"module": "es/index.mjs",