Skip to content

Commit

Permalink
update changelog (#17133)
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieJ committed Jun 17, 2019
1 parent b402517 commit 7f43ac5
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.en-US.md
Expand Up @@ -15,6 +15,15 @@ timeline: true

---

## 3.19.5

`2019-06-17`

- 🐞 Fix RangerPicker input style not align. [#17126](https://github.com/ant-design/ant-design/issues/17126)
- 🐞 Fix `getPopupContainer` of ConfigProvider not works on Modal. [#17132](https://github.com/ant-design/ant-design/issues/17132)
- TypeScript
- 🐞 Fix Descriptions.Item definition. [#17049](https://github.com/ant-design/ant-design/pull/17049)

## 3.19.4

`2019-06-16`
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.zh-CN.md
Expand Up @@ -15,6 +15,15 @@ timeline: true

---

## 3.19.5

`2019-06-17`

- 🐞 修复 RangerPicker 输入框内容没有对齐的问题。[#17126](https://github.com/ant-design/ant-design/issues/17126)
- 🐞 修复 ConfigProvider 的 `getPopupContainer` 对 Modal 无效的问题。[#17132](https://github.com/ant-design/ant-design/issues/17132)
- TypeScript
- 🐞 修复 Descriptions.Item 的类型定义。[#17049](https://github.com/ant-design/ant-design/pull/17049)

## 3.19.4

`2019-06-16`
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "antd",
"version": "3.19.4",
"version": "3.19.5",
"title": "Ant Design",
"description": "An enterprise-class UI design language and React components implementation",
"homepage": "http://ant.design/",
Expand Down

0 comments on commit 7f43ac5

Please sign in to comment.