diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e239c89..b42e88e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,11 +1,11 @@ { - ".": "0.1.0", - "engines/baidu": "0.0.1", - "engines/bing": "0.0.1", - "engines/duckduckgo": "0.0.1", - "engines/google": "0.0.1", - "engines/sogou": "0.0.1", - "engines/wikipedia": "0.0.1", - "engines/yahoo": "0.0.1", - "engines/yandex": "0.0.1" + ".": "0.2.0", + "engines/baidu": "0.1.0", + "engines/bing": "0.1.0", + "engines/duckduckgo": "0.1.0", + "engines/google": "0.1.0", + "engines/sogou": "0.1.0", + "engines/wikipedia": "0.1.0", + "engines/yahoo": "0.1.0", + "engines/yandex": "0.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a4d2433..839281f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.2.0](https://github.com/hbstack/theme-start/compare/v0.1.0...v0.2.0) (2023-09-16) + + +### Features ✨ + +* add search engine modules and result types ([3cd759e](https://github.com/hbstack/theme-start/commit/3cd759e9e54a76485517aa84f4b81c1e2c66d89d)) + + +### Styles 🎨 + +* change margin-top as mt-1 of search engine icon ([0cad124](https://github.com/hbstack/theme-start/commit/0cad1245fd1747978972f3888258aa59508f7081)) +* change search engine icons padding ([09d5da5](https://github.com/hbstack/theme-start/commit/09d5da520970e997f8312a00b8f0364f102f1cf6)) + ## [0.1.0](https://github.com/hbstack/theme-start/compare/v0.0.1...v0.1.0) (2023-09-15) diff --git a/engines/baidu/CHANGELOG.md b/engines/baidu/CHANGELOG.md new file mode 100644 index 0000000..65fde8e --- /dev/null +++ b/engines/baidu/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.1.0](https://github.com/hbstack/theme-start/compare/engines/baidu-v0.0.1...engines/baidu/v0.1.0) (2023-09-16) + + +### Features ✨ + +* add search engine modules and result types ([3cd759e](https://github.com/hbstack/theme-start/commit/3cd759e9e54a76485517aa84f4b81c1e2c66d89d)) diff --git a/engines/bing/CHANGELOG.md b/engines/bing/CHANGELOG.md new file mode 100644 index 0000000..836aec2 --- /dev/null +++ b/engines/bing/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.1.0](https://github.com/hbstack/theme-start/compare/engines/bing-v0.0.1...engines/bing/v0.1.0) (2023-09-16) + + +### Features ✨ + +* add search engine modules and result types ([3cd759e](https://github.com/hbstack/theme-start/commit/3cd759e9e54a76485517aa84f4b81c1e2c66d89d)) diff --git a/engines/duckduckgo/CHANGELOG.md b/engines/duckduckgo/CHANGELOG.md new file mode 100644 index 0000000..9f0da2c --- /dev/null +++ b/engines/duckduckgo/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.1.0](https://github.com/hbstack/theme-start/compare/engines/duckduckgo-v0.0.1...engines/duckduckgo/v0.1.0) (2023-09-16) + + +### Features ✨ + +* add search engine modules and result types ([3cd759e](https://github.com/hbstack/theme-start/commit/3cd759e9e54a76485517aa84f4b81c1e2c66d89d)) diff --git a/engines/google/CHANGELOG.md b/engines/google/CHANGELOG.md new file mode 100644 index 0000000..6554764 --- /dev/null +++ b/engines/google/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.1.0](https://github.com/hbstack/theme-start/compare/engines/google-v0.0.1...engines/google/v0.1.0) (2023-09-16) + + +### Features ✨ + +* add search engine modules and result types ([3cd759e](https://github.com/hbstack/theme-start/commit/3cd759e9e54a76485517aa84f4b81c1e2c66d89d)) diff --git a/engines/sogou/CHANGELOG.md b/engines/sogou/CHANGELOG.md new file mode 100644 index 0000000..8b75012 --- /dev/null +++ b/engines/sogou/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.1.0](https://github.com/hbstack/theme-start/compare/engines/sogou-v0.0.1...engines/sogou/v0.1.0) (2023-09-16) + + +### Features ✨ + +* add search engine modules and result types ([3cd759e](https://github.com/hbstack/theme-start/commit/3cd759e9e54a76485517aa84f4b81c1e2c66d89d)) diff --git a/engines/wikipedia/CHANGELOG.md b/engines/wikipedia/CHANGELOG.md new file mode 100644 index 0000000..f6ab565 --- /dev/null +++ b/engines/wikipedia/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.1.0](https://github.com/hbstack/theme-start/compare/engines/wikipedia-v0.0.1...engines/wikipedia/v0.1.0) (2023-09-16) + + +### Features ✨ + +* add search engine modules and result types ([3cd759e](https://github.com/hbstack/theme-start/commit/3cd759e9e54a76485517aa84f4b81c1e2c66d89d)) diff --git a/engines/yahoo/CHANGELOG.md b/engines/yahoo/CHANGELOG.md new file mode 100644 index 0000000..c7b5ebd --- /dev/null +++ b/engines/yahoo/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.1.0](https://github.com/hbstack/theme-start/compare/engines/yahoo-v0.0.1...engines/yahoo/v0.1.0) (2023-09-16) + + +### Features ✨ + +* add search engine modules and result types ([3cd759e](https://github.com/hbstack/theme-start/commit/3cd759e9e54a76485517aa84f4b81c1e2c66d89d)) diff --git a/engines/yandex/CHANGELOG.md b/engines/yandex/CHANGELOG.md new file mode 100644 index 0000000..ad724f1 --- /dev/null +++ b/engines/yandex/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.1.0](https://github.com/hbstack/theme-start/compare/engines/yandex-v0.0.1...engines/yandex/v0.1.0) (2023-09-16) + + +### Features ✨ + +* add search engine modules and result types ([3cd759e](https://github.com/hbstack/theme-start/commit/3cd759e9e54a76485517aa84f4b81c1e2c66d89d))