From d539f401a0ad32458213d368dd79370ad6e74c9e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 26 Jan 2023 10:24:32 +0000 Subject: [PATCH] chore(main): release 1.3.0 --- CHANGELOG.md | 20 ++++++++++++++++++++ package.json | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9b8072f..85a97a8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [1.3.0](https://github.com/MarleneJiang/ByteDream-JueJin/compare/v1.2.0...v1.3.0) (2023-01-26) + + +### Features + +* 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)) +* 改为路由参数跳转 ([8a6dd85](https://github.com/MarleneJiang/ByteDream-JueJin/commit/8a6dd85c871377c107b8f6ab79a94e95b5daf619)) + + +### Bug Fixes + +* delete useless class ([a929c4e](https://github.com/MarleneJiang/ByteDream-JueJin/commit/a929c4ea84f2f86c0df572ac64e863b082306282)) +* 下拉框显示问题 ([508ab2c](https://github.com/MarleneJiang/ByteDream-JueJin/commit/508ab2c56acb8b4efd44291e24c88f4928e854de)) +* 不能使用unocss的情况 ([f02843f](https://github.com/MarleneJiang/ByteDream-JueJin/commit/f02843fa14621c27954cab43152f4cf45caddc08)) +* 修复路由参数无效问题 ([72b280a](https://github.com/MarleneJiang/ByteDream-JueJin/commit/72b280a07b8cd28351141fc7e1dd86c0909301b1)) +* 部分样式问题 ([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) diff --git a/package.json b/package.json index 24359082..e167e0c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ByteDream-JueJin", - "version": "1.2.0", + "version": "1.3.0", "description": "", "main": "index.ts", "private": true,