From 242f6d2e7494e8ce048c77aace4927fc41502eec Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 17 Sep 2023 02:02:52 +0800 Subject: [PATCH] chore: release main (#15) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5d6a355..e4362ad 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "0.3.0", + ".": "0.3.1", "engines/baidu": "0.1.1", "engines/bing": "0.1.1", "engines/duckduckgo": "0.1.1", diff --git a/CHANGELOG.md b/CHANGELOG.md index c858332..dd17998 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [0.3.1](https://github.com/hbstack/theme-start/compare/v0.3.0...v0.3.1) (2023-09-16) + + +### Bug Fixes 🐞 + +* improve the accessibility ([666544f](https://github.com/hbstack/theme-start/commit/666544fc2e301096f0f3bccc1f8a43892c2f7012)) + + +### Styles 🎨 + +* add the result type icons ([e9b8c4b](https://github.com/hbstack/theme-start/commit/e9b8c4b75ca6fa58feb568161b8a054efbb40f1f)) +* align the result types to center ([120c8f4](https://github.com/hbstack/theme-start/commit/120c8f454c7b8c51cf238ae28e70d75d0dd7a9c1)) +* change the margin-bottom as mb-3 on small screens ([f7abe02](https://github.com/hbstack/theme-start/commit/f7abe028aebe889c792e515992fe3490b910f88b)) +* change the margin-left as ms-5 of result types ([1a79f88](https://github.com/hbstack/theme-start/commit/1a79f887cdc190e02adb221554b7776abea5a9e9)) +* fix broken app image style on FireFox ([fa6ba5e](https://github.com/hbstack/theme-start/commit/fa6ba5e4b589e5c816a54c62d0360feb30de7c67)) +* minor changes ([adc7d92](https://github.com/hbstack/theme-start/commit/adc7d927cbd592114b0faa816f8c5a4328b24cce)) + ## [0.3.0](https://github.com/hbstack/theme-start/compare/v0.2.0...v0.3.0) (2023-09-16)