From 3223a782a0709a50e2953a2f1040b0da4be418d7 Mon Sep 17 00:00:00 2001 From: Hakadao Date: Sun, 17 Mar 2024 19:17:24 +0800 Subject: [PATCH 1/2] chore: update version number --- .github/workflows/changelog.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 28108dbf..e6ed70cc 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -19,6 +19,6 @@ jobs: token: ${{ secrets.RELEASE_TOKEN }} release-type: node package-name: release-please-action - release-as: 0.15.2 + release-as: 0.15.3 signoff: 'github-actions <41898282+github-actions[bot]@users.noreply.github.com>' changelog-types: '[{"type":"types","section":"Types","hidden":false},{"type":"revert","section":"Reverts","hidden":false},{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"improvement","section":"Feature Improvements","hidden":false},{"type":"docs","section":"Docs","hidden":false},{"type":"i18n","section":"I18n","hidden":true},{"type":"style","section":"Style Changes","hidden":false},{"type":"ci","section":"CI","hidden":false},{"type":"chore","section":"Miscellaneous","hidden":true},{"type":"contributor","section":"New Contributors","hidden":false},{"type":"notice","section":"Notices","hidden":false}]' From 93633f62a63a9c19edb9cad7e7ee0e82f1d7b1d1 Mon Sep 17 00:00:00 2001 From: Hakadao Date: Sun, 17 Mar 2024 19:23:24 +0800 Subject: [PATCH 2/2] chore(main): release 0.15.3 Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c89f760..8f97629d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [0.15.3](https://github.com/hakadao/BewlyBewly/compare/v0.15.2...v0.15.3) (2024-03-17) + + +### Bug Fixes + +* **blockAds:** remove the adblock-tips on homepage top ([e4403c9](https://github.com/hakadao/BewlyBewly/commit/e4403c939c4ff500b7a1ed595fb90a99936688bd)) +* correct frosted glass disablement not working in several cases and adjust opacity ([6562da5](https://github.com/hakadao/BewlyBewly/commit/6562da51e06f0df970a50b2a555b960933203f06)) +* **SearchBar:** resolved the issue where typing `/` in a comment focuses on the search bar ([#396](https://github.com/hakadao/BewlyBewly/issues/396)) ([c470680](https://github.com/hakadao/BewlyBewly/commit/c470680508ff6aa3cff47f8f9a103296aa769ac4)) +* 消息中心页深色模式适配 ([#394](https://github.com/hakadao/BewlyBewly/issues/394)) ([8ef181d](https://github.com/hakadao/BewlyBewly/commit/8ef181d61fc7225d276ba65433606bea83788f0c)) + + +### Style Changes + +* adjust styles ([e558ab8](https://github.com/hakadao/BewlyBewly/commit/e558ab8e98ec26472cf0d862287f6f07f32dcb1e)) +* **Dock:** adjust dock styles ([cac5c98](https://github.com/hakadao/BewlyBewly/commit/cac5c987b9c821c7894da73144e60d9f5054c7b2)) + ## [0.15.2](https://github.com/hakadao/BewlyBewly/compare/v0.15.1...v0.15.2) (2024-03-13) diff --git a/package.json b/package.json index d20e3bac..f9796376 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bewly-bewly", "displayName": "BewlyBewly", - "version": "0.15.2", + "version": "0.15.3", "private": true, "packageManager": "pnpm@8.15.3", "description": "Just make a few small changes to your Bilibili homepage.",