Skip to content

Commit

Permalink
chore: template-release v1.1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
yuntian001 committed Jan 13, 2024
1 parent 3e18778 commit 655b6b2
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 4 deletions.
28 changes: 27 additions & 1 deletion TEMPLATE-CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@


## [1.1.20](https://github.com/meadmin-cn/meadmin-template/compare/template-1.1.19...template-1.1.20) (2024-01-13)


### 新功能[feat]

* 加上函数式组件调用支持(使用动态组件方式生成组件) ([3e18778](https://github.com/meadmin-cn/meadmin-template/commit/3e18778abc36d8f635e0b79eff5163d2ddfdb074))
* typescript升级到5.2.3,vue-tsc 省级到 1.8.24,vite升级到4.5.1 ([a9c3697](https://github.com/meadmin-cn/meadmin-template/commit/a9c3697b56b1a6d07efe7f34510c9ebed7adf647))


### 其他[chore]

* @vitejs/plugin-vue 版本升级 ([a21ac98](https://github.com/meadmin-cn/meadmin-template/commit/a21ac9832bacde5a37bfbc1de9b4da65f76f9a4b))
* 修改git hooks node版本 ([e7fe3bc](https://github.com/meadmin-cn/meadmin-template/commit/e7fe3bc95eb3e12acbb336ce6d77d13f1c06bdff))
* 优化prettierrc 的换行规则 ([4cd1ad4](https://github.com/meadmin-cn/meadmin-template/commit/4cd1ad4dbe887e8d2d29c3e2ad39624e49185223))
* vite版本升级到vite5 ([2ef5ed0](https://github.com/meadmin-cn/meadmin-template/commit/2ef5ed0ac0955c677dbdfa4f731ed7fb4f5c3b49))


### 样式更改[style]

* 忽略esclint错误规则 ([fb5b903](https://github.com/meadmin-cn/meadmin-template/commit/fb5b90362303cb08ba8c679855790b0b72e00e4e))


### 重构[refactor]

* 升级 vue、typescript、eslint 相关依赖版本 ([03374ff](https://github.com/meadmin-cn/meadmin-template/commit/03374ff9ad21e148608d2381323c295b87e7133b))

## [1.1.19](https://github.com/meadmin-cn/meadmin-template/compare/template-1.1.18...template-1.1.19) (2023-12-03)


Expand Down Expand Up @@ -705,4 +731,4 @@
* eslintrc 配置错误修复 ([a28bc4e](https://github.com/meadmin-cn/meadmin-template/commit/a28bc4e309aa35f63f1a21c0f666405326e3e5f7))
* git actions 错误修复 ([346b30e](https://github.com/meadmin-cn/meadmin-template/commit/346b30e28a5514bbfe79173576242f61ab37f511))
* vue keepAlive不支持清除无绑定输入框缓存,demo更新 ([64859ff](https://github.com/meadmin-cn/meadmin-template/commit/64859ff9c182b52f181e56b3ad807b88632ae134))
* vue route 不支持json格式化 ([52d1b36](https://github.com/meadmin-cn/meadmin-template/commit/52d1b36068b9167c0b828d07c67d16af67f242e7))
* vue route 不支持json格式化 ([52d1b36](https://github.com/meadmin-cn/meadmin-template/commit/52d1b36068b9167c0b828d07c67d16af67f242e7))
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "meadmin-template",
"private": true,
"version": "1.1.19",
"version": "1.1.20",
"type": "module",
"author": {
"name": "meadmin-cn",
Expand Down

0 comments on commit 655b6b2

Please sign in to comment.