Compare commits

..

No commits in common. "db2e6ca12f75ee0db3b25cd1f9766f9e74e285f6" and "2ceb68e691440b49394ea05a82912f1e972146dd" have entirely different histories.

8 changed files with 12 additions and 16 deletions

View File

@ -1,8 +1,8 @@
name: Deploy V4 Site
name: Deploy V3 Site
on:
push:
branches: [next]
branches: [dev]
paths:
- 'packages/vant/docs/**'
@ -13,7 +13,7 @@ jobs:
- name: Checkout 🛎️
uses: actions/checkout@v2
with:
ref: 'next'
ref: 'dev'
- name: Install pnpm
uses: pnpm/action-setup@v2.0.1
@ -36,5 +36,4 @@ jobs:
with:
branch: gh-pages
folder: packages/vant/site-dist
target-folder: v4
clean: false

View File

@ -0,0 +1,3 @@
# 更新日志
## 更新内容

View File

@ -18,5 +18,3 @@ Vant follows [Semantic Versioning 2.0.0](https://semver.org/lang/zh-CN/).
- Major versionincluding breaking changes and new features.
## Details
TODO

View File

@ -19,9 +19,9 @@ Vant 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。
## 更新内容
### 4.0.0-alpha.0
### unreleased
`2022-02-21`
`2022-01-17`
**Feature**

View File

@ -1,4 +1,4 @@
# 从 v2 升级到 v3
# 从 v2 升级
### 介绍

View File

@ -1,4 +1,4 @@
# 从 v3 升级到 v4
# 从 v3 升级
### 介绍

View File

@ -1,6 +1,6 @@
{
"name": "vant",
"version": "4.0.0-alpha.0",
"version": "3.4.5",
"description": "Mobile UI Components built on Vue",
"main": "lib/vant.cjs.js",
"module": "es/index.js",
@ -24,9 +24,6 @@
"./lib/": "./lib/",
"./package.json": "./package.json"
},
"npm": {
"tag": "next"
},
"files": [
"es",
"lib",

View File

@ -7,7 +7,7 @@ export default {
packageManager: 'pnpm',
site: {
publicPath:
(typeof window === 'undefined' && process.env.PUBLIC_PATH) || '/vant/v4',
(typeof window === 'undefined' && process.env.PUBLIC_PATH) || '/vant/',
},
vetur: {
tagPrefix: 'van-',
@ -19,7 +19,6 @@ export default {
versions: [
{ label: 'v1', link: '/vant/v1/' },
{ label: 'v2', link: '/vant/v2/' },
{ label: 'v3', link: '/vant/v3/' },
],
baiduAnalytics: {
seed: 'ad6b5732c36321f2dafed737ac2da92f',