Skip to content

Commit

Permalink
Version Packages (#1513)
Browse files Browse the repository at this point in the history
  • Loading branch information
seek-oss-ci authored Jun 14, 2024
1 parent 2385de3 commit 34cf6fa
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 19 deletions.
18 changes: 0 additions & 18 deletions .changeset/slow-pears-deliver.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

## 32.19.1

### Patch Changes

- Move secondary ButtonIcon tone to icons ([#1512](https://github.com/seek-oss/braid-design-system/pull/1512))

Following the deprecation of the `secondary` tone of `ButtonIcon`, this updates all internal usages to apply the `secondary` tone directly to the icon.

## 32.19.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": "32.19.0",
"version": "32.19.1",
"description": "Themeable design system for the SEEK Group",
"homepage": "https://seek-oss.github.io/braid-design-system/",
"bugs": {
Expand Down
17 changes: 17 additions & 0 deletions site/src/componentUpdates.json
Original file line number Diff line number Diff line change
Expand Up @@ -3882,5 +3882,22 @@
"summary": "**ButtonIcon:** Add `formAccent` tone\n\nIntroduces support for the `formAccent` tone on `ButtonIcon`.\n\nThe new tone sits alongside the existing `neutral` tone, while the `secondary` tone is now deprecated and will be removed in a future version (see [Migration Guide] below).\n\n**EXAMPLE USAGE:**\n```jsx\n<ButtonIcon tone=\"formAccent\" icon={<IconAdd />} />\n```\n\n**MIGRATION GUIDE:**\n\nFor consumers of the now deprecated `secondary` tone, you can pro-actively migrate away from it by moving the `tone` to the icon itself:\n\n```diff\n <ButtonIcon\n- tone=\"secondary\"\n- icon={<IconAdd />}\n+ icon={<IconAdd tone=\"secondary\" />}\n```\n\n\n[Migration Guide]: #migration-guide"
}
]
},
{
"version": "32.19.1",
"updates": [
{
"updated": [
"Autosuggest",
"Dialog",
"Drawer",
"PasswordField",
"Tag",
"TextField",
"useToast"
],
"summary": "Move secondary ButtonIcon tone to icons\n\nFollowing the deprecation of the `secondary` tone of `ButtonIcon`, this updates all internal usages to apply the `secondary` tone directly to the icon."
}
]
}
]

0 comments on commit 34cf6fa

Please sign in to comment.