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 Nov 19, 2024
1 parent 11ceff9 commit c4fcb40
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 13 deletions.
12 changes: 0 additions & 12 deletions .changeset/yellow-frogs-wait.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

## 33.1.1

### Patch Changes

- **Autosuggest**: Ensure content is left aligned ([#1642](https://github.com/seek-oss/braid-design-system/pull/1642))

Applies left alignment to `Autosuggest` dropdown content to ensure consistent alignment, even when inside centered layout containers.

## 33.1.0

### Minor 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.1.0",
"version": "33.1.1",
"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 @@ -4545,5 +4545,16 @@
"summary": "**Disclosure:** Add `size` support\n\nIntroduce the `size` prop to the `Disclosure` component, providing the same options as the `Text` component.\n\n**EXAMPLE USAGE:**\n```jsx\n<Disclosure\n size=\"small\"\n>\n ...\n</Disclosure>\n```"
}
]
},
{
"version": "33.1.1",
"updates": [
{
"updated": [
"Autosuggest"
],
"summary": "**Autosuggest**: Ensure content is left aligned\n\nApplies left alignment to `Autosuggest` dropdown content to ensure consistent alignment, even when inside centered layout containers."
}
]
}
]

0 comments on commit c4fcb40

Please sign in to comment.