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 22, 2024
1 parent 02aba06 commit e75d41d
Show file tree
Hide file tree
Showing 6 changed files with 55 additions and 51 deletions.
19 changes: 0 additions & 19 deletions .changeset/gentle-rivers-perform.md

This file was deleted.

19 changes: 0 additions & 19 deletions .changeset/wild-moose-switch.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/yellow-frogs-wait.md

This file was deleted.

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

## 33.2.0

### Minor Changes

- Add new icons to the library ([#1655](https://github.com/seek-oss/braid-design-system/pull/1655))
- `IconCoverLetter`
- `IconChecklist`
- `IconDisallow`
- `IconBluetooth`
- `IconQR`

### Patch Changes

- Update the following icon assets: ([#1655](https://github.com/seek-oss/braid-design-system/pull/1655))
- `IconNote`
- `IconResume`
- `IconDocument`
- `IconDocumentBroken`
- `IconHeart`
- **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.2.0",
"description": "Themeable design system for the SEEK Group",
"homepage": "https://seek-oss.github.io/braid-design-system/",
"bugs": {
Expand Down
31 changes: 31 additions & 0 deletions site/src/componentUpdates.json
Original file line number Diff line number Diff line change
Expand Up @@ -4545,5 +4545,36 @@
"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.2.0",
"updates": [
{
"updated": [
"IconNote",
"IconResume",
"IconDocument",
"IconDocumentBroken",
"IconHeart"
],
"summary": "Update the following icon assets:\n - `IconNote`\n - `IconResume`\n - `IconDocument`\n - `IconDocumentBroken`\n - `IconHeart`"
},
{
"new": [
"IconCoverLetter",
"IconChecklist",
"IconDisallow",
"IconBluetooth",
"IconQR"
],
"summary": "Add new icons to the library\n - `IconCoverLetter`\n - `IconChecklist`\n - `IconDisallow`\n - `IconBluetooth`\n - `IconQR`"
},
{
"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 e75d41d

Please sign in to comment.