Merge branch 'main' into docs

This commit is contained in:
07akioni 2021-06-30 21:05:10 +08:00
commit ea4bb28f81
5 changed files with 11 additions and 3 deletions

View File

@ -1,5 +1,9 @@
# CHANGELOG
## 2.15.1 (2021-06-30)
- Fix no `web-types.json`.
## 2.15.0 (2021-06-29)
### Breaking Changes

View File

@ -1,5 +1,9 @@
# CHANGELOG
## 2.15.1 (2021-06-30)
- 修复缺少 `web-types.json`
## 2.15.0 (2021-06-29)
### Breaking Changes

View File

@ -1,6 +1,6 @@
{
"name": "naive-ui",
"version": "2.15.0",
"version": "2.15.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

@ -72,7 +72,7 @@ exports.genWebTypes = function genWebTypes () {
})
fs.writeFileSync(
path.resolve(__dirname, '../web-types.json'),
path.resolve(__dirname, '../../web-types.json'),
JSON.stringify(scaffold, 0, 2),
{
encoding: 'utf-8'

View File

@ -1 +1 @@
export default '2.15.0'
export default '2.15.1'