Skip to content

Commit 92fc9d3

Browse files
Version Packages (#1016)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 9dd9480 commit 92fc9d3

20 files changed

+43
-45
lines changed

.changeset/hot-ways-shout.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/hungry-tips-sing.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/polite-otters-compare.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changeset/tame-shirts-stare.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changeset/ten-carrots-appear.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tiny-bears-lick.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

apps/next-docs/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @primer/brand-docs
22

3+
## 0.54.1
4+
35
## 0.54.0
46

57
## 0.53.0

apps/next-docs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@primer/brand-docs",
3-
"version": "0.54.0",
3+
"version": "0.54.1",
44
"private": true,
55
"description": "Primer Brand Documentation",
66
"keywords": [
@@ -39,9 +39,9 @@
3939
},
4040
"devDependencies": {
4141
"@github/prettier-config": "^0.0.6",
42-
"@primer/brand-primitives": "^0.54.0",
42+
"@primer/brand-primitives": "^0.54.1",
4343
"@primer/react": "37.11.2",
44-
"@primer/react-brand": "0.54.0",
44+
"@primer/react-brand": "0.54.1",
4545
"@types/node": "18.11.10",
4646
"eslint-config-next": "15.2.4",
4747
"prettier": "^3.5.1",

apps/storybook/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @primer/brand-storybook
22

3+
## 0.54.1
4+
35
## 0.54.0
46

57
## 0.53.0

apps/storybook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@primer/brand-storybook",
3-
"version": "0.54.0",
3+
"version": "0.54.1",
44
"private": true,
55
"description": "Primer Brand Storybook",
66
"keywords": [

packages/design-tokens/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @primer/brand-primitives
22

3+
## 0.54.1
4+
35
## 0.54.0
46

57
## 0.53.0

packages/design-tokens/package.json

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

packages/e2e/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @primer/brand-e2e
22

3+
## 0.54.1
4+
35
## 0.54.0
46

57
## 0.53.0

packages/e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@primer/brand-e2e",
3-
"version": "0.54.0",
3+
"version": "0.54.1",
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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @primer/brand-fonts
22

3+
## 0.54.1
4+
35
## 0.54.0
46

57
## 0.53.0

packages/fonts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@primer/brand-fonts",
3-
"version": "0.54.0",
3+
"version": "0.54.1",
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

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# @primer/react-brand
22

3+
## 0.54.1
4+
5+
### Patch Changes
6+
7+
- [#1025](https://github.com/primer/brand/pull/1025) [`667d820`](https://github.com/primer/brand/commit/667d82065ae71bab332252bb3da5e726f3f56e69) Thanks [@joshfarrant](https://github.com/joshfarrant)! - Removed `aria-describedby` from `AnchorNav.Link` component.
8+
9+
- [#1015](https://github.com/primer/brand/pull/1015) [`1afeeae`](https://github.com/primer/brand/commit/1afeeaeb9329251b79a3f737dbec118006e91e20) Thanks [@danielguillan](https://github.com/danielguillan)! - Fixed an issue in `ActionMenu` where anchor links in `split-button` mode were only clickable on the text. Now, the clickable area covers the full width and height of the item.
10+
11+
- [#1024](https://github.com/primer/brand/pull/1024) [`97b7a97`](https://github.com/primer/brand/commit/97b7a97719af118419f278fade092b387a0ee2b7) Thanks [@joshfarrant](https://github.com/joshfarrant)! - Improved accessibility of `SubNav` component when no active link — denoted by `aria-current="page"` — is present.
12+
13+
- Hide last separator (on large viewports only) when there is no active link
14+
- Set a fallback accessible label on the overlay toggle when there is no active link
15+
16+
- [#1020](https://github.com/primer/brand/pull/1020) [`584280e`](https://github.com/primer/brand/commit/584280e339c6e1bf039f66a9f1040dd4db29aa25) Thanks [@joshfarrant](https://github.com/joshfarrant)! - `ActionMenu` bugfixes:
17+
18+
- Fixed a bug in `ActionMenu.Item` where provided `onClick` and `onKeyDown` handlers wouldn't be called.
19+
- Fixed a bug which allowed <kbd>Tab</kbd> to cycle through the list of `ActionMenu.Item` elements which resulted in unpredictable focus behaviour. The intended way to navigate through the list is by using the arrow keys.
20+
21+
- [#1012](https://github.com/primer/brand/pull/1012) [`ce945a2`](https://github.com/primer/brand/commit/ce945a2f7f2095cc58dbbd5665b23d3c3e60a711) Thanks [@joshfarrant](https://github.com/joshfarrant)! - Removed the `Checkbox` and `Radio` components' built-in `<label>` as it was only used for styling and would result in inputs having two associated labels when used inside a `FormControl`.
22+
23+
- [#1017](https://github.com/primer/brand/pull/1017) [`dd93551`](https://github.com/primer/brand/commit/dd9355102da60eb5ecd89db0f3b2e478b7dab6d6) Thanks [@joshfarrant](https://github.com/joshfarrant)! - Increased the touch target size of `SubNav.SubMenu` toggle button
24+
325
## 0.54.0
426

527
### Minor Changes

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@primer/react-brand",
3-
"version": "0.54.0",
3+
"version": "0.54.1",
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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @primer/brand-config
22

3+
## 0.54.1
4+
35
## 0.54.0
46

57
## 0.53.0

packages/repo-configs/package.json

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

0 commit comments

Comments
 (0)