🎉 3.11.4

This commit is contained in:
afc163 2018-12-23 17:41:01 +08:00 committed by 偏右
parent 89574017be
commit 03c10c9a05
3 changed files with 14 additions and 2 deletions

View File

@ -15,6 +15,12 @@ timeline: true
---
## 3.11.4
`2018-12-23`
- 🐞 Fixed DependencyNotFoundError `Could not find dependency: '@babel/runtime'`. [#13791](https://github.com/ant-design/ant-design/issues/13791)
## 3.11.3 🎅🏻
`2018-12-22`

View File

@ -15,6 +15,12 @@ timeline: true
---
## 3.11.4
`2018-12-23`
- 🐞 修复 `Could not find dependency: '@babel/runtime'` 的问题。[#13791](https://github.com/ant-design/ant-design/issues/13791)
## 3.11.3 🎅🏻
`2018-12-22`

View File

@ -1,6 +1,6 @@
{
"name": "antd",
"version": "3.11.3",
"version": "3.11.4",
"title": "Ant Design",
"description": "An enterprise-class UI design language and React-based implementation",
"homepage": "http://ant.design/",
@ -102,7 +102,7 @@
"ansi-styles": "^3.2.1",
"ant-design-palettes": "^1.1.3",
"antd-theme-generator": "^1.1.4",
"antd-tools": "^6.2.4",
"antd-tools": "^6.4.3",
"babel-eslint": "^10.0.1",
"bisheng": "^1.0.0",
"bisheng-plugin-antd": "^0.17.0",