Skip to content

Commit

Permalink
chore: template-release v1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
yuntian001 committed Sep 16, 2022
1 parent 597390a commit e64542b
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions TEMPLATE-CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@


## [1.0.6](https://github.com/meadmin-cn/meadmin-template/compare/template-1.0.5...template-1.0.6) (2022-09-16)


### 新功能[feat]

* 将main高度设置为剩余高度 ([5549c1e](https://github.com/meadmin-cn/meadmin-template/commit/5549c1e223f76fcbe4829a4431c53ae07aa30e0d))
* 排版布局更改 ([91d4631](https://github.com/meadmin-cn/meadmin-template/commit/91d4631f3a7b3b08effd6ce172e7b7eed7f8e6c6))


### 还原提交[revert]

* 恢复布局 ([b522084](https://github.com/meadmin-cn/meadmin-template/commit/b522084fe49b992b96b10d87ce7746027ce2e209))


### 性能改进[perf]

* 语言包缓存判断优化 ([4dda883](https://github.com/meadmin-cn/meadmin-template/commit/4dda88326dd2b7ea77b433c72982f90d93a8fc90))


### Bug 修复[fix]

* 修复加载顺序问题 ([1699be0](https://github.com/meadmin-cn/meadmin-template/commit/1699be0b95e44dba06e2e66b9c09be50da7a14d6))
* 修复全局组件不加载语言包问题 ([ccc0f93](https://github.com/meadmin-cn/meadmin-template/commit/ccc0f931757251b33a047b4b82f63c41fcfdae98))
* 修复语言包组件判断逻辑错误 ([597390a](https://github.com/meadmin-cn/meadmin-template/commit/597390a6a499ee0605fa7e30d5c8ba8518110afe))

## [1.0.5](https://github.com/meadmin-cn/meadmin-template/compare/template-1.0.4...template-1.0.5) (2022-09-14)


Expand Down
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.0.5",
"version": "1.0.6",
"type": "module",
"scripts": {
"format": "prettier --write --cache .",
Expand Down

0 comments on commit e64542b

Please sign in to comment.