From 2192c05e6267fbca5a2146cbb3a16c7418e46c50 Mon Sep 17 00:00:00 2001 From: afc163 Date: Tue, 21 Jul 2015 10:44:43 +0800 Subject: [PATCH] Add CHANGELOG, prepare for 0.7.0 --- CHANGELOG.md | 4 ++++ README.md | 1 + package.json | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000000..9485f2fe07 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,4 @@ +## 0.7.0 (2015-07-21) + +* 第一个公开版本,发布 `layout`、`iconfont`、`button`、`form`、`checkbox`、`radio`、`switch`、`slider`、`input-number`、`datepicker`、`select`、`tabs`、`steps`、`breadcrumb`、`collapse`、`pagination`、`modal`、`message`、`dropdown`、`popover`、`popconfirm`、`tooltip`、`progress`、`table` 等组件。 +* 发布 [Ant Design 首页](http://ant.design/) 和入门文档。 diff --git a/README.md b/README.md index d045f6be0f..5dfa7016d6 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ React.render(, mountNode); - [组件](http://ant.design/components/) - [构建调试工具](https://github.com/ant-design/antd-bin) - [开发计划](https://github.com/ant-design/ant-design/issues/9) +- [修改记录](CHANGELOG.md) - [React 模块](http://react-component.github.io/) - [React 代码规范](https://github.com/react-component/react-component.github.io/blob/master/docs/zh-cn/component-code-style.md) - [组件设计原则](https://github.com/react-component/react-component.github.io/blob/master/docs/zh-cn/component-design.md) diff --git a/package.json b/package.json index 829fde03f8..1b77ef9aa4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "antd", - "version": "0.7.0-beta4", + "version": "0.7.0", "title": "Ant Design", "description": "一个设计&前端框架", "homepage": "http://ant.design/", -- GitLab