This commit is contained in:
07akioni 2021-06-10 22:54:48 +08:00
parent 3120750135
commit 5db8daa937
4 changed files with 6 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# CHANGELOG
## Pending
## 2.11.5 (2021-06-10)
### Feats
@ -15,6 +15,7 @@
- Fix `n-calendar` date calculate incorrectly
- Fix `n-input` missing the `password` type declaration.
- Fix `n-menu` the type definition of `extra` property of menu and submenu.
- Fix `n-dropdown` mouse cursor is not pointer.
## 2.11.4

View File

@ -1,6 +1,6 @@
# CHANGELOG
## Pending
## 2.11.5 (2021-06-10)
### Feats
@ -15,6 +15,7 @@
- 修复 `n-calendar` 展示日期计算错误
- 修复 `n-input` 缺失 `password` 的声明
- 修复 `n-menu` 的菜单和子菜单的 `extra` 属性的类型定义
- 修复 `n-dropdown` 选项鼠标形状不是 pointer
## 2.11.4

View File

@ -1,6 +1,6 @@
{
"name": "naive-ui",
"version": "2.11.4",
"version": "2.11.5",
"description": "A Vue 3 Component Library. Fairly Complete, Customizable Themes, Uses TypeScript, Not Too Slow",
"main": "lib/index.js",
"module": "es/index.js",

View File

@ -1 +1 @@
export default '2.11.4'
export default '2.11.5'