Skip to content

Commit

Permalink
chore(main): release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 27, 2023
1 parent 7a7fc04 commit c7a8cfd
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 1 deletion.
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,42 @@
# Changelog

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


### Features

* add /api/articles/list api ([1702598](https://github.com/MarleneJiang/ByteDream-JueJin/commit/1702598b11ffe744f8aba35a9e7f220ec19ad1c7))
* add data ([5217480](https://github.com/MarleneJiang/ByteDream-JueJin/commit/52174802626040b3921494661b2f9e4c2210641d))
* add data ([cc7e5c9](https://github.com/MarleneJiang/ByteDream-JueJin/commit/cc7e5c960ed01522bc2debc38bddaf927b307cf4))
* add global data ([85c1df4](https://github.com/MarleneJiang/ByteDream-JueJin/commit/85c1df4c3eb1a8e8b9f97e4a3866975f89390b51))
* add links and scroll to top button ([6b3184d](https://github.com/MarleneJiang/ByteDream-JueJin/commit/6b3184dabfcd81dd21f7bbe2671d2c0b9c50c6b5))
* add 相关文章、专栏文章api ([cb017d5](https://github.com/MarleneJiang/ByteDream-JueJin/commit/cb017d502d9f61d5808b4f78695a22edd02e6dc5))
* hide to top button ([a3d9838](https://github.com/MarleneJiang/ByteDream-JueJin/commit/a3d98385797250ccf9897d860f595475973587be))
* 改为路由参数跳转 ([8a6dd85](https://github.com/MarleneJiang/ByteDream-JueJin/commit/8a6dd85c871377c107b8f6ab79a94e95b5daf619))
* 文章内容页目录定位 ([b9aea7f](https://github.com/MarleneJiang/ByteDream-JueJin/commit/b9aea7ffbd24192f567a30921699e2a83869d33e))
* 新增侧边广告位 ([1e63c5e](https://github.com/MarleneJiang/ByteDream-JueJin/commit/1e63c5edb3631710e601182bca7d38cf21e17688))
* 简化代码 ([c3f521c](https://github.com/MarleneJiang/ByteDream-JueJin/commit/c3f521c9903f03dcc7224d0008eea64c05f087d4))


### Bug Fixes

* delete useless class ([a929c4e](https://github.com/MarleneJiang/ByteDream-JueJin/commit/a929c4ea84f2f86c0df572ac64e863b082306282))
* eslintx修复 ([cf708c3](https://github.com/MarleneJiang/ByteDream-JueJin/commit/cf708c30841a9fe3420ccf3b3384d9756ffe03e0))
* remove some useless logic ([d3c822c](https://github.com/MarleneJiang/ByteDream-JueJin/commit/d3c822cfb4b2e774a85b4923cb6b0f8523127b42))
* style bugs ([0eaa2a7](https://github.com/MarleneJiang/ByteDream-JueJin/commit/0eaa2a7b360939afbc59163011321bd9a70e8902))
* 下拉框显示问题 ([508ab2c](https://github.com/MarleneJiang/ByteDream-JueJin/commit/508ab2c56acb8b4efd44291e24c88f4928e854de))
* 不能使用unocss的情况 ([f02843f](https://github.com/MarleneJiang/ByteDream-JueJin/commit/f02843fa14621c27954cab43152f4cf45caddc08))
* 修复云端时间与本地不一致导致的跳变 ([cf19a93](https://github.com/MarleneJiang/ByteDream-JueJin/commit/cf19a93fccdfbd090a0723545d2f469d8f8f00fc))
* 修复时间的跳变 ([56cef76](https://github.com/MarleneJiang/ByteDream-JueJin/commit/56cef76a07c33802e4e31545aa45331804f2efd3))
* 修复时间的跳变 ([45178ae](https://github.com/MarleneJiang/ByteDream-JueJin/commit/45178ae342dfead8500052b5ce376857865eb3fb))
* 修复时间的跳变 ([9ca9b49](https://github.com/MarleneJiang/ByteDream-JueJin/commit/9ca9b49c7336eeed5b6bdb99b8f0c5bf6b6aac78))
* 修复时间的跳变 ([4d33bde](https://github.com/MarleneJiang/ByteDream-JueJin/commit/4d33bde210c3c2b1fd323d70517fa8875affbaff))
* 修复时间的跳变 终于修好?了 ([0ab8da9](https://github.com/MarleneJiang/ByteDream-JueJin/commit/0ab8da977620c0fd42ee85fe56ce0b8904d7ea17))
* 修复路由参数无效问题 ([72b280a](https://github.com/MarleneJiang/ByteDream-JueJin/commit/72b280a07b8cd28351141fc7e1dd86c0909301b1))
* 修改文件名+类型修改 ([c769cf4](https://github.com/MarleneJiang/ByteDream-JueJin/commit/c769cf44c29e9d2810680bf05cf3b7662e539009))
* 精简代码 ([bf52594](https://github.com/MarleneJiang/ByteDream-JueJin/commit/bf52594d7438698b379daf0ff158733a156dd937))
* 部分样式问题 ([5bb6119](https://github.com/MarleneJiang/ByteDream-JueJin/commit/5bb6119495e7ba02b9f9599d9565cf790f7c19ef))

## [1.2.0](https://github.com/MarleneJiang/ByteDream-JueJin/compare/v1.1.0...v1.2.0) (2023-01-25)


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.2.0",
"version": "1.3.0",
"description": "",
"main": "index.ts",
"private": true,
Expand Down

0 comments on commit c7a8cfd

Please sign in to comment.