diff --git a/.changeset/cuddly-beds-speak.md b/.changeset/cuddly-beds-speak.md deleted file mode 100644 index bff1ee6ee..000000000 --- a/.changeset/cuddly-beds-speak.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react-brand': patch ---- - -`ComparisonTable` featured columns now identify themselves to screen readers by appending the text `featured` to the column title. This text can be customized using the `visuallyHiddenFeaturedLabel` prop. diff --git a/.changeset/loud-ties-reply.md b/.changeset/loud-ties-reply.md deleted file mode 100644 index 4e4c862bd..000000000 --- a/.changeset/loud-ties-reply.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@primer/react-brand': minor ---- - -Extend `Hero.Heading` and `Heading.Description` length. - -> **Warning** -> This change can lead to reduced contrast in certain situations. Please manually review all instances of the `Hero` - particularly those that use a background image - to ensure that minimum contrast requirements are met. diff --git a/.changeset/plenty-tomatoes-greet.md b/.changeset/plenty-tomatoes-greet.md deleted file mode 100644 index 4bb3a8c5e..000000000 --- a/.changeset/plenty-tomatoes-greet.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react-brand": patch ---- - -Removed redundant styles in default `Section` and `BreakoutBanner` components diff --git a/.changeset/swift-cooks-drum.md b/.changeset/swift-cooks-drum.md deleted file mode 100644 index fe2daf451..000000000 --- a/.changeset/swift-cooks-drum.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react-brand': patch ---- - -Added experimental `TextRevealAnimation` component. diff --git a/.changeset/three-dodos-battle.md b/.changeset/three-dodos-battle.md deleted file mode 100644 index a184fa2fd..000000000 --- a/.changeset/three-dodos-battle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react-brand': patch ---- - -Remove strict, custom typings for `Testimonial.Quote` diff --git a/.changeset/wild-olives-sin.md b/.changeset/wild-olives-sin.md deleted file mode 100644 index f410e9f8f..000000000 --- a/.changeset/wild-olives-sin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react-brand': patch ---- - -Fixed an issue where `SubNav` submenus were not accessible through keyboard navigation diff --git a/apps/storybook/CHANGELOG.md b/apps/storybook/CHANGELOG.md index 63c2093b3..821acb3ee 100644 --- a/apps/storybook/CHANGELOG.md +++ b/apps/storybook/CHANGELOG.md @@ -1,5 +1,7 @@ # @primer/brand-storybook +## 0.37.0 + ## 0.36.0 ## 0.35.0 diff --git a/apps/storybook/package.json b/apps/storybook/package.json index e1579b1c5..2e7d73df2 100644 --- a/apps/storybook/package.json +++ b/apps/storybook/package.json @@ -1,6 +1,6 @@ { "name": "@primer/brand-storybook", - "version": "0.36.0", + "version": "0.37.0", "private": true, "description": "Primer Brand Storybook", "keywords": [ diff --git a/packages/design-tokens/CHANGELOG.md b/packages/design-tokens/CHANGELOG.md index b9fbb364f..78659c0ff 100644 --- a/packages/design-tokens/CHANGELOG.md +++ b/packages/design-tokens/CHANGELOG.md @@ -1,5 +1,7 @@ # @primer/brand-primitives +## 0.37.0 + ## 0.36.0 ## 0.35.0 diff --git a/packages/design-tokens/package.json b/packages/design-tokens/package.json index fa194e66f..0398fb426 100644 --- a/packages/design-tokens/package.json +++ b/packages/design-tokens/package.json @@ -1,6 +1,6 @@ { "name": "@primer/brand-primitives", - "version": "0.36.0", + "version": "0.37.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 4db3dc214..1b88fc925 100644 --- a/packages/e2e/CHANGELOG.md +++ b/packages/e2e/CHANGELOG.md @@ -1,5 +1,7 @@ # @primer/brand-e2e +## 0.37.0 + ## 0.36.0 ## 0.35.0 diff --git a/packages/e2e/package.json b/packages/e2e/package.json index 37dcc46dd..a875070b5 100644 --- a/packages/e2e/package.json +++ b/packages/e2e/package.json @@ -1,6 +1,6 @@ { "name": "@primer/brand-e2e", - "version": "0.36.0", + "version": "0.37.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 cc0a1c039..0841db267 100644 --- a/packages/fonts/CHANGELOG.md +++ b/packages/fonts/CHANGELOG.md @@ -1,5 +1,7 @@ # @primer/brand-fonts +## 0.37.0 + ## 0.36.0 ## 0.35.0 diff --git a/packages/fonts/package.json b/packages/fonts/package.json index d590f85af..a566d1aa1 100644 --- a/packages/fonts/package.json +++ b/packages/fonts/package.json @@ -1,6 +1,6 @@ { "name": "@primer/brand-fonts", - "version": "0.36.0", + "version": "0.37.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 2a3451a8c..32e8f8c19 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,26 @@ # @primer/react-brand +## 0.37.0 + +### Minor Changes + +- [#684](https://github.com/primer/brand/pull/684) [`e382a491`](https://github.com/primer/brand/commit/e382a4919c5f98637cb47c68311e625218b7cd40) Thanks [@danielguillan](https://github.com/danielguillan)! - Extend `Hero.Heading` and `Heading.Description` length. + + > **Warning** + > This change can lead to reduced contrast in certain situations. Please manually review all instances of the `Hero` - particularly those that use a background image - to ensure that minimum contrast requirements are met. + +### Patch Changes + +- [#695](https://github.com/primer/brand/pull/695) [`2bb68ea7`](https://github.com/primer/brand/commit/2bb68ea73febfaf3d4dfae60c8e31e9de26709af) Thanks [@joshfarrant](https://github.com/joshfarrant)! - `ComparisonTable` featured columns now identify themselves to screen readers by appending the text `featured` to the column title. This text can be customized using the `visuallyHiddenFeaturedLabel` prop. + +- [#677](https://github.com/primer/brand/pull/677) [`c76c8c87`](https://github.com/primer/brand/commit/c76c8c871e1f37b1f94a8c679807ddf5a67f8a61) Thanks [@rezrah](https://github.com/rezrah)! - Removed redundant styles in default `Section` and `BreakoutBanner` components + +- [#688](https://github.com/primer/brand/pull/688) [`55a353c7`](https://github.com/primer/brand/commit/55a353c782c827f2cfbb333b8ddda12d1001f920) Thanks [@rezrah](https://github.com/rezrah)! - Added experimental `TextRevealAnimation` component. + +- [#688](https://github.com/primer/brand/pull/688) [`55a353c7`](https://github.com/primer/brand/commit/55a353c782c827f2cfbb333b8ddda12d1001f920) Thanks [@rezrah](https://github.com/rezrah)! - Remove strict, custom typings for `Testimonial.Quote` + +- [#679](https://github.com/primer/brand/pull/679) [`30f717dd`](https://github.com/primer/brand/commit/30f717dd2f196f1c6c5065cf3ad046fa79fc84a7) Thanks [@joshfarrant](https://github.com/joshfarrant)! - Fixed an issue where `SubNav` submenus were not accessible through keyboard navigation + ## 0.36.0 ### Minor Changes diff --git a/packages/react/package.json b/packages/react/package.json index 8d84a88bb..c0fc820e2 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@primer/react-brand", - "version": "0.36.0", + "version": "0.37.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 5d695c609..b588f717f 100644 --- a/packages/repo-configs/CHANGELOG.md +++ b/packages/repo-configs/CHANGELOG.md @@ -1,5 +1,7 @@ # @primer/brand-config +## 0.37.0 + ## 0.36.0 ## 0.35.0 diff --git a/packages/repo-configs/package.json b/packages/repo-configs/package.json index 3c39c162d..cb546db8b 100644 --- a/packages/repo-configs/package.json +++ b/packages/repo-configs/package.json @@ -1,6 +1,6 @@ { "name": "@primer/brand-config", - "version": "0.36.0", + "version": "0.37.0", "private": true, "description": "General-purpose configurations for maintaining Primer Brand", "homepage": "https://primer.style/brand",