This commit is contained in:
07akioni 2021-04-19 22:05:43 +08:00
parent 07d08ae118
commit 8764fd7d7f
5 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
# CHANGELOG
## Pending
## 2.7.0
### Breaking Changes

View File

@ -1,6 +1,6 @@
# CHANGELOG
## Pending
## 2.7.0
### Breaking Changes

View File

@ -1,6 +1,6 @@
{
"name": "naive-ui",
"version": "2.6.0",
"version": "2.7.0",
"description": "A Vue UI Framework. Caring About Styles, Themed, Batteries Included, Not Rather Slow.",
"main": "lib/index.js",
"module": "es/index.js",

View File

@ -1 +1 @@
export default '2.6.0'
export default '2.7.0'

View File

@ -262,7 +262,7 @@ export const themeOverridesDark: GlobalThemeOverrides = {
color: '#5B5B5B'
},
Drawer: {
padding: '20px'
bodyPadding: '20px'
},
DynamicTags: {
peers: {