diff --git a/TEMPLATE-CHANGELOG.md b/TEMPLATE-CHANGELOG.md index 1f2e2680..1a324e9c 100644 --- a/TEMPLATE-CHANGELOG.md +++ b/TEMPLATE-CHANGELOG.md @@ -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) @@ -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)) \ No newline at end of file +* vue route 不支持json格式化 ([52d1b36](https://github.com/meadmin-cn/meadmin-template/commit/52d1b36068b9167c0b828d07c67d16af67f242e7)) diff --git a/package-lock.json b/package-lock.json index 7c1e2f21..99b33405 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "meadmin-template", - "version": "1.1.19", + "version": "1.1.20", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "meadmin-template", - "version": "1.1.19", + "version": "1.1.20", "license": "MIT", "dependencies": { "@element-plus/icons-vue": "^2.1.0", diff --git a/package.json b/package.json index a94be9bd..1b1d57a9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "meadmin-template", "private": true, - "version": "1.1.19", + "version": "1.1.20", "type": "module", "author": { "name": "meadmin-cn",