Skip to content

Commit

Permalink
chore(release): 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
huishanyi committed Mar 28, 2024
1 parent 200ec6f commit b7c809f
Showing 3 changed files with 36 additions and 3 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,39 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [1.1.1](https://github.com/syh-micro-build/mb-admin/compare/v1.1.0...v1.1.1) (2024-03-28)


### ⚡️ 性能提升 | Performance Improvements

* :zap: 修复启动慢问题 ([963cc95](https://github.com/syh-micro-build/mb-admin/commit/963cc95a9752b61fa1b668ab3b043b4578044a87))


### 💄 代码格式 | Styles

* :lipstick: vscode vue volar 插件下架,已使用新插件替换 ([8832511](https://github.com/syh-micro-build/mb-admin/commit/8832511af87fa32e7a24e0fc541881850d305d64))


### 🔨 其他修改 | Chore

* :hammer: 更新依赖 ([39a3de8](https://github.com/syh-micro-build/mb-admin/commit/39a3de8d14bbb24a5717cb620768c363e87a7b7e))


### 🐛 修复缺陷 | Bug Fixes

* :bug: 登录页存在滚动条问题 ([f083960](https://github.com/syh-micro-build/mb-admin/commit/f0839601e369694fd960807f4e239e24928b8eb8))
* :bug: 删除无用代码 ([223ac99](https://github.com/syh-micro-build/mb-admin/commit/223ac99633a659d54075912c15aa99e773a2bb4d))
* :bug: 修复第四种布局样式层级问题 ([153eb5a](https://github.com/syh-micro-build/mb-admin/commit/153eb5a92586d7cc2c748824404bc61e6275541e))
* :bug: route 设置 meta.affix 固定显示后,图标未展示 ([cceb2f6](https://github.com/syh-micro-build/mb-admin/commit/cceb2f6be2833d118562da2dcea39247fd90309d))
* :bug: useSearch 中 getFormData 方法未给到预期值 ([89e1dc3](https://github.com/syh-micro-build/mb-admin/commit/89e1dc3fb5c3261ad313c59552b26442d129358d))
* **ui:** :bug: 在弹框中使用Echart组件时图表不显示 ([efe9715](https://github.com/syh-micro-build/mb-admin/commit/efe9715c6537b9368005ba9f81d1d6190321647c))


### 📝 文档更新 | Documentation

* :memo: 添加版本更新操作说明 及 更新日志 ([5d85ad9](https://github.com/syh-micro-build/mb-admin/commit/5d85ad96b9191e3d8a042503941342d74279ec8b))
* :memo: 添加项目依赖更新使用方法 ([200ec6f](https://github.com/syh-micro-build/mb-admin/commit/200ec6ff1bc70a4b3993a4a32d8a73502be37249))

## [1.1.0](https://github.com/syh-micro-build/mb-admin/compare/v1.0.0...v1.1.0) (2024-03-06)


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,6 +1,6 @@
{
"name": "mb-admin",
"version": "1.1.0",
"version": "1.1.1",
"description": "一套基于 vue3、element-plus、typesScript、vite 的后台集成方案。",
"author": "ShanYi-Hui <[email protected]> (https://github.com/ShanYi-Hui)",
"private": false,

0 comments on commit b7c809f

Please sign in to comment.