Skip to content

Commit

Permalink
chore(release): v1.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markthree committed Jun 5, 2023
1 parent 0c9ae91 commit 9766d85
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 2 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,35 @@
# Changelog


## v1.17.0

[compare changes](https://github.com/dishait/tov-template/compare/v1.16.1...v1.17.0)


### 🔥 Performance

- 合并重复依赖 ([6799ff8](https://github.com/dishait/tov-template/commit/6799ff8))
- 清理非必要依赖 ([aa76ee3](https://github.com/dishait/tov-template/commit/aa76ee3))

### 🩹 Fixes

- Tdesign 组件库与包自动引入冲突,close #71 ([#71](https://github.com/dishait/tov-template/issues/71))

### 📖 Documentation

- 更新库 api 引入列表 ([0c9ae91](https://github.com/dishait/tov-template/commit/0c9ae91))

### 🏡 Chore

- Git 忽略生成的类型 ([8423012](https://github.com/dishait/tov-template/commit/8423012))
- Git 忽略自动引入的 eslint 变量 ([856ee27](https://github.com/dishait/tov-template/commit/856ee27))
- 更新依赖 ([bf3f3b2](https://github.com/dishait/tov-template/commit/bf3f3b2))
- 保存自动格式化 ([35df5cd](https://github.com/dishait/tov-template/commit/35df5cd))

### ❤️ Contributors

- Markthree ([@markthree](http://github.com/markthree))

## v1.16.1

[compare changes](https://github.com/dishait/tov-template/compare/v1.16.0...v1.16.1)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tov-template",
"version": "1.16.1",
"version": "1.17.0",
"description": "vite + vue3 + ts 开箱即用现代开发模板",
"type": "module",
"scripts": {
Expand Down Expand Up @@ -98,4 +98,4 @@
"repository": {
"url": "https://github.com/dishait/tov-template"
}
}
}

0 comments on commit 9766d85

Please sign in to comment.