mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-06 12:17:13 +08:00
Merge branch 'main' into docs
This commit is contained in:
commit
ea4bb28f81
@ -1,5 +1,9 @@
|
||||
# CHANGELOG
|
||||
|
||||
## 2.15.1 (2021-06-30)
|
||||
|
||||
- Fix no `web-types.json`.
|
||||
|
||||
## 2.15.0 (2021-06-29)
|
||||
|
||||
### Breaking Changes
|
||||
|
@ -1,5 +1,9 @@
|
||||
# CHANGELOG
|
||||
|
||||
## 2.15.1 (2021-06-30)
|
||||
|
||||
- 修复缺少 `web-types.json`
|
||||
|
||||
## 2.15.0 (2021-06-29)
|
||||
|
||||
### Breaking Changes
|
||||
|
@ -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",
|
||||
|
@ -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'
|
||||
|
@ -1 +1 @@
|
||||
export default '2.15.0'
|
||||
export default '2.15.1'
|
||||
|
Loading…
Reference in New Issue
Block a user