Skip to content

Commit

Permalink
Version Packages (#1666)
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 Dec 9, 2024
1 parent f44473a commit dfa816f
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 12 deletions.
11 changes: 0 additions & 11 deletions .changeset/tender-olives-sell.md

This file was deleted.

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

## 33.2.2

### Patch Changes

- **MenuRenderer, OverflowMenu:** Fixes a bug where menus could be obscured when rendered inside a `Dialog` or `Drawer` component. ([#1665](https://github.com/seek-oss/braid-design-system/pull/1665))

## 33.2.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": "33.2.1",
"version": "33.2.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 @@ -4607,5 +4607,17 @@
"summary": "**OverflowMenu**: Simplify internal layout.\n\nRefactor the internal layout of `OverflowMenu` to improve the alignment of the menu with the button."
}
]
},
{
"version": "33.2.2",
"updates": [
{
"updated": [
"MenuRenderer",
"OverflowMenu"
],
"summary": "**MenuRenderer, OverflowMenu:** Fixes a bug where menus could be obscured when rendered inside a `Dialog` or `Drawer` component."
}
]
}
]

0 comments on commit dfa816f

Please sign in to comment.