Skip to content

Commit

Permalink
chore(main): release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Feb 3, 2023
1 parent c5e7f85 commit c0329d7
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# Changelog

## [1.4.0](https://github.com/MarleneJiang/ByteDream-JueJin/compare/v1.3.0...v1.4.0) (2023-02-03)


### Features

* articles 添加author id字段 ([b2b56e3](https://github.com/MarleneJiang/ByteDream-JueJin/commit/b2b56e344552c673803c27c5f0ba051618a55f9f))
* update ([8876f99](https://github.com/MarleneJiang/ByteDream-JueJin/commit/8876f992725afcffbc4e7f63fc4d76e6ed5e9a34))
* 优化tags接口 ([86a6146](https://github.com/MarleneJiang/ByteDream-JueJin/commit/86a6146010561789cad8f8db86e8a190476685f8))
* 优化接口debug ([7ef76b7](https://github.com/MarleneJiang/ByteDream-JueJin/commit/7ef76b736742f2ba0461b58217c527d2cff07d58))
* 导航栏自适应 ([faaf421](https://github.com/MarleneJiang/ByteDream-JueJin/commit/faaf421101460b426a89bf1e2e7abf0dad91c04b))
* 新增专栏 ([4377994](https://github.com/MarleneJiang/ByteDream-JueJin/commit/43779947635e86f38ef2ca3674a7057e6922be9d))
* 添加删除按钮 ([b26d7e6](https://github.com/MarleneJiang/ByteDream-JueJin/commit/b26d7e60074cd1584373a0c2c4352b30f0d587c9))


### Bug Fixes

* border顔色 ([c885632](https://github.com/MarleneJiang/ByteDream-JueJin/commit/c885632c78dd01ec44deffdb31269566a796f89b))
* fixed ([0f13ea7](https://github.com/MarleneJiang/ByteDream-JueJin/commit/0f13ea7d68bdecc3bf727c41a28ce36a147e823e))
* fixed ([de7c339](https://github.com/MarleneJiang/ByteDream-JueJin/commit/de7c33980c53428931f9b695a567f168e34b5c0e))
* 修复api报错 ([3c40ea8](https://github.com/MarleneJiang/ByteDream-JueJin/commit/3c40ea8e0a8722d9d0b5156e6ab2e4b14df03e45))
* 修复eslint报错 ([97f547e](https://github.com/MarleneJiang/ByteDream-JueJin/commit/97f547e2ed3d2cb1d60d5af94e972155a0dbe228))
* 修复顶部高度占位 ([dc0dfe9](https://github.com/MarleneJiang/ByteDream-JueJin/commit/dc0dfe9fce14017bb1b53678b5cd4d2130bf4140))
* 数据闪烁问题 ([a83eb4b](https://github.com/MarleneJiang/ByteDream-JueJin/commit/a83eb4b9fa66ad5413db9d48fc04ac6a01da7e09))
* 样式微调 ([78aaa01](https://github.com/MarleneJiang/ByteDream-JueJin/commit/78aaa0123bebb897865b501fd5c1d263468e3dc7))
* 类名重复导致的宽度不一样 ([5dd00bd](https://github.com/MarleneJiang/ByteDream-JueJin/commit/5dd00bda45036cc14b798b7d2a5c434861056be9))


### Performance Improvements

* watchEffect改为watch,减少api请求 ([ffe90d8](https://github.com/MarleneJiang/ByteDream-JueJin/commit/ffe90d827e73f097019e4e7ef34f191cfb7a92ae))

## [1.3.0](https://github.com/MarleneJiang/ByteDream-JueJin/compare/v1.2.0...v1.3.0) (2023-02-01)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ByteDream-JueJin",
"version": "1.3.0",
"version": "1.4.0",
"description": "",
"main": "index.ts",
"private": true,
Expand Down

0 comments on commit c0329d7

Please sign in to comment.