Skip to content

Commit

Permalink
Version Packages (#1478)
Browse files Browse the repository at this point in the history
  • Loading branch information
seek-oss-ci authored Apr 9, 2024
1 parent 5bbbe0a commit 8e63734
Show file tree
Hide file tree
Showing 6 changed files with 47 additions and 44 deletions.
5 changes: 0 additions & 5 deletions .changeset/little-pans-join.md

This file was deleted.

20 changes: 0 additions & 20 deletions .changeset/moody-readers-fly.md

This file was deleted.

18 changes: 0 additions & 18 deletions .changeset/old-schools-chew.md

This file was deleted.

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

## 32.17.0

### Minor Changes

- Update semantic icon assets. ([#1481](https://github.com/seek-oss/braid-design-system/pull/1481))

`IconCritical`: Move from circle to diamond outline. Increase the visual distinction from `IconInfo`.
`IconLanguage`: Move from globe to characters. Better represents the concept of language. Previous asset available as `IconGlobe`.

**MIGRATION GUIDE**

As the above are updates to semantics icons, consumers are unaffected if their usage follows the icon's semantic intent.
For those choosing the icon based on its visual appearance, please review the usage and consider decoupling from the semantic system icon for safer upgrades.

- Add new icons to the library ([#1481](https://github.com/seek-oss/braid-design-system/pull/1481))

### Patch Changes

- Update Capsize dependencies ([#1477](https://github.com/seek-oss/braid-design-system/pull/1477))

## 32.16.3

### 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": "32.16.3",
"version": "32.17.0",
"description": "Themeable design system for the SEEK Group",
"homepage": "https://seek-oss.github.io/braid-design-system/",
"bugs": {
Expand Down
26 changes: 26 additions & 0 deletions site/src/componentUpdates.json
Original file line number Diff line number Diff line change
Expand Up @@ -3756,5 +3756,31 @@
"summary": "**Checkbox:** Improve tri-state handling\n\nFixes a bug in [tri-state] `Checkbox` where transitioning from `mixed` to `checked` could result in the visual presentation being out of sync with the desired state.\n\n[tri-state]: https://seek-oss.github.io/braid-design-system/components/Checkbox#tri-state-support"
}
]
},
{
"version": "32.17.0",
"updates": [
{
"updated": [
"IconCritical",
"IconLanguage"
],
"summary": "Update semantic icon assets.\n\n`IconCritical`: Move from circle to diamond outline. Increase the visual distinction from `IconInfo`.\n`IconLanguage`: Move from globe to characters. Better represents the concept of language. Previous asset available as `IconGlobe`.\n\n\n**MIGRATION GUIDE**\n\nAs the above are updates to semantics icons, consumers are unaffected if their usage follows the icon's semantic intent.\nFor those choosing the icon based on its visual appearance, please review the usage and consider decoupling from the semantic system icon for safer upgrades."
},
{
"new": [
"IconAI",
"IconCareer",
"IconCategory",
"IconExperience",
"IconGift",
"IconGlobe",
"IconRocket",
"IconSentiment",
"IconSkills"
],
"summary": "Add new icons to the library"
}
]
}
]

0 comments on commit 8e63734

Please sign in to comment.