Skip to content

Commit 21fafe5

Browse files
committed
chore: update ci
1 parent 73bef78 commit 21fafe5

File tree

4 files changed

+4
-12
lines changed

4 files changed

+4
-12
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ git:
55
node_js:
66
- 12.4.0
77
before_install:
8-
- echo -e "[submodule "antdv-demo"]\n path = antdv-demo\n https://$GITHUB_TOKEN@github.com/tangjinzhou/antdv-demo.git" >~/.gitmodules
8+
- echo -e "machine github.com\n login Travis\n password $GITHUB_TOKEN" > ~/.netrc
99
- git submodule update --init --recursive
1010
before_script:
1111
- npm install vue vue-template-compiler

CHANGELOG.en-US.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414

1515
`2020-03-06`
1616

17-
### Component features and styles are synchronized to antd version 3.26.12.
18-
1917
- Four new components have been added:
2018
- 🔥🔥🔥 [Mentions](https://antdv.com/components/mentions-cn/) Added mentioned components and discarded the original Mention components.
2119
- 🔥🔥🔥 [Descriptions](https://antdv.com/components/descriptions-cn/) Display multiple read-only fields in groups.
@@ -462,9 +460,7 @@
462460
- 🎉 🎉 🎉 Publish the vscode plugin [ant-design-vue-helper](https://marketplace.visualstudio.com/items?itemName=ant-design-vue.vscode-ant-design-vue-helper)
463461
- 🎉 🎉 🎉 Optimize official website document interaction
464462

465-
### Component features and styles are synchronized to antd version 3.11.6.
466-
467-
1.3.0 brings two new Components, a lot of exciting changes and new features.
463+
1.3.0 brings two new Components, a lot of exciting changes and new features.
468464

469465
- 🔥 Added a new component [Comment](https://www.antdv.com/components/comment/)
470466
- 🔥 dded a new component [ConfigProvider](https://www.antdv.com/components/config-provider/) for user to customize some global setting.

CHANGELOG.zh-CN.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414

1515
`2020-03-06`
1616

17-
### 组件功能和样式同步到 antd 3.26.12 版本。
18-
1917
- 新增了四个组件:
2018
- 🔥🔥🔥 [Mentions](https://antdv.com/components/mentions-cn/) 新增提及组件并废弃原有 Mention 组件。
2119
- 🔥🔥🔥 [Descriptions](https://antdv.com/components/descriptions-cn/) 成组展示多个只读字段。
@@ -465,9 +463,7 @@
465463
- 🎉 🎉 🎉 发布 vscode 插件 [ant-design-vue-helper](https://marketplace.visualstudio.com/items?itemName=ant-design-vue.vscode-ant-design-vue-helper)
466464
- 🎉 🎉 🎉 优化官网文档交互
467465

468-
### 组件功能和样式同步到 antd 3.11.6 版本。
469-
470-
1.3.0 版本带来了两个新组件,还有很多激动人心的变化和新特性。
466+
1.3.0 版本带来了两个新组件,还有很多激动人心的变化和新特性。
471467

472468
- 🔥 增加了一个新组件 [Comment](https://www.antdv.com/components/comment-cn/)
473469
- 🔥 增加了一个新组件 [ConfigProvider](https://www.antdv.com/components/config-provider-cn/) 为组件提供统一的全局化配置。

antdv-demo

0 commit comments

Comments
 (0)