Skip to content

Commit 4726900

Browse files
Version Packages (#763)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 2edf802 commit 4726900

25 files changed

+103
-99
lines changed

.changeset/angry-masks-kneel.md

-6
This file was deleted.

.changeset/curly-readers-poke.md

-5
This file was deleted.

.changeset/four-books-hide.md

-5
This file was deleted.

.changeset/honest-deers-boil.md

-6
This file was deleted.

.changeset/light-eyes-talk.md

-25
This file was deleted.

.changeset/loud-phones-exercise.md

-5
This file was deleted.

.changeset/lovely-rocks-bathe.md

-5
This file was deleted.

.changeset/nervous-gifts-call.md

-5
This file was deleted.

.changeset/ninety-taxis-lick.md

-5
This file was deleted.

.changeset/plenty-pumas-suffer.md

-8
This file was deleted.

.changeset/spotty-years-add.md

-5
This file was deleted.

.changeset/sweet-waves-matter.md

-8
This file was deleted.

.changeset/thick-numbers-play.md

-5
This file was deleted.

apps/storybook/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @primer/brand-storybook
22

3+
## 0.41.0
4+
35
## 0.40.1
46

57
## 0.40.0

apps/storybook/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@primer/brand-storybook",
3-
"version": "0.40.1",
3+
"version": "0.41.0",
44
"private": true,
55
"description": "Primer Brand Storybook",
66
"keywords": [

packages/design-tokens/CHANGELOG.md

+31
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
# @primer/brand-primitives
22

3+
## 0.41.0
4+
5+
### Minor Changes
6+
7+
- [#774](https://github.com/primer/brand/pull/774) [`a6baf41d`](https://github.com/primer/brand/commit/a6baf41dfbb3ac54b12c41ba196b256be3a9315d) Thanks [@joshfarrant](https://github.com/joshfarrant)! - Fixed issue where `Button` component would reflow and break over multiple lines when its text content exceeded the viewport width.
8+
9+
:warning: Breaking changes to the following design tokens:
10+
11+
```diff
12+
- --brand-control-medium-paddingBlock
13+
+ --brand-control-medium-paddingBlock-normal
14+
```
15+
16+
```diff
17+
- --brand-control-large-paddingBlock
18+
+ --brand-control-large-paddingBlock-normal
19+
```
20+
21+
Additional tokens added:
22+
23+
```diff
24+
+ --brand-control-medium-paddingBlock-condensed
25+
+ --brand-control-large-paddingBlock-condensed
26+
```
27+
28+
### Patch Changes
29+
30+
- [#791](https://github.com/primer/brand/pull/791) [`8105b6a3`](https://github.com/primer/brand/commit/8105b6a31ad61f90a07ca67417552795cf4237c0) Thanks [@joshfarrant](https://github.com/joshfarrant)! - Increased spacing between `River` components on narrow viewports from `28px` to `36px`
31+
32+
- [#769](https://github.com/primer/brand/pull/769) [`41531950`](https://github.com/primer/brand/commit/4153195009f1a0e37b117546b543b476f970245a) Thanks [@danielguillan](https://github.com/danielguillan)! - Adjust text 800 line height
33+
334
## 0.40.1
435

536
### Patch Changes

packages/design-tokens/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@primer/brand-primitives",
3-
"version": "0.40.1",
3+
"version": "0.41.0",
44
"description": "Color, spacing, and typography primitives for the Primer Brand Design System ",
55
"keywords": [
66
"primer",

packages/e2e/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @primer/brand-e2e
22

3+
## 0.41.0
4+
35
## 0.40.1
46

57
## 0.40.0

packages/e2e/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@primer/brand-e2e",
3-
"version": "0.40.1",
3+
"version": "0.41.0",
44
"private": true,
55
"description": "Primer Brand is a GitHub's design system for creating React-based marketing websites and digital experiences.",
66
"keywords": [

packages/fonts/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @primer/brand-fonts
22

3+
## 0.41.0
4+
35
## 0.40.1
46

57
## 0.40.0

packages/fonts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@primer/brand-fonts",
3-
"version": "0.40.1",
3+
"version": "0.41.0",
44
"private": true,
55
"description": "Primer Brand is a GitHub's design system for creating React-based marketing websites and digital experiences.",
66
"keywords": [

packages/react/CHANGELOG.md

+58
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,63 @@
11
# @primer/react-brand
22

3+
## 0.41.0
4+
5+
### Minor Changes
6+
7+
- [#779](https://github.com/primer/brand/pull/779) [`b5c291e2`](https://github.com/primer/brand/commit/b5c291e290313d1c03ae79ef39fb02cb12b05cbe) Thanks [@joshfarrant](https://github.com/joshfarrant)! - Accessibility improvements to the `FormControl.Hint` component.
8+
9+
- `FormControl.Hint` is now automatically associated with the form field using `aria-describedby`.
10+
- Improvements to the styling of `FormControl.Hint` when used alongside a `Checkbox`.
11+
12+
### Patch Changes
13+
14+
- [#791](https://github.com/primer/brand/pull/791) [`8105b6a3`](https://github.com/primer/brand/commit/8105b6a31ad61f90a07ca67417552795cf4237c0) Thanks [@joshfarrant](https://github.com/joshfarrant)! - Increased spacing between `River` components on narrow viewports from `28px` to `36px`
15+
16+
- [#776](https://github.com/primer/brand/pull/776) [`06fd8476`](https://github.com/primer/brand/commit/06fd84763527bdb9f99a04b367ab4736fd396b6e) Thanks [@joshfarrant](https://github.com/joshfarrant)! - Added `aria-describedby` attribute to leading/trailing text and visuals in `TextInput` component
17+
18+
- [#781](https://github.com/primer/brand/pull/781) [`ec6ffc36`](https://github.com/primer/brand/commit/ec6ffc363cfa4fcb4ad5fc3c38100cf5d0fbc099) Thanks [@joshfarrant](https://github.com/joshfarrant)! - - `Card` component no longer expands to full width when `fullWidth={false}`
19+
20+
- `Card` component no longer renders duplicate borders in dark mode when `hasBorder={true}`
21+
22+
- [#774](https://github.com/primer/brand/pull/774) [`a6baf41d`](https://github.com/primer/brand/commit/a6baf41dfbb3ac54b12c41ba196b256be3a9315d) Thanks [@joshfarrant](https://github.com/joshfarrant)! - Fixed issue where `Button` component would reflow and break over multiple lines when its text content exceeded the viewport width.
23+
24+
:warning: Breaking changes to the following design tokens:
25+
26+
```diff
27+
- --brand-control-medium-paddingBlock
28+
+ --brand-control-medium-paddingBlock-normal
29+
```
30+
31+
```diff
32+
- --brand-control-large-paddingBlock
33+
+ --brand-control-large-paddingBlock-normal
34+
```
35+
36+
Additional tokens added:
37+
38+
```diff
39+
+ --brand-control-medium-paddingBlock-condensed
40+
+ --brand-control-large-paddingBlock-condensed
41+
```
42+
43+
- [#728](https://github.com/primer/brand/pull/728) [`c6ee839e`](https://github.com/primer/brand/commit/c6ee839e094c7b122ff6804674997994ae7f4ee1) Thanks [@MelissaPastore](https://github.com/MelissaPastore)! - Fixed a bug with the `Checkbox` component where validation messages wouldn't be positioned correctly.
44+
45+
- [#768](https://github.com/primer/brand/pull/768) [`0270f06d`](https://github.com/primer/brand/commit/0270f06d4e5cc85aea5f671caa2c7e8ab08abe64) Thanks [@danielguillan](https://github.com/danielguillan)! - Improves spacing of `RiverBreakout` content
46+
47+
- [#797](https://github.com/primer/brand/pull/797) [`b3e34be5`](https://github.com/primer/brand/commit/b3e34be569a1cb639325ce10220be07c3a35ea84) Thanks [@rezrah](https://github.com/rezrah)! - Fixed visual bug in `RiverStoryScroll` layout on narrow viewports. Also adjusted positioning of the pagination to be closer to the scrolled items.
48+
49+
- [#760](https://github.com/primer/brand/pull/760) [`6be1118d`](https://github.com/primer/brand/commit/6be1118d4042e5efd78898583f546f46eac4921a) Thanks [@joshfarrant](https://github.com/joshfarrant)! - Fixed a bug where passing a className to `Hero.Label` or `Hero.Eyebrow` would replace the default class.
50+
51+
- [#766](https://github.com/primer/brand/pull/766) [`d10dc535`](https://github.com/primer/brand/commit/d10dc535284effd85966bab7ba1c02452fd1ec8d) Thanks [@danielguillan](https://github.com/danielguillan)! - Adds internal paddings to River content on larger viewports
52+
53+
- [#767](https://github.com/primer/brand/pull/767) [`299ad371`](https://github.com/primer/brand/commit/299ad371ac4de9582fa27c65226bdd7c71f5689d) Thanks [@danielguillan](https://github.com/danielguillan)! - - Update the order of River children to ensure an accessible markup structure.
54+
55+
- On narrow viewports, the content and visuals are now flipped, with the visuals always placed first to enhance visual hierarchy.
56+
57+
> :warning: This may introduce a visual breaking change, whereby the visual is now displayed earlier in the page than originally intended. Please manually review content adjacent to the `River` components for correctness.
58+
59+
- [#785](https://github.com/primer/brand/pull/785) [`ec7d4023`](https://github.com/primer/brand/commit/ec7d4023ca526c42648322fbb62e2c04fec4ddc0) Thanks [@joshfarrant](https://github.com/joshfarrant)! - Fixed bug in `Card` component which caused the focus outline to not display when in dark-mode
60+
361
## 0.40.1
462

563
### Patch Changes

packages/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@primer/react-brand",
3-
"version": "0.40.1",
3+
"version": "0.41.0",
44
"description": "Primer Brand is a GitHub's design system for creating React-based marketing websites and digital experiences.",
55
"keywords": [
66
"primer",

packages/repo-configs/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @primer/brand-config
22

3+
## 0.41.0
4+
35
## 0.40.1
46

57
## 0.40.0

packages/repo-configs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@primer/brand-config",
3-
"version": "0.40.1",
3+
"version": "0.41.0",
44
"private": true,
55
"description": "General-purpose configurations for maintaining Primer Brand",
66
"homepage": "https://primer.style/brand",

0 commit comments

Comments
 (0)