Skip to content
Merged
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
5 changes: 0 additions & 5 deletions .changeset/calm-scrolls-rest.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/clear-pages-compose.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/fix-action-menu-split-button-click.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-esm-control-color-tokens.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/fresh-colors-map.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/fresh-images-flow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fuzzy-years-smile.md

This file was deleted.

22 changes: 0 additions & 22 deletions .changeset/hero-button-group.md

This file was deleted.

15 changes: 0 additions & 15 deletions .changeset/hero-media-position-padding.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/neat-lists-align.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/pagination-labels-prop.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/quiet-otters-dance.md

This file was deleted.

16 changes: 0 additions & 16 deletions .changeset/river-visual-layout.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-pandas-draw.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-wolves-pause.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/soft-banners-sparkle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/soft-clouds-shift.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-traps-focus.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.72.0

## 0.71.0

## 0.70.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.71.0",
"version": "0.72.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.71.0",
"@primer/brand-primitives": "^0.72.0",
"@primer/react": "38.18.0",
"@primer/react-brand": "0.71.0",
"@primer/react-brand": "0.72.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.72.0

## 0.71.0

## 0.70.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.71.0",
"version": "0.72.0",
"private": true,
"type": "module",
"description": "Primer Brand Storybook",
Expand Down
26 changes: 26 additions & 0 deletions packages/css/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# @primer/brand-css

## 0.72.0

### Minor Changes

- [#1413](https://github.com/primer/brand/pull/1413) [`6288e69`](https://github.com/primer/brand/commit/6288e690492fc779819e65013f9a5b61bbf2b3b6) Thanks [@rezrah](https://github.com/rezrah)! - ⚠️ Breaking change to `Hero.Image` and `Hero.Video` ⚠️

Previously combined `padding` and `position` semantics have been separated.

The `position` prop will now only control layout and positioning relative to the content. It accepts `block-end`, `inline-start`, or `inline-end`.

```diff
-<Hero.Image position="block-end-padded" src="image.jpg" alt="" />
+<Hero.Image position="block-end" padding="all" src="image.jpg" alt="" />
```

- [#1413](https://github.com/primer/brand/pull/1413) [`6288e69`](https://github.com/primer/brand/commit/6288e690492fc779819e65013f9a5b61bbf2b3b6) Thanks [@rezrah](https://github.com/rezrah)! - Added opt-in `position` and `padding` controls to `River.Visual` media in the `gridline` variant.

🔗 Storybook examples:

- [Center position](https://stunning-chainsaw-j82glqz.pages.github.io/brand/storybook/?path=/story/components-river-features-gridline-variants--grid-line-visual-position-center)
- [Block-end position](https://stunning-chainsaw-j82glqz.pages.github.io/brand/storybook/?path=/story/components-river-features-gridline-variants--grid-line-visual-position-block-end)
- [Block-end inline-start position](https://stunning-chainsaw-j82glqz.pages.github.io/brand/storybook/?path=/story/components-river-features-gridline-variants--grid-line-visual-position-block-end-inline-start)
- [Block-end inline-end position](https://stunning-chainsaw-j82glqz.pages.github.io/brand/storybook/?path=/story/components-river-features-gridline-variants--grid-line-visual-position-block-end-inline-end)
- [No padding](https://stunning-chainsaw-j82glqz.pages.github.io/brand/storybook/?path=/story/components-river-features-gridline-variants--grid-line-visual-padding-none)
- [Padding on all sides](https://stunning-chainsaw-j82glqz.pages.github.io/brand/storybook/?path=/story/components-river-features-gridline-variants--grid-line-visual-padding-all)

## 0.71.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.71.0",
"version": "0.72.0",
"description": "CSS stylesheets for Primer Brand components",
"keywords": [
"primer",
Expand Down
20 changes: 20 additions & 0 deletions packages/design-tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @primer/brand-primitives

## 0.72.0

### Minor Changes

- [#1413](https://github.com/primer/brand/pull/1413) [`6288e69`](https://github.com/primer/brand/commit/6288e690492fc779819e65013f9a5b61bbf2b3b6) Thanks [@rezrah](https://github.com/rezrah)! - Added opt-in `position` and `padding` controls to `River.Visual` media in the `gridline` variant.

🔗 Storybook examples:

- [Center position](https://stunning-chainsaw-j82glqz.pages.github.io/brand/storybook/?path=/story/components-river-features-gridline-variants--grid-line-visual-position-center)
- [Block-end position](https://stunning-chainsaw-j82glqz.pages.github.io/brand/storybook/?path=/story/components-river-features-gridline-variants--grid-line-visual-position-block-end)
- [Block-end inline-start position](https://stunning-chainsaw-j82glqz.pages.github.io/brand/storybook/?path=/story/components-river-features-gridline-variants--grid-line-visual-position-block-end-inline-start)
- [Block-end inline-end position](https://stunning-chainsaw-j82glqz.pages.github.io/brand/storybook/?path=/story/components-river-features-gridline-variants--grid-line-visual-position-block-end-inline-end)
- [No padding](https://stunning-chainsaw-j82glqz.pages.github.io/brand/storybook/?path=/story/components-river-features-gridline-variants--grid-line-visual-padding-none)
- [Padding on all sides](https://stunning-chainsaw-j82glqz.pages.github.io/brand/storybook/?path=/story/components-river-features-gridline-variants--grid-line-visual-padding-all)

### Patch Changes

- [#1412](https://github.com/primer/brand/pull/1412) [`6bf33b3`](https://github.com/primer/brand/commit/6bf33b3b17baafcda640de90fa96450427bbbef8) Thanks [@danielguillan](https://github.com/danielguillan)! - - Mapped the light and dark `--brand-color-text-link-rest` values to `blue-6` and `blue-1`.
- Updated the light `--brand-color-canvas-muted` value to `#F9FBF9`.

## 0.71.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.71.0",
"version": "0.72.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.72.0

## 0.71.0

## 0.70.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.71.0",
"version": "0.72.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.72.0

## 0.71.0

## 0.70.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.71.0",
"version": "0.72.0",
"private": true,
"description": "Primer Brand is a GitHub's design system for creating React-based marketing websites and digital experiences.",
"keywords": [
Expand Down
11 changes: 11 additions & 0 deletions packages/mcp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @primer/brand-mcp

## 0.72.0

### Patch Changes

- [#1400](https://github.com/primer/brand/pull/1400) [`29cf9f0`](https://github.com/primer/brand/commit/29cf9f0ec459f1f3d9791073459eef2ae497d96f) Thanks [@rezrah](https://github.com/rezrah)! - Improves guidance and examples delivered through the Primer Brand MCP tools:

- Improves guidance delivered through the `primer_brand_review` tool.
- Cleaner output from the `primer_brand_examples` tool.
- Add new page design guidance advising that `River` descriptions are limited to 160 characters and the default `50:50` image-to-text ratio is preferred.
- Improved guidance on imagery used in `Hero` and `River` components

## 0.71.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.71.0",
"version": "0.72.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
Loading
Loading