Browse Source

docs: 4.9.1 changelog (#28102)

pull/28121/head
二货机器人 4 years ago
committed by GitHub
parent
commit
6e040bbd98
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      CHANGELOG.en-US.md
  2. 7
      CHANGELOG.zh-CN.md
  3. 2
      package.json

7
CHANGELOG.en-US.md

@ -15,6 +15,13 @@ timeline: true
---
## 4.9.1
`2020-12-01`
- TypeScript
- 🤖 Fix Collapse.Panel `collapsible` property to optional. [#28092](https://github.com/ant-design/ant-design/pull/28092) [@sammarks](https://github.com/sammarks)
## 4.9.0
`2020-11-30`

7
CHANGELOG.zh-CN.md

@ -15,6 +15,13 @@ timeline: true
---
## 4.9.1
`2020-12-01`
- TypeScript
- 🤖 修复 Collapse.Panel 可折叠属性 `collapsible` 为可选。[#28092](https://github.com/ant-design/ant-design/pull/28092) [@sammarks](https://github.com/sammarks)
## 4.9.0
`2020-11-30`

2
package.json

@ -1,6 +1,6 @@
{
"name": "antd",
"version": "4.9.0",
"version": "4.9.1",
"description": "An enterprise-class UI design language and React components implementation",
"title": "Ant Design",
"keywords": [

Loading…
Cancel
Save