From 53fd9e59648468de0d1d4ba9ac05725010701912 Mon Sep 17 00:00:00 2001 From: seek-oss-ci <34733141+seek-oss-ci@users.noreply.github.com> Date: Mon, 23 Oct 2023 15:53:25 +1100 Subject: [PATCH] Version Packages (#1381) Co-authored-by: github-actions[bot] --- .changeset/smooth-comics-call.md | 14 -------------- packages/braid-design-system/CHANGELOG.md | 9 +++++++++ packages/braid-design-system/package.json | 2 +- site/src/componentUpdates.json | 12 ++++++++++++ 4 files changed, 22 insertions(+), 15 deletions(-) delete mode 100644 .changeset/smooth-comics-call.md 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." + } + ] } ]