From 8b9a4855f3851f00896cbdc84c4a7b7015bb2dd3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 14 Jun 2024 23:59:43 +0800 Subject: [PATCH] chore(main): release 0.7.2 (#181) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 87554f2..5486666 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.1" + ".": "0.7.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9787152..eef173c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.7.2](https://github.com/hbstack/breadcrumb/compare/v0.7.1...v0.7.2) (2024-06-14) + + +### Styles 🎨 + +* hide active item from mobile view ([#180](https://github.com/hbstack/breadcrumb/issues/180)) ([202f23d](https://github.com/hbstack/breadcrumb/commit/202f23d1a5e8a79af5873f64bcebe7fceb4b6b11)) +* set max-width for active item ([202f23d](https://github.com/hbstack/breadcrumb/commit/202f23d1a5e8a79af5873f64bcebe7fceb4b6b11)) + ## [0.7.1](https://github.com/hbstack/breadcrumb/compare/v0.7.0...v0.7.1) (2024-06-04)