Skip to content

Commit

Permalink
Version Packages (#1381)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
seek-oss-ci and github-actions[bot] authored Oct 23, 2023
1 parent 626ef19 commit 53fd9e5
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 15 deletions.
14 changes: 0 additions & 14 deletions .changeset/smooth-comics-call.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/braid-design-system/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/braid-design-system/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
12 changes: 12 additions & 0 deletions site/src/componentUpdates.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}
]
}
]

0 comments on commit 53fd9e5

Please sign in to comment.