Skip to content

Commit

Permalink
Version Packages (#1455)
Browse files Browse the repository at this point in the history
  • Loading branch information
seek-oss-ci authored Feb 18, 2024
1 parent d5c2e27 commit 5fdb3aa
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 14 deletions.
13 changes: 0 additions & 13 deletions .changeset/itchy-mayflies-allow.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/braid-design-system/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# braid-design-system

## 32.16.2

### Patch Changes

- **Text, Heading:** Fix `maxLines` cropping of decending characters ([#1451](https://github.com/seek-oss/braid-design-system/pull/1451))

Fixes a bug when using -webkit-box, where the descender on the last line of text could be cropped based on the combination of line height and font size.

## 32.16.1

### 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.16.1",
"version": "32.16.2",
"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 @@ -3733,5 +3733,17 @@
"summary": "**Badge**: Allow `Badge` to take arrays of values\n\nPreviously, `Badge` only accepted a `string` as children, to prevent the use of other components inside a `Badge`.\n\nHowever, when a variable is included with text inside the `Badge`, the children property is interpreted as an array. This prevents a very reasonable use case from being allowed:\n\n```tsx\n<Badge>{jobs.length} Jobs</Badge>\n// Error: Type '{ children: string[]; }' is not assignable to type 'BadgeProps'.\n```\n\nThis change allows `Badge` to accept a string, number, or array thereof."
}
]
},
{
"version": "32.16.2",
"updates": [
{
"updated": [
"Text",
"Heading"
],
"summary": "**Text, Heading:** Fix `maxLines` cropping of decending characters\n\nFixes a bug when using -webkit-box, where the descender on the last line of text could be cropped based on the combination of line height and font size."
}
]
}
]

0 comments on commit 5fdb3aa

Please sign in to comment.