diff --git a/.changeset/smooth-comics-call.md b/.changeset/smooth-comics-call.md deleted file mode 100644 index 8206c10ba73..00000000000 --- a/.changeset/smooth-comics-call.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -'braid-design-system': patch ---- - ---- -updated: - - TextLink - - TextLinkButton ---- - -**TextLink, TextLinkButton:** Ensure consistent underline thickness on weak links - -A subtle bug affecting weak links was resulting in a change in underline thickness on hover. -This bug has been fixed such that weak links now always have the same underline thickness regardless of hover state. diff --git a/packages/braid-design-system/CHANGELOG.md b/packages/braid-design-system/CHANGELOG.md index a360815bea0..410e3dd6ccd 100644 --- a/packages/braid-design-system/CHANGELOG.md +++ b/packages/braid-design-system/CHANGELOG.md @@ -1,5 +1,14 @@ # braid-design-system +## 32.12.4 + +### Patch Changes + +- **TextLink, TextLinkButton:** Ensure consistent underline thickness on weak links ([#1380](https://github.com/seek-oss/braid-design-system/pull/1380)) + + A subtle bug affecting weak links was resulting in a change in underline thickness on hover. + This bug has been fixed such that weak links now always have the same underline thickness regardless of hover state. + ## 32.12.3 ### Patch Changes diff --git a/packages/braid-design-system/package.json b/packages/braid-design-system/package.json index bc0dc53ebba..04568cc0792 100644 --- a/packages/braid-design-system/package.json +++ b/packages/braid-design-system/package.json @@ -1,6 +1,6 @@ { "name": "braid-design-system", - "version": "32.12.3", + "version": "32.12.4", "description": "Themeable design system for the SEEK Group", "homepage": "https://seek-oss.github.io/braid-design-system/", "bugs": { diff --git a/site/src/componentUpdates.json b/site/src/componentUpdates.json index d630ac8c49f..bcf00565cf4 100644 --- a/site/src/componentUpdates.json +++ b/site/src/componentUpdates.json @@ -3589,5 +3589,17 @@ { "version": "32.12.3", "updates": [] + }, + { + "version": "32.12.4", + "updates": [ + { + "updated": [ + "TextLink", + "TextLinkButton" + ], + "summary": "**TextLink, TextLinkButton:** Ensure consistent underline thickness on weak links\n\nA subtle bug affecting weak links was resulting in a change in underline thickness on hover.\nThis bug has been fixed such that weak links now always have the same underline thickness regardless of hover state." + } + ] } ]