Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 16, 2024
1 parent 0571d6a commit 0349fce
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 14 deletions.
13 changes: 0 additions & 13 deletions .changeset/clever-seahorses-yell.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

## 33.2.3

### Patch Changes

- **Tiles**: Fixes a bug where nested `Tiles` components could calculate their columns incorrectly. ([#1667](https://github.com/seek-oss/braid-design-system/pull/1667))

Previously, when using a `Tiles` component inside another `Tiles` component, the responsive column calculation could be incorrect in certain scenarios.
This change ensures nested `Tiles` elements always calculate their columns correctly.

## 33.2.2

### 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": "33.2.2",
"version": "33.2.3",
"description": "Themeable design system for the SEEK Group",
"homepage": "https://seek-oss.github.io/braid-design-system/",
"bugs": {
Expand Down
11 changes: 11 additions & 0 deletions site/src/componentUpdates.json
Original file line number Diff line number Diff line change
Expand Up @@ -4619,5 +4619,16 @@
"summary": "**MenuRenderer, OverflowMenu:** Fixes a bug where menus could be obscured when rendered inside a `Dialog` or `Drawer` component."
}
]
},
{
"version": "33.2.3",
"updates": [
{
"updated": [
"Tiles"
],
"summary": "**Tiles**: Fixes a bug where nested `Tiles` components could calculate their columns incorrectly.\n\nPreviously, when using a `Tiles` component inside another `Tiles` component, the responsive column calculation could be incorrect in certain scenarios. \nThis change ensures nested `Tiles` elements always calculate their columns correctly."
}
]
}
]

0 comments on commit 0349fce

Please sign in to comment.