Skip to content

Commit

Permalink
Version Packages (#1144)
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 Aug 26, 2022
1 parent 64db71b commit fa0a9a2
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .changeset/honest-walls-leave.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

## 31.17.1

### Patch Changes

- Fixes an issue with a missing dependency ([#1143](https://github.com/seek-oss/braid-design-system/pull/1143))

## 31.17.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": "31.17.0",
"version": "31.17.1",
"description": "Themeable design system for the SEEK Group",
"main": "lib/components/index.ts",
"bin": {
Expand Down
4 changes: 4 additions & 0 deletions site/src/componentUpdates.json
Original file line number Diff line number Diff line change
Expand Up @@ -2626,5 +2626,9 @@
"summary": "**useToast:** Add neutral tone support\n\nAdd support for `neutral` tone. When using a `neutral` tone, an icon may optionally be provided. For consistency, the tone of the icon is set to **secondary** and cannot be customised.\n\n**EXAMPLE USAGE:**\n```jsx\nimport { useToast } from \"braid-design-system\"\n\nexport const DemoButton = () => {\n const showToast = useToast();\n\n return (\n <Button\n onClick={() =>\n showToast({\n tone: \"neutral\",\n icon: <IconBookmark />,\n message: \"Neutral with icon\",\n })\n }\n >\n Show Toast\n </Button>\n );\n}\n```"
}
]
},
{
"version": "31.17.1",
"updates": []
}
]

0 comments on commit fa0a9a2

Please sign in to comment.