Skip to content

Commit 0ef6165

Browse files
Version Packages (#977)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 663a4c1 commit 0ef6165

17 files changed

+33
-26
lines changed

.changeset/gold-zoos-relax.md

-5
This file was deleted.

.changeset/happy-fishes-attack.md

-7
This file was deleted.

.changeset/spicy-ears-hang.md

-5
This file was deleted.

apps/next-docs/CHANGELOG.md

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

3+
## 0.51.1
4+
35
## 0.51.0
46

57
## 0.50.0

apps/next-docs/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@primer/brand-docs",
3-
"version": "0.51.0",
3+
"version": "0.51.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.51.0",
42+
"@primer/brand-primitives": "^0.51.1",
4343
"@primer/react": "37.11.2",
44-
"@primer/react-brand": "0.51.0",
44+
"@primer/react-brand": "0.51.1",
4545
"@types/node": "18.11.10",
4646
"eslint-config-next": "15.2.4",
4747
"prettier": "^3.5.1",

apps/storybook/CHANGELOG.md

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

3+
## 0.51.1
4+
35
## 0.51.0
46

57
## 0.50.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.51.0",
3+
"version": "0.51.1",
44
"private": true,
55
"description": "Primer Brand Storybook",
66
"keywords": [

packages/design-tokens/CHANGELOG.md

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

3+
## 0.51.1
4+
35
## 0.51.0
46

57
## 0.50.0

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.51.0",
3+
"version": "0.51.1",
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.51.1
4+
35
## 0.51.0
46

57
## 0.50.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.51.0",
3+
"version": "0.51.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

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

3+
## 0.51.1
4+
35
## 0.51.0
46

57
## 0.50.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.51.0",
3+
"version": "0.51.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

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

3+
## 0.51.1
4+
5+
### Patch Changes
6+
7+
- [#972](https://github.com/primer/brand/pull/972) [`663a4c1`](https://github.com/primer/brand/commit/663a4c1c4ace65e45ed0e58ff604cf578c04f5e4) Thanks [@rezrah](https://github.com/rezrah)! - Add mode="split-button" variant to `ActionMenu` component
8+
9+
- [#972](https://github.com/primer/brand/pull/972) [`663a4c1`](https://github.com/primer/brand/commit/663a4c1c4ace65e45ed0e58ff604cf578c04f5e4) Thanks [@rezrah](https://github.com/rezrah)! - Removed default arrow visibility in the `ButtonGroup` and `CTABanner` components.
10+
11+
Use `hasArrow` on individual `Button` elements to restore the previous arrow appearance.
12+
13+
- [#972](https://github.com/primer/brand/pull/972) [`663a4c1`](https://github.com/primer/brand/commit/663a4c1c4ace65e45ed0e58ff604cf578c04f5e4) Thanks [@rezrah](https://github.com/rezrah)! - `ActionMenu` overlay alignment now defaults to `end`, where it was previously `start`. Use the `menuAlignment` prop in `ActionMenu` to restore previous behavior if required.
14+
315
## 0.51.0
416

517
### Minor 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.51.0",
3+
"version": "0.51.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

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

3+
## 0.51.1
4+
35
## 0.51.0
46

57
## 0.50.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.51.0",
3+
"version": "0.51.1",
44
"private": true,
55
"description": "General-purpose configurations for maintaining Primer Brand",
66
"homepage": "https://primer.style/brand",

0 commit comments

Comments
 (0)