From 0349fce399ebb76c22f930d23ede92341ebc9231 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 16 Dec 2024 00:25:28 +0000 Subject: [PATCH] Version Packages --- .changeset/clever-seahorses-yell.md | 13 ------------- packages/braid-design-system/CHANGELOG.md | 9 +++++++++ packages/braid-design-system/package.json | 2 +- site/src/componentUpdates.json | 11 +++++++++++ 4 files changed, 21 insertions(+), 14 deletions(-) delete mode 100644 .changeset/clever-seahorses-yell.md diff --git a/.changeset/clever-seahorses-yell.md b/.changeset/clever-seahorses-yell.md deleted file mode 100644 index 1670f36777e..00000000000 --- a/.changeset/clever-seahorses-yell.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -'braid-design-system': patch ---- - ---- -updated: - - Tiles ---- - -**Tiles**: Fixes a bug where nested `Tiles` components could calculate their columns incorrectly. - -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. diff --git a/packages/braid-design-system/CHANGELOG.md b/packages/braid-design-system/CHANGELOG.md index 3d9238cde4b..754d5a069aa 100644 --- a/packages/braid-design-system/CHANGELOG.md +++ b/packages/braid-design-system/CHANGELOG.md @@ -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 diff --git a/packages/braid-design-system/package.json b/packages/braid-design-system/package.json index 10d137bf2e3..c725cad42ec 100644 --- a/packages/braid-design-system/package.json +++ b/packages/braid-design-system/package.json @@ -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": { diff --git a/site/src/componentUpdates.json b/site/src/componentUpdates.json index e292e6fd38e..3c361818c1c 100644 --- a/site/src/componentUpdates.json +++ b/site/src/componentUpdates.json @@ -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." + } + ] } ]