diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2b7bcaf..78ac7b4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.6" + ".": "0.2.7" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d1fb95..415e989 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.7](https://github.com/hbstack/carousel/compare/v0.2.6...v0.2.7) (2024-06-29) + + +### Styles 🎨 + +* set padding as px-3 and align text to center for image placeholder ([#179](https://github.com/hbstack/carousel/issues/179)) ([598d543](https://github.com/hbstack/carousel/commit/598d5439996854993c5ae5856e7f082dad0485ad)) + ## [0.2.6](https://github.com/hbstack/carousel/compare/v0.2.5...v0.2.6) (2024-06-16)