chore(release): 1.6.0 [skip ci]
# [1.6.0](https://github.com/d2-projects/d2-admin/compare/v1.5.0...v1.6.0) (2020-04-18) ### Bug Fixes * mock 适配多页 ([a384bae](a384baea57)) * 修复 VueFilenameInjector 配置 ([e5a077c](e5a077ce98)) * 修复多页面 cdn 引用 ([0be4630](0be46301ab)) * **plugin/axios:** axios.interceptors.request error miss return ([a90079d](a90079d6d9)) ### Features * scss public ([7f00053](7f00053b34)) * ueditor ([7be7f98](7be7f98586)) * 设置 icon: '' 可以取消默认的菜单图标 ([af5dc86](af5dc86806)) ### Performance Improvements * 增加 cdn 依赖 ([9f8b8c7](9f8b8c7672)) * 增加 cdn 依赖 ([3e5713c](3e5713c516))
This commit is contained in:
parent
5c1e78e4dd
commit
19cdb38db4
|
|
@ -0,0 +1,27 @@
|
||||||
|
# Changelog
|
||||||
|
|
||||||
|
All notable changes to this project will be documented in this file. See
|
||||||
|
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
# [1.6.0](https://github.com/d2-projects/d2-admin/compare/v1.5.0...v1.6.0) (2020-04-18)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* mock 适配多页 ([a384bae](https://github.com/d2-projects/d2-admin/commit/a384baea5773479f81cf4567da661238bdea7c25))
|
||||||
|
* 修复 VueFilenameInjector 配置 ([e5a077c](https://github.com/d2-projects/d2-admin/commit/e5a077ce98c3612ed31f0135da77498b266644e5))
|
||||||
|
* 修复多页面 cdn 引用 ([0be4630](https://github.com/d2-projects/d2-admin/commit/0be46301ab3befea272d0c258c3ab67da48f65b6))
|
||||||
|
* **plugin/axios:** axios.interceptors.request error miss return ([a90079d](https://github.com/d2-projects/d2-admin/commit/a90079d6d9a57d0c4f1bfe337b6f2acd2ea5ce98))
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* scss public ([7f00053](https://github.com/d2-projects/d2-admin/commit/7f00053b34e280b471a9aaefbe2ddc5265d44e90))
|
||||||
|
* ueditor ([7be7f98](https://github.com/d2-projects/d2-admin/commit/7be7f98586626131764f30dac6cdeeac7a23b769))
|
||||||
|
* 设置 icon: '' 可以取消默认的菜单图标 ([af5dc86](https://github.com/d2-projects/d2-admin/commit/af5dc868062e1076f41740319d4280e790fc1760))
|
||||||
|
|
||||||
|
|
||||||
|
### Performance Improvements
|
||||||
|
|
||||||
|
* 增加 cdn 依赖 ([9f8b8c7](https://github.com/d2-projects/d2-admin/commit/9f8b8c76721cd28f948330b9fe7a848f1b7d86c3))
|
||||||
|
* 增加 cdn 依赖 ([3e5713c](https://github.com/d2-projects/d2-admin/commit/3e5713c516e1d4876f9fd36119171b9992dfff70))
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "d2-admin",
|
"name": "d2-admin",
|
||||||
"version": "1.8.0",
|
"version": "1.6.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"serve": "vue-cli-service serve --open",
|
"serve": "vue-cli-service serve --open",
|
||||||
"start": "npm run serve",
|
"start": "npm run serve",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue