From ddae3a41b0054bb9095508ee22041f341b6a0cb4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 29 Jun 2024 02:51:51 +0000 Subject: [PATCH] chore(main): release 0.2.7 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) 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)