From 18a9d6ddcda91325b1d9791060b2ba42b5a785ba Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 5 Nov 2024 10:51:15 +0000 Subject: [PATCH] Version Packages --- .changeset/flat-socks-bathe.md | 5 ----- .changeset/gentle-bulldogs-live.md | 5 ----- .changeset/little-bugs-greet.md | 5 ----- .changeset/many-rivers-drop.md | 6 ------ .changeset/soft-frogs-build.md | 16 ---------------- .changeset/wet-peas-marry.md | 5 ----- apps/storybook/CHANGELOG.md | 2 ++ apps/storybook/package.json | 2 +- packages/design-tokens/CHANGELOG.md | 6 ++++++ packages/design-tokens/package.json | 2 +- packages/e2e/CHANGELOG.md | 2 ++ packages/e2e/package.json | 2 +- packages/fonts/CHANGELOG.md | 2 ++ packages/fonts/package.json | 2 +- packages/react/CHANGELOG.md | 27 +++++++++++++++++++++++++++ packages/react/package.json | 2 +- packages/repo-configs/CHANGELOG.md | 2 ++ packages/repo-configs/package.json | 2 +- 18 files changed, 47 insertions(+), 48 deletions(-) delete mode 100644 .changeset/flat-socks-bathe.md delete mode 100644 .changeset/gentle-bulldogs-live.md delete mode 100644 .changeset/little-bugs-greet.md delete mode 100644 .changeset/many-rivers-drop.md delete mode 100644 .changeset/soft-frogs-build.md delete mode 100644 .changeset/wet-peas-marry.md diff --git a/.changeset/flat-socks-bathe.md b/.changeset/flat-socks-bathe.md deleted file mode 100644 index ef17cd461..000000000 --- a/.changeset/flat-socks-bathe.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react-brand': patch ---- - -Disabled all transitions and auto-staggering when `reduced-motion` user preference is enabled diff --git a/.changeset/gentle-bulldogs-live.md b/.changeset/gentle-bulldogs-live.md deleted file mode 100644 index 9eae94985..000000000 --- a/.changeset/gentle-bulldogs-live.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react-brand': patch ---- - -Updated `Link` underline to fill entire width diff --git a/.changeset/little-bugs-greet.md b/.changeset/little-bugs-greet.md deleted file mode 100644 index 30b4f5110..000000000 --- a/.changeset/little-bugs-greet.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/brand-primitives': minor ---- - -⚠️ Breaking change: Removed all Card-icon-background/color tokens (eg `--brand-Card-icon-background-blue`, `--brand-Card-icon-color-orange`) diff --git a/.changeset/many-rivers-drop.md b/.changeset/many-rivers-drop.md deleted file mode 100644 index 85c539a96..000000000 --- a/.changeset/many-rivers-drop.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@primer/react-brand': patch ---- - -- Fixed a bug where the `Bento` `leadingVisual` prop wouldn't honour the provided `size`. -- Updated the `Card.Icon` internal implementation to use the new `Icon` component. diff --git a/.changeset/soft-frogs-build.md b/.changeset/soft-frogs-build.md deleted file mode 100644 index 9bb689735..000000000 --- a/.changeset/soft-frogs-build.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -'@primer/react-brand': patch ---- - -Added new background customization options to `CTABanner` - -New props: - -- `backgroundColor` -- `backgroundImageSrc` -- `backgroundImageSize` -- `backgroundImagePosition` - -Also added `variant` prop to `CTABanner.Description`, to achieve higher contrast when using background images. - -:link: [See the documentation for more details and usage examples](https://primer.style/brand/components/CTABanner/react/). diff --git a/.changeset/wet-peas-marry.md b/.changeset/wet-peas-marry.md deleted file mode 100644 index e3e759410..000000000 --- a/.changeset/wet-peas-marry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react-brand': patch ---- - -Removed negative margin from `RiverStoryScroll` when `reduced-motion` user preference is enabled diff --git a/apps/storybook/CHANGELOG.md b/apps/storybook/CHANGELOG.md index fae53e84f..69be53e98 100644 --- a/apps/storybook/CHANGELOG.md +++ b/apps/storybook/CHANGELOG.md @@ -1,5 +1,7 @@ # @primer/brand-storybook +## 0.42.0 + ## 0.41.0 ## 0.40.1 diff --git a/apps/storybook/package.json b/apps/storybook/package.json index 95445046e..5ba36e10f 100644 --- a/apps/storybook/package.json +++ b/apps/storybook/package.json @@ -1,6 +1,6 @@ { "name": "@primer/brand-storybook", - "version": "0.41.0", + "version": "0.42.0", "private": true, "description": "Primer Brand Storybook", "keywords": [ diff --git a/packages/design-tokens/CHANGELOG.md b/packages/design-tokens/CHANGELOG.md index e2e41c405..366253b87 100644 --- a/packages/design-tokens/CHANGELOG.md +++ b/packages/design-tokens/CHANGELOG.md @@ -1,5 +1,11 @@ # @primer/brand-primitives +## 0.42.0 + +### Minor Changes + +- [#798](https://github.com/primer/brand/pull/798) [`af335d37`](https://github.com/primer/brand/commit/af335d376b25edfda0feddd7afd45dacf549eeac) Thanks [@joshfarrant](https://github.com/joshfarrant)! - ⚠️ Breaking change: Removed all Card-icon-background/color tokens (eg `--brand-Card-icon-background-blue`, `--brand-Card-icon-color-orange`) + ## 0.41.0 ### Minor Changes diff --git a/packages/design-tokens/package.json b/packages/design-tokens/package.json index 8d13ab991..587871797 100644 --- a/packages/design-tokens/package.json +++ b/packages/design-tokens/package.json @@ -1,6 +1,6 @@ { "name": "@primer/brand-primitives", - "version": "0.41.0", + "version": "0.42.0", "description": "Color, spacing, and typography primitives for the Primer Brand Design System ", "keywords": [ "primer", diff --git a/packages/e2e/CHANGELOG.md b/packages/e2e/CHANGELOG.md index 10d94214c..af17a6a2e 100644 --- a/packages/e2e/CHANGELOG.md +++ b/packages/e2e/CHANGELOG.md @@ -1,5 +1,7 @@ # @primer/brand-e2e +## 0.42.0 + ## 0.41.0 ## 0.40.1 diff --git a/packages/e2e/package.json b/packages/e2e/package.json index d44ba4cda..23b72f863 100644 --- a/packages/e2e/package.json +++ b/packages/e2e/package.json @@ -1,6 +1,6 @@ { "name": "@primer/brand-e2e", - "version": "0.41.0", + "version": "0.42.0", "private": true, "description": "Primer Brand is a GitHub's design system for creating React-based marketing websites and digital experiences.", "keywords": [ diff --git a/packages/fonts/CHANGELOG.md b/packages/fonts/CHANGELOG.md index 22daee172..8d78962f9 100644 --- a/packages/fonts/CHANGELOG.md +++ b/packages/fonts/CHANGELOG.md @@ -1,5 +1,7 @@ # @primer/brand-fonts +## 0.42.0 + ## 0.41.0 ## 0.40.1 diff --git a/packages/fonts/package.json b/packages/fonts/package.json index 81a486fa5..aa3b33087 100644 --- a/packages/fonts/package.json +++ b/packages/fonts/package.json @@ -1,6 +1,6 @@ { "name": "@primer/brand-fonts", - "version": "0.41.0", + "version": "0.42.0", "private": true, "description": "Primer Brand is a GitHub's design system for creating React-based marketing websites and digital experiences.", "keywords": [ diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 5c3802345..92fb96e1a 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,32 @@ # @primer/react-brand +## 0.42.0 + +### Patch Changes + +- [#805](https://github.com/primer/brand/pull/805) [`2928995b`](https://github.com/primer/brand/commit/2928995bffb5994104491a4ee5d1d6d831737161) Thanks [@rezrah](https://github.com/rezrah)! - Disabled all transitions and auto-staggering when `reduced-motion` user preference is enabled + +- [#809](https://github.com/primer/brand/pull/809) [`bbb14ce9`](https://github.com/primer/brand/commit/bbb14ce9ed2e7c8e9138e249732d7b4b9de85bc9) Thanks [@rezrah](https://github.com/rezrah)! - Updated `Link` underline to fill entire width + +- [#798](https://github.com/primer/brand/pull/798) [`af335d37`](https://github.com/primer/brand/commit/af335d376b25edfda0feddd7afd45dacf549eeac) Thanks [@joshfarrant](https://github.com/joshfarrant)! - - Fixed a bug where the `Bento` `leadingVisual` prop wouldn't honour the provided `size`. + + - Updated the `Card.Icon` internal implementation to use the new `Icon` component. + +- [#810](https://github.com/primer/brand/pull/810) [`774b91b0`](https://github.com/primer/brand/commit/774b91b0ed16079d388bbd7cf6edc0d3dbed38e1) Thanks [@rezrah](https://github.com/rezrah)! - Added new background customization options to `CTABanner` + + New props: + + - `backgroundColor` + - `backgroundImageSrc` + - `backgroundImageSize` + - `backgroundImagePosition` + + Also added `variant` prop to `CTABanner.Description`, to achieve higher contrast when using background images. + + :link: [See the documentation for more details and usage examples](https://primer.style/brand/components/CTABanner/react/). + +- [#805](https://github.com/primer/brand/pull/805) [`2928995b`](https://github.com/primer/brand/commit/2928995bffb5994104491a4ee5d1d6d831737161) Thanks [@rezrah](https://github.com/rezrah)! - Removed negative margin from `RiverStoryScroll` when `reduced-motion` user preference is enabled + ## 0.41.0 ### Minor Changes diff --git a/packages/react/package.json b/packages/react/package.json index 4ada9a6aa..2a4c8a503 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@primer/react-brand", - "version": "0.41.0", + "version": "0.42.0", "description": "Primer Brand is a GitHub's design system for creating React-based marketing websites and digital experiences.", "keywords": [ "primer", diff --git a/packages/repo-configs/CHANGELOG.md b/packages/repo-configs/CHANGELOG.md index 24ae88001..f1c73d704 100644 --- a/packages/repo-configs/CHANGELOG.md +++ b/packages/repo-configs/CHANGELOG.md @@ -1,5 +1,7 @@ # @primer/brand-config +## 0.42.0 + ## 0.41.0 ## 0.40.1 diff --git a/packages/repo-configs/package.json b/packages/repo-configs/package.json index cf97d44ae..8e3415174 100644 --- a/packages/repo-configs/package.json +++ b/packages/repo-configs/package.json @@ -1,6 +1,6 @@ { "name": "@primer/brand-config", - "version": "0.41.0", + "version": "0.42.0", "private": true, "description": "General-purpose configurations for maintaining Primer Brand", "homepage": "https://primer.style/brand",