Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions .changeset/calm-videos-play.md

This file was deleted.

14 changes: 0 additions & 14 deletions .changeset/conditional-button-group-children.md

This file was deleted.

14 changes: 0 additions & 14 deletions .changeset/curvy-taxis-travel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-responsive-expressive-testimonial.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/major-years-unite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-gridlines-connect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-cards-responsive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wide-faq-gridlines.md

This file was deleted.

2 changes: 2 additions & 0 deletions apps/next-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @primer/brand-docs

## 0.73.0

## 0.72.0

## 0.71.0
Expand Down
6 changes: 3 additions & 3 deletions apps/next-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@primer/brand-docs",
"version": "0.72.0",
"version": "0.73.0",
"private": true,
"description": "Primer Brand Documentation",
"keywords": [
Expand Down Expand Up @@ -39,9 +39,9 @@
},
"devDependencies": {
"@github/prettier-config": "^0.0.6",
"@primer/brand-primitives": "^0.72.0",
"@primer/brand-primitives": "^0.73.0",
"@primer/react": "38.18.0",
"@primer/react-brand": "0.72.0",
"@primer/react-brand": "0.73.0",
"@swc/core": "^1.15.21",
"@types/node": "24.12.0",
"@types/react": "^19.2.6",
Expand Down
2 changes: 2 additions & 0 deletions apps/storybook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @primer/brand-storybook

## 0.73.0

## 0.72.0

## 0.71.0
Expand Down
2 changes: 1 addition & 1 deletion apps/storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@primer/brand-storybook",
"version": "0.72.0",
"version": "0.73.0",
"private": true,
"type": "module",
"description": "Primer Brand Storybook",
Expand Down
2 changes: 2 additions & 0 deletions packages/css/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @primer/brand-css

## 0.73.0

## 0.72.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@primer/brand-css",
"version": "0.72.0",
"version": "0.73.0",
"description": "CSS stylesheets for Primer Brand components",
"keywords": [
"primer",
Expand Down
14 changes: 14 additions & 0 deletions packages/design-tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @primer/brand-primitives

## 0.73.0

### Patch Changes

- [#1438](https://github.com/primer/brand/pull/1438) [`baa0861`](https://github.com/primer/brand/commit/baa0861d4a05aabd703dd62059b85caf743f97d3) Thanks [@rezrah](https://github.com/rezrah)! - Added configurable `Card.Image` padding, which allows for full-bleed images to be displayed.

Example:

```jsx
<Card hasBorder>
<Card.Image padding="none" {...rest} />
</Card>
```

## 0.72.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/design-tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@primer/brand-primitives",
"version": "0.72.0",
"version": "0.73.0",
"description": "Color, spacing, and typography primitives for the Primer Brand Design System ",
"keywords": [
"primer",
Expand Down
2 changes: 2 additions & 0 deletions packages/e2e/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @primer/brand-e2e

## 0.73.0

## 0.72.0

## 0.71.0
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@primer/brand-e2e",
"version": "0.72.0",
"version": "0.73.0",
"private": true,
"description": "Primer Brand is a GitHub's design system for creating React-based marketing websites and digital experiences.",
"keywords": [
Expand Down
2 changes: 2 additions & 0 deletions packages/fonts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @primer/brand-fonts

## 0.73.0

## 0.72.0

## 0.71.0
Expand Down
2 changes: 1 addition & 1 deletion packages/fonts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@primer/brand-fonts",
"version": "0.72.0",
"version": "0.73.0",
"private": true,
"description": "Primer Brand is a GitHub's design system for creating React-based marketing websites and digital experiences.",
"keywords": [
Expand Down
6 changes: 6 additions & 0 deletions packages/mcp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @primer/brand-mcp

## 0.73.0

### Patch Changes

- [#1438](https://github.com/primer/brand/pull/1438) [`baa0861`](https://github.com/primer/brand/commit/baa0861d4a05aabd703dd62059b85caf743f97d3) Thanks [@rezrah](https://github.com/rezrah)! - Improved gridline guidance. Also added new example CSS with canonical component examples to the catalog.

## 0.72.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mcp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@primer/brand-mcp",
"version": "0.72.0",
"version": "0.73.0",
"description": "MCP (Model Context Protocol) server that helps AI agents use Primer Brand (@primer/react-brand) correctly when building GitHub marketing and landing pages.",
"keywords": [
"primer",
Expand Down
43 changes: 43 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,48 @@
# @primer/react-brand

## 0.73.0

### Minor Changes

- [#1425](https://github.com/primer/brand/pull/1425) [`a486555`](https://github.com/primer/brand/commit/a48655575e03ab38ffcb3cb0e3752c5e34f55fae) Thanks [@danielguillan](https://github.com/danielguillan)! - Added the new `MinimalVideoPlayer` component for presenting muted, looping videos with a minimal play and pause control.

```tsx
<MinimalVideoPlayer poster="/video-poster.jpg" src="/video.webm" title="Product interface demonstration" />
```

🔗 [See `MinimalVideoPlayer` documentation for more usage examples](https://primer.style/brand/components/MinimalVideoPlayer)

### Patch Changes

- [#1432](https://github.com/primer/brand/pull/1432) [`e8b64f0`](https://github.com/primer/brand/commit/e8b64f0c2ab057d628fad125cc390c4cff665589) Thanks [@rezrah](https://github.com/rezrah)! - Allow `ButtonGroup` to accept conditionally rendered children.

Example:

```jsx
<ButtonGroup>
<Button>Primary action</Button>
{showSecondaryAction ? <Button>Secondary action</Button> : null}
</ButtonGroup>
```

- [#1438](https://github.com/primer/brand/pull/1438) [`baa0861`](https://github.com/primer/brand/commit/baa0861d4a05aabd703dd62059b85caf743f97d3) Thanks [@rezrah](https://github.com/rezrah)! - Added configurable `Card.Image` padding, which allows for full-bleed images to be displayed.

Example:

```jsx
<Card hasBorder>
<Card.Image padding="none" {...rest} />
</Card>
```

- [#1439](https://github.com/primer/brand/pull/1439) [`bca51bc`](https://github.com/primer/brand/commit/bca51bc13ddb2df7c3f8b6b17b8812195468d1cb) Thanks [@danielguillan](https://github.com/danielguillan)! - Update expressive `Testimonial` typography, spacing, and responsive composition to match the design.

- [#1439](https://github.com/primer/brand/pull/1439) [`bca51bc`](https://github.com/primer/brand/commit/bca51bc13ddb2df7c3f8b6b17b8812195468d1cb) Thanks [@danielguillan](https://github.com/danielguillan)! - Added `width: 100%` to all `River` components to fix layout regression on tablet viewports

- [#1428](https://github.com/primer/brand/pull/1428) [`8ac13c8`](https://github.com/primer/brand/commit/8ac13c8367b8ac99abd6e8ca1aca86aa305ec3a8) Thanks [@danielguillan](https://github.com/danielguillan)! - Updated `Card` responsive spacing, exposed arrow CTA labels on non-hover devices, and removed the hover scale effect.

- [#1441](https://github.com/primer/brand/pull/1441) [`8040f9a`](https://github.com/primer/brand/commit/8040f9a789a71493c06cf8fbc543aed0d87f70d0) Thanks [@rezrah](https://github.com/rezrah)! - Updated the `FAQ` gridline variant to include inline padding by default for narrow viewports.

## 0.72.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@primer/react-brand",
"version": "0.72.0",
"version": "0.73.0",
"description": "Primer Brand is a GitHub's design system for creating React-based marketing websites and digital experiences.",
"keywords": [
"primer",
Expand Down
2 changes: 2 additions & 0 deletions packages/repo-configs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @primer/brand-config

## 0.73.0

## 0.72.0

## 0.71.0
Expand Down
2 changes: 1 addition & 1 deletion packages/repo-configs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@primer/brand-config",
"version": "0.72.0",
"version": "0.73.0",
"type": "module",
"private": true,
"description": "General-purpose configurations for maintaining Primer Brand",
Expand Down
Loading