Skip to content

Commit

Permalink
Version Packages (#1371)
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 Oct 11, 2023
1 parent 9469cb1 commit 5345268
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 19 deletions.
5 changes: 0 additions & 5 deletions .changeset/six-numbers-cheer.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/stupid-trees-remain.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.12.1

### Patch Changes

- When animating an SVG circle, it seems that the width changes slightly, which on Loader was causing the right-most one to push off the boundaries of the SVG View Box. ([#1370](https://github.com/seek-oss/braid-design-system/pull/1370))

This has been fixed so clipping should no longer occur.

## 32.12.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.12.0",
"version": "32.12.1",
"description": "Themeable design system for the SEEK Group",
"homepage": "https://seek-oss.github.io/braid-design-system/",
"bugs": {
Expand Down
7 changes: 7 additions & 0 deletions packages/source.macro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @braid-design-system/source.macro

## 0.1.0

### Minor Changes

- Initial release of the `source.macro` package ([#1362](https://github.com/seek-oss/braid-design-system/pull/1362))
2 changes: 1 addition & 1 deletion packages/source.macro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@braid-design-system/source.macro",
"version": "0.0.0",
"version": "0.1.0",
"main": "source.macro.cjs",
"types": "source.macro.d.ts",
"files": [
Expand Down
11 changes: 11 additions & 0 deletions site/src/componentUpdates.json
Original file line number Diff line number Diff line change
Expand Up @@ -3559,5 +3559,16 @@
"summary": "**Button, ButtonLink:** Default to neutral ghost in non-legacy themes\n\nBy default, a button now has a `neutral` tone and uses the `ghost` variant, allowing the visual prominence to be increased or decreased as required, enabling colour to be applied as accents and with purpose, rather than by default.\n\n```jsx\n<Button />\n// => tone=\"neutral\" & variant=\"ghost\"\n```\n\nTo compliment this, when a `tone` is purposefully applied, the default variant becomes `solid` to maximise its impact — allowing the visual prominence to be reduced as needed.\n\n```jsx\n<Button tone=\"brandAccent\" />\n// => tone=\"brandAccent\" & variant=\"solid\"\n```\n\n### No change for `apac` and `seekBusiness` consumers\n\nGiven the fundamental change in approach to colour and usage of such a core component, this change has been isolated to newer themes and **does not impact `apac` and `seekBusiness` consumers**.\n\nThese themes will continue to have a tone of `formAccent` and a `solid` variant by default, allowing consumers to adopt this new approach as part of the design uplift when migrating to an updated theme, e.g. `seekJobs`."
}
]
},
{
"version": "32.12.1",
"updates": [
{
"updated": [
"Loader"
],
"summary": "When animating an SVG circle, it seems that the width changes slightly, which on Loader was causing the right-most one to push off the boundaries of the SVG View Box.\n\nThis has been fixed so clipping should no longer occur."
}
]
}
]

0 comments on commit 5345268

Please sign in to comment.