Browse Source

🎉 3.11.4

pull/13796/head
afc163 6 years ago
committed by 偏右
parent
commit
03c10c9a05
  1. 6
      CHANGELOG.en-US.md
  2. 6
      CHANGELOG.zh-CN.md
  3. 4
      package.json

6
CHANGELOG.en-US.md

@ -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`

6
CHANGELOG.zh-CN.md

@ -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`

4
package.json

@ -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",

Loading…
Cancel
Save