This commit is contained in:
07akioni 2021-08-16 03:06:25 +08:00
parent 1484e0be2d
commit 466d5a1419
4 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
# CHANGELOG
## Pending
## 2.16.3 (2021-08-16)
### i18n
@ -35,7 +35,7 @@
- Fix `n-data-table` When selectAll is selected, the state display of selectAll should not contain disabled rows, closes [#778](https://github.com/TuSimple/naive-ui/issues/778).
- Fix `n-color-picker`'s `on-complete` callback's argument `value` is incorrect, closes [#748](https://github.com/TuSimple/naive-ui/issues/748).
## 2.16.1 (2020-08-06)
## 2.16.1 (2021-08-06)
### Feats

View File

@ -1,6 +1,6 @@
# CHANGELOG
## Pending
## 2.16.3 (2021-08-16)
### i18n

View File

@ -1,6 +1,6 @@
{
"name": "naive-ui",
"version": "2.16.2",
"version": "2.16.3",
"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.16.2'
export default '2.16.3'