From 2fa516578035c9460ced4a37a69501c5f2e89d0a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 4 May 2024 00:18:13 +0000 Subject: [PATCH] chore(release): 1.9.14 [skip ci] # [@asu/unity-bootstrap-theme-v1.9.14](https://github.com/ASU/asu-unity-stack/compare/@asu/unity-bootstrap-theme-v1.9.13...@asu/unity-bootstrap-theme-v1.9.14) (2024-05-04) ### Bug Fixes * **unity-bootstrap-theme:** fixed overlapping h1 when text wraps ([3c2d9dc](https://github.com/ASU/asu-unity-stack/commit/3c2d9dcbdc92b7115b78939934037e370b52fe57)) * **unity-bootstrap-theme:** fixed pixel clipping in hero headings ([76e40d6](https://github.com/ASU/asu-unity-stack/commit/76e40d64d16332861a11dbfa828c5bd205808853)) * **unity-bootstrap-theme:** fixed space between highlighted header ([03b0b23](https://github.com/ASU/asu-unity-stack/commit/03b0b23d907cc9ecaa51414fa0891d97734ea29c)) --- packages/unity-bootstrap-theme/CHANGELOG.md | 9 +++++++++ packages/unity-bootstrap-theme/package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/packages/unity-bootstrap-theme/CHANGELOG.md b/packages/unity-bootstrap-theme/CHANGELOG.md index 2856ed0a84..359cf051a6 100644 --- a/packages/unity-bootstrap-theme/CHANGELOG.md +++ b/packages/unity-bootstrap-theme/CHANGELOG.md @@ -1,3 +1,12 @@ +# [@asu/unity-bootstrap-theme-v1.9.14](https://github.com/ASU/asu-unity-stack/compare/@asu/unity-bootstrap-theme-v1.9.13...@asu/unity-bootstrap-theme-v1.9.14) (2024-05-04) + + +### Bug Fixes + +* **unity-bootstrap-theme:** fixed overlapping h1 when text wraps ([3c2d9dc](https://github.com/ASU/asu-unity-stack/commit/3c2d9dcbdc92b7115b78939934037e370b52fe57)) +* **unity-bootstrap-theme:** fixed pixel clipping in hero headings ([76e40d6](https://github.com/ASU/asu-unity-stack/commit/76e40d64d16332861a11dbfa828c5bd205808853)) +* **unity-bootstrap-theme:** fixed space between highlighted header ([03b0b23](https://github.com/ASU/asu-unity-stack/commit/03b0b23d907cc9ecaa51414fa0891d97734ea29c)) + # [@asu/unity-bootstrap-theme-v1.9.13](https://github.com/ASU/asu-unity-stack/compare/@asu/unity-bootstrap-theme-v1.9.12...@asu/unity-bootstrap-theme-v1.9.13) (2024-05-03) diff --git a/packages/unity-bootstrap-theme/package.json b/packages/unity-bootstrap-theme/package.json index 9cecf95a76..995976afa9 100644 --- a/packages/unity-bootstrap-theme/package.json +++ b/packages/unity-bootstrap-theme/package.json @@ -1,6 +1,6 @@ { "name": "@asu/unity-bootstrap-theme", - "version": "1.9.13", + "version": "1.9.14", "description": "Base UI theme for ASU Web Standards 2.0 developed with Bootstrap 5", "author": "Mayco Barale ", "homepage": "https://github.com/ASU/asu-unity-stack#readme",