Browse Source

chore: update ci

pull/1855/head
tangjinzhou 5 years ago
parent
commit
21fafe5e10
  1. 2
      .travis.yml
  2. 4
      CHANGELOG.en-US.md
  3. 4
      CHANGELOG.zh-CN.md
  4. 2
      antdv-demo

2
.travis.yml

@ -5,7 +5,7 @@ git:
node_js:
- 12.4.0
before_install:
- echo -e "[submodule "antdv-demo"]\n path = antdv-demo\n https://$GITHUB_TOKEN@github.com/tangjinzhou/antdv-demo.git" >~/.gitmodules
- echo -e "machine github.com\n login Travis\n password $GITHUB_TOKEN" > ~/.netrc
- git submodule update --init --recursive
before_script:
- npm install vue vue-template-compiler

4
CHANGELOG.en-US.md

@ -14,8 +14,6 @@
`2020-03-06`
### Component features and styles are synchronized to antd version 3.26.12.
- Four new components have been added:
- 🔥🔥🔥 [Mentions](https://antdv.com/components/mentions-cn/) Added mentioned components and discarded the original Mention components.
- 🔥🔥🔥 [Descriptions](https://antdv.com/components/descriptions-cn/) Display multiple read-only fields in groups.
@ -462,8 +460,6 @@
- 🎉 🎉 🎉 Publish the vscode plugin [ant-design-vue-helper](https://marketplace.visualstudio.com/items?itemName=ant-design-vue.vscode-ant-design-vue-helper)
- 🎉 🎉 🎉 Optimize official website document interaction
### Component features and styles are synchronized to antd version 3.11.6.
1.3.0 brings two new Components, a lot of exciting changes and new features.
- 🔥 Added a new component [Comment](https://www.antdv.com/components/comment/)。

4
CHANGELOG.zh-CN.md

@ -14,8 +14,6 @@
`2020-03-06`
### 组件功能和样式同步到 antd 3.26.12 版本。
- 新增了四个组件:
- 🔥🔥🔥 [Mentions](https://antdv.com/components/mentions-cn/) 新增提及组件并废弃原有 Mention 组件。
- 🔥🔥🔥 [Descriptions](https://antdv.com/components/descriptions-cn/) 成组展示多个只读字段。
@ -465,8 +463,6 @@
- 🎉 🎉 🎉 发布 vscode 插件 [ant-design-vue-helper](https://marketplace.visualstudio.com/items?itemName=ant-design-vue.vscode-ant-design-vue-helper)
- 🎉 🎉 🎉 优化官网文档交互
### 组件功能和样式同步到 antd 3.11.6 版本。
1.3.0 版本带来了两个新组件,还有很多激动人心的变化和新特性。
- 🔥 增加了一个新组件 [Comment](https://www.antdv.com/components/comment-cn/)。

2
antdv-demo

@ -1 +1 @@
Subproject commit 805d3298a8c2a6fc5deee94ad0db8cab014cd2d8
Subproject commit 6cb6deed574c408cddcf6c9271132e36f8975168
Loading…
Cancel
Save