This commit is contained in:
07akioni 2021-09-08 02:37:39 +08:00
parent 18d817917f
commit 057b0b5e25
4 changed files with 4 additions and 5 deletions

View File

@ -1,6 +1,6 @@
# CHANGELOG
## Pending
## 2.18.1 (2021-09-08)
### Feats
@ -13,7 +13,6 @@
- Fix `n-step` doesn't work with `v-for` children.
- Fix `n-step` cannot enter decimals when `step` is not a decimal.
## 2.18.0 (2021-09-07)
### Breaking Changes

View File

@ -1,6 +1,6 @@
# CHANGELOG
## Pending
## 2.18.1 (2021-09-08)
### Feats

View File

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