From 5345268df04afd62d6bd19bd941de9aac3a1728d Mon Sep 17 00:00:00 2001 From: seek-oss-ci <34733141+seek-oss-ci@users.noreply.github.com> Date: Wed, 11 Oct 2023 15:32:29 +1100 Subject: [PATCH] Version Packages (#1371) Co-authored-by: github-actions[bot] --- .changeset/six-numbers-cheer.md | 5 ----- .changeset/stupid-trees-remain.md | 12 ------------ packages/braid-design-system/CHANGELOG.md | 8 ++++++++ packages/braid-design-system/package.json | 2 +- packages/source.macro/CHANGELOG.md | 7 +++++++ packages/source.macro/package.json | 2 +- site/src/componentUpdates.json | 11 +++++++++++ 7 files changed, 28 insertions(+), 19 deletions(-) delete mode 100644 .changeset/six-numbers-cheer.md delete mode 100644 .changeset/stupid-trees-remain.md create mode 100644 packages/source.macro/CHANGELOG.md diff --git a/.changeset/six-numbers-cheer.md b/.changeset/six-numbers-cheer.md deleted file mode 100644 index e172c70ac3..0000000000 --- a/.changeset/six-numbers-cheer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@braid-design-system/source.macro': minor ---- - -Initial release of the `source.macro` package diff --git a/.changeset/stupid-trees-remain.md b/.changeset/stupid-trees-remain.md deleted file mode 100644 index d61cc0fcf1..0000000000 --- a/.changeset/stupid-trees-remain.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -"braid-design-system": patch ---- - ---- -updated: - - Loader ---- - -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. - -This has been fixed so clipping should no longer occur. diff --git a/packages/braid-design-system/CHANGELOG.md b/packages/braid-design-system/CHANGELOG.md index d2e7d99030..028e491348 100644 --- a/packages/braid-design-system/CHANGELOG.md +++ b/packages/braid-design-system/CHANGELOG.md @@ -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 diff --git a/packages/braid-design-system/package.json b/packages/braid-design-system/package.json index c355522ca4..51dc9b93c8 100644 --- a/packages/braid-design-system/package.json +++ b/packages/braid-design-system/package.json @@ -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": { diff --git a/packages/source.macro/CHANGELOG.md b/packages/source.macro/CHANGELOG.md new file mode 100644 index 0000000000..ca50436665 --- /dev/null +++ b/packages/source.macro/CHANGELOG.md @@ -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)) diff --git a/packages/source.macro/package.json b/packages/source.macro/package.json index ee29895e55..9fc3dfc0dc 100644 --- a/packages/source.macro/package.json +++ b/packages/source.macro/package.json @@ -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": [ diff --git a/site/src/componentUpdates.json b/site/src/componentUpdates.json index ae17d30bdb..0dfcd3531b 100644 --- a/site/src/componentUpdates.json +++ b/site/src/componentUpdates.json @@ -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