From c27c2e9b0bf126a373aa5c97532db60a8a8acc20 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 10:51:22 +0000 Subject: [PATCH] Version Packages --- .changeset/bundle-version-pinned-docs.md | 5 --- .../exclude-internal-type-declarations.md | 11 ----- .changeset/few-swans-beam.md | 5 --- .changeset/footnotes-gap-reduce.md | 5 --- .changeset/heading-usage-guidance.md | 5 --- .changeset/hero-expressive-align.md | 7 --- ...hero-gridline-expressive-narrow-padding.md | 5 --- .changeset/lucky-socks-carry.md | 5 --- .changeset/media-playlist-narrow-spacing.md | 5 --- .changeset/navlist-component.md | 7 --- .changeset/pillar-icon-radius.md | 5 --- .changeset/primer-brand-mcp.md | 35 --------------- .../section-intro-stacked-icon-radius.md | 5 --- .changeset/statistic-color-consistency.md | 5 --- .changeset/tiles-tablet-columns.md | 5 --- apps/next-docs/CHANGELOG.md | 2 + apps/next-docs/package.json | 6 +-- apps/storybook/CHANGELOG.md | 2 + apps/storybook/package.json | 2 +- packages/css/CHANGELOG.md | 2 + packages/css/package.json | 2 +- packages/design-tokens/CHANGELOG.md | 2 + packages/design-tokens/package.json | 2 +- packages/e2e/CHANGELOG.md | 2 + packages/e2e/package.json | 2 +- packages/fonts/CHANGELOG.md | 2 + packages/fonts/package.json | 2 +- packages/mcp/CHANGELOG.md | 37 ++++++++++++++++ packages/mcp/package.json | 2 +- packages/react/CHANGELOG.md | 44 +++++++++++++++++++ packages/react/package.json | 2 +- packages/repo-configs/CHANGELOG.md | 2 + packages/repo-configs/package.json | 2 +- 33 files changed, 106 insertions(+), 126 deletions(-) delete mode 100644 .changeset/bundle-version-pinned-docs.md delete mode 100644 .changeset/exclude-internal-type-declarations.md delete mode 100644 .changeset/few-swans-beam.md delete mode 100644 .changeset/footnotes-gap-reduce.md delete mode 100644 .changeset/heading-usage-guidance.md delete mode 100644 .changeset/hero-expressive-align.md delete mode 100644 .changeset/hero-gridline-expressive-narrow-padding.md delete mode 100644 .changeset/lucky-socks-carry.md delete mode 100644 .changeset/media-playlist-narrow-spacing.md delete mode 100644 .changeset/navlist-component.md delete mode 100644 .changeset/pillar-icon-radius.md delete mode 100644 .changeset/primer-brand-mcp.md delete mode 100644 .changeset/section-intro-stacked-icon-radius.md delete mode 100644 .changeset/statistic-color-consistency.md delete mode 100644 .changeset/tiles-tablet-columns.md create mode 100644 packages/mcp/CHANGELOG.md diff --git a/.changeset/bundle-version-pinned-docs.md b/.changeset/bundle-version-pinned-docs.md deleted file mode 100644 index 9a45a86100..0000000000 --- a/.changeset/bundle-version-pinned-docs.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react-brand': patch ---- - -Version-pinned documentation is now bundled in `@primer/react-brand`. Each release now ships Markdown documentation at parity with primer.style/brand under `docs/`, plus an `llms.txt` index. This is to help agents reference documentation that matches their installed version instead relying on the latest version of documentation published to primer.style/brand, which may be ahead of what's locally installed. diff --git a/.changeset/exclude-internal-type-declarations.md b/.changeset/exclude-internal-type-declarations.md deleted file mode 100644 index c1cad2d270..0000000000 --- a/.changeset/exclude-internal-type-declarations.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -'@primer/react-brand': minor ---- - -⚠️ Changes to the files listed in the package: `lib/` (UMD) and `esm/` (ESM) bundles now ship a clean, filtered list of React modules and type declarations (everything exported from `index.ts`). Internal-only modules that were never intended for the package like `recipes/` and Storybook test `fixtures/` — are no longer included: - -```diff -- @primer/react-brand/esm/recipes/** -- @primer/react-brand/{lib,esm}/**/fixtures/** -- @primer/react-brand/{lib,esm}/**/*.fixtures.d.ts -``` diff --git a/.changeset/few-swans-beam.md b/.changeset/few-swans-beam.md deleted file mode 100644 index 5eda57a979..0000000000 --- a/.changeset/few-swans-beam.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react-brand': patch ---- - -Update `Token` text styles to use sans-serif and remove the uppercase transform. diff --git a/.changeset/footnotes-gap-reduce.md b/.changeset/footnotes-gap-reduce.md deleted file mode 100644 index 73048df7c7..0000000000 --- a/.changeset/footnotes-gap-reduce.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react-brand': patch ---- - -Reduced the gap between `Footnotes` items from `24px` to `12px` diff --git a/.changeset/heading-usage-guidance.md b/.changeset/heading-usage-guidance.md deleted file mode 100644 index 23b87284ea..0000000000 --- a/.changeset/heading-usage-guidance.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react-brand': patch ---- - -Added inert JSDoc annotations to the `Heading` component's `as` and `size` props clarifying that `as` sets only the semantic heading level while `size` controls the visual size. diff --git a/.changeset/hero-expressive-align.md b/.changeset/hero-expressive-align.md deleted file mode 100644 index 32db8149de..0000000000 --- a/.changeset/hero-expressive-align.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@primer/react-brand': patch ---- - -Adds a dev-only warning to prevent `center` aligned `Hero` content when `variant="gridline-expressive"`. This should always remain start aligned. We not silently prevent this from happening in the `Hero` component. - -The `primer_brand_review` MCP tool also gains an extendable `invalid-prop-combination` rule that flags unsupported pairings like this. diff --git a/.changeset/hero-gridline-expressive-narrow-padding.md b/.changeset/hero-gridline-expressive-narrow-padding.md deleted file mode 100644 index 30efdfe71f..0000000000 --- a/.changeset/hero-gridline-expressive-narrow-padding.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react-brand': patch ---- - -Adjusted the padding in the `gridline-expressive` variant of `Hero` on narrow viewports diff --git a/.changeset/lucky-socks-carry.md b/.changeset/lucky-socks-carry.md deleted file mode 100644 index 6a0e8fdc67..0000000000 --- a/.changeset/lucky-socks-carry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react-brand': patch ---- - -Added descriptive labels to `Footnote` return links for an improved screen-reader experience. Return links will now be read aloud as "Back to content {Link label}" diff --git a/.changeset/media-playlist-narrow-spacing.md b/.changeset/media-playlist-narrow-spacing.md deleted file mode 100644 index 0efcc0f038..0000000000 --- a/.changeset/media-playlist-narrow-spacing.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react-brand': patch ---- - -Adjusted the spacing in the `MediaPlaylist` component on narrow viewports diff --git a/.changeset/navlist-component.md b/.changeset/navlist-component.md deleted file mode 100644 index dd71ad645f..0000000000 --- a/.changeset/navlist-component.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@primer/react-brand': minor ---- - -Adds the `NavList` component for vertical navigation with groups, nested expandable links, current item states, and custom link support. - -[See docs for usage examples](https://primer.style/brand/components/NavList) diff --git a/.changeset/pillar-icon-radius.md b/.changeset/pillar-icon-radius.md deleted file mode 100644 index f35a5f0610..0000000000 --- a/.changeset/pillar-icon-radius.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react-brand': patch ---- - -Increased the `border-radius` of icons in the `Pillar` component to `12px` diff --git a/.changeset/primer-brand-mcp.md b/.changeset/primer-brand-mcp.md deleted file mode 100644 index 83f63db697..0000000000 --- a/.changeset/primer-brand-mcp.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -'@primer/brand-mcp': minor ---- - -Added `@primer/brand-mcp`, a Model Context Protocol (MCP) server that helps AI agents use Primer Brand correctly when building GitHub marketing and landing pages. - -It exposes version-aware tools like: - -- `primer_brand_setup` -- `primer_brand_page_design` -- `primer_brand_component` -- `primer_brand_examples` -- `primer_brand_tokens` -- `primer_brand_asset` -- `primer_brand_docs` -- `primer_brand_review` - -These tools read the `@primer/react-brand` package that you already have installed and validates JSX and CSS against Primer design system conventions during agentic development. - -Add it to your MCP client using `npx @primer/brand-mcp`. - -For Copilot CLI, add the following to your `~/.copilot/mcp-config.json`: - -```json -{ - "mcpServers": { - "primer-brand": { - "type": "local", - "command": "npx", - "args": ["@primer/brand-mcp@latest"], - "tools": ["*"] - } - } -} -``` diff --git a/.changeset/section-intro-stacked-icon-radius.md b/.changeset/section-intro-stacked-icon-radius.md deleted file mode 100644 index 61a344f33b..0000000000 --- a/.changeset/section-intro-stacked-icon-radius.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react-brand': patch ---- - -Increased the `border-radius` of icons in the `SectionIntroStacked` component from `8px` to `12px` diff --git a/.changeset/statistic-color-consistency.md b/.changeset/statistic-color-consistency.md deleted file mode 100644 index 7ec06cff22..0000000000 --- a/.changeset/statistic-color-consistency.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react-brand': patch ---- - -Updated the `Statistic` social proof example to use consistent text colors diff --git a/.changeset/tiles-tablet-columns.md b/.changeset/tiles-tablet-columns.md deleted file mode 100644 index f5dd5717fb..0000000000 --- a/.changeset/tiles-tablet-columns.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react-brand': patch ---- - -Adjusted the `Tiles` grid to use three columns on tablet viewports diff --git a/apps/next-docs/CHANGELOG.md b/apps/next-docs/CHANGELOG.md index 41260e0de9..f00ea20033 100644 --- a/apps/next-docs/CHANGELOG.md +++ b/apps/next-docs/CHANGELOG.md @@ -1,5 +1,7 @@ # @primer/brand-docs +## 0.70.0 + ## 0.69.0 ## 0.68.0 diff --git a/apps/next-docs/package.json b/apps/next-docs/package.json index c6e7e949ab..7c0673787c 100644 --- a/apps/next-docs/package.json +++ b/apps/next-docs/package.json @@ -1,6 +1,6 @@ { "name": "@primer/brand-docs", - "version": "0.69.0", + "version": "0.70.0", "private": true, "description": "Primer Brand Documentation", "keywords": [ @@ -39,9 +39,9 @@ }, "devDependencies": { "@github/prettier-config": "^0.0.6", - "@primer/brand-primitives": "^0.69.0", + "@primer/brand-primitives": "^0.70.0", "@primer/react": "38.18.0", - "@primer/react-brand": "0.69.0", + "@primer/react-brand": "0.70.0", "@swc/core": "^1.15.21", "@types/node": "24.12.0", "@types/react": "^19.2.6", diff --git a/apps/storybook/CHANGELOG.md b/apps/storybook/CHANGELOG.md index b6b186496a..59c4e188b8 100644 --- a/apps/storybook/CHANGELOG.md +++ b/apps/storybook/CHANGELOG.md @@ -1,5 +1,7 @@ # @primer/brand-storybook +## 0.70.0 + ## 0.69.0 ## 0.68.0 diff --git a/apps/storybook/package.json b/apps/storybook/package.json index 25c7c5cce6..ca18eff899 100644 --- a/apps/storybook/package.json +++ b/apps/storybook/package.json @@ -1,6 +1,6 @@ { "name": "@primer/brand-storybook", - "version": "0.69.0", + "version": "0.70.0", "private": true, "type": "module", "description": "Primer Brand Storybook", diff --git a/packages/css/CHANGELOG.md b/packages/css/CHANGELOG.md index c0b5a994a6..5ae6253818 100644 --- a/packages/css/CHANGELOG.md +++ b/packages/css/CHANGELOG.md @@ -1,5 +1,7 @@ # @primer/brand-css +## 0.70.0 + ## 0.69.0 ### Patch Changes diff --git a/packages/css/package.json b/packages/css/package.json index e06ac3cdbe..546c0505d0 100644 --- a/packages/css/package.json +++ b/packages/css/package.json @@ -1,6 +1,6 @@ { "name": "@primer/brand-css", - "version": "0.69.0", + "version": "0.70.0", "description": "CSS stylesheets for Primer Brand components", "keywords": [ "primer", diff --git a/packages/design-tokens/CHANGELOG.md b/packages/design-tokens/CHANGELOG.md index bbcb847c81..0a7c107890 100644 --- a/packages/design-tokens/CHANGELOG.md +++ b/packages/design-tokens/CHANGELOG.md @@ -1,5 +1,7 @@ # @primer/brand-primitives +## 0.70.0 + ## 0.69.0 ### Patch Changes diff --git a/packages/design-tokens/package.json b/packages/design-tokens/package.json index 25b4474190..2b935c8b7a 100644 --- a/packages/design-tokens/package.json +++ b/packages/design-tokens/package.json @@ -1,6 +1,6 @@ { "name": "@primer/brand-primitives", - "version": "0.69.0", + "version": "0.70.0", "description": "Color, spacing, and typography primitives for the Primer Brand Design System ", "keywords": [ "primer", diff --git a/packages/e2e/CHANGELOG.md b/packages/e2e/CHANGELOG.md index c47f6be0ad..734ed7ab4e 100644 --- a/packages/e2e/CHANGELOG.md +++ b/packages/e2e/CHANGELOG.md @@ -1,5 +1,7 @@ # @primer/brand-e2e +## 0.70.0 + ## 0.69.0 ## 0.68.0 diff --git a/packages/e2e/package.json b/packages/e2e/package.json index 388eafef5e..b417a695fe 100644 --- a/packages/e2e/package.json +++ b/packages/e2e/package.json @@ -1,6 +1,6 @@ { "name": "@primer/brand-e2e", - "version": "0.69.0", + "version": "0.70.0", "private": true, "description": "Primer Brand is a GitHub's design system for creating React-based marketing websites and digital experiences.", "keywords": [ diff --git a/packages/fonts/CHANGELOG.md b/packages/fonts/CHANGELOG.md index 12094828c8..0e7e6014fd 100644 --- a/packages/fonts/CHANGELOG.md +++ b/packages/fonts/CHANGELOG.md @@ -1,5 +1,7 @@ # @primer/brand-fonts +## 0.70.0 + ## 0.69.0 ## 0.68.0 diff --git a/packages/fonts/package.json b/packages/fonts/package.json index a3ac73e029..e3f1a0220a 100644 --- a/packages/fonts/package.json +++ b/packages/fonts/package.json @@ -1,6 +1,6 @@ { "name": "@primer/brand-fonts", - "version": "0.69.0", + "version": "0.70.0", "private": true, "description": "Primer Brand is a GitHub's design system for creating React-based marketing websites and digital experiences.", "keywords": [ diff --git a/packages/mcp/CHANGELOG.md b/packages/mcp/CHANGELOG.md new file mode 100644 index 0000000000..94662a678b --- /dev/null +++ b/packages/mcp/CHANGELOG.md @@ -0,0 +1,37 @@ +# @primer/brand-mcp + +## 0.70.0 + +### Minor Changes + +- [#1384](https://github.com/primer/brand/pull/1384) [`d117f36`](https://github.com/primer/brand/commit/d117f3617e9ee6c5d90629a7bc29e5c2c11bf0b1) Thanks [@rezrah](https://github.com/rezrah)! - Added `@primer/brand-mcp`, a Model Context Protocol (MCP) server that helps AI agents use Primer Brand correctly when building GitHub marketing and landing pages. + + It exposes version-aware tools like: + + - `primer_brand_setup` + - `primer_brand_page_design` + - `primer_brand_component` + - `primer_brand_examples` + - `primer_brand_tokens` + - `primer_brand_asset` + - `primer_brand_docs` + - `primer_brand_review` + + These tools read the `@primer/react-brand` package that you already have installed and validates JSX and CSS against Primer design system conventions during agentic development. + + Add it to your MCP client using `npx @primer/brand-mcp`. + + For Copilot CLI, add the following to your `~/.copilot/mcp-config.json`: + + ```json + { + "mcpServers": { + "primer-brand": { + "type": "local", + "command": "npx", + "args": ["@primer/brand-mcp@latest"], + "tools": ["*"] + } + } + } + ``` diff --git a/packages/mcp/package.json b/packages/mcp/package.json index 58fba86296..0f4bb05613 100644 --- a/packages/mcp/package.json +++ b/packages/mcp/package.json @@ -1,6 +1,6 @@ { "name": "@primer/brand-mcp", - "version": "0.69.0", + "version": "0.70.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", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index bd933780ec..7158a98d27 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,49 @@ # @primer/react-brand +## 0.70.0 + +### Minor Changes + +- [#1382](https://github.com/primer/brand/pull/1382) [`04e5a9d`](https://github.com/primer/brand/commit/04e5a9dbf4e5aa666978e2631c0f315738e40233) Thanks [@rezrah](https://github.com/rezrah)! - ⚠️ Changes to the files listed in the package: `lib/` (UMD) and `esm/` (ESM) bundles now ship a clean, filtered list of React modules and type declarations (everything exported from `index.ts`). Internal-only modules that were never intended for the package like `recipes/` and Storybook test `fixtures/` — are no longer included: + + ```diff + - @primer/react-brand/esm/recipes/** + - @primer/react-brand/{lib,esm}/**/fixtures/** + - @primer/react-brand/{lib,esm}/**/*.fixtures.d.ts + ``` + +- [#1378](https://github.com/primer/brand/pull/1378) [`c51633e`](https://github.com/primer/brand/commit/c51633e4c0cd18fdd4d90ca499f2a7753c101340) Thanks [@danielguillan](https://github.com/danielguillan)! - Adds the `NavList` component for vertical navigation with groups, nested expandable links, current item states, and custom link support. + + [See docs for usage examples](https://primer.style/brand/components/NavList) + +### Patch Changes + +- [#1382](https://github.com/primer/brand/pull/1382) [`04e5a9d`](https://github.com/primer/brand/commit/04e5a9dbf4e5aa666978e2631c0f315738e40233) Thanks [@rezrah](https://github.com/rezrah)! - Version-pinned documentation is now bundled in `@primer/react-brand`. Each release now ships Markdown documentation at parity with primer.style/brand under `docs/`, plus an `llms.txt` index. This is to help agents reference documentation that matches their installed version instead relying on the latest version of documentation published to primer.style/brand, which may be ahead of what's locally installed. + +- [#1379](https://github.com/primer/brand/pull/1379) [`7497dc7`](https://github.com/primer/brand/commit/7497dc78e646a55d14a6b433189c134c21968055) Thanks [@danielguillan](https://github.com/danielguillan)! - Update `Token` text styles to use sans-serif and remove the uppercase transform. + +- [#1385](https://github.com/primer/brand/pull/1385) [`7d7800f`](https://github.com/primer/brand/commit/7d7800fc74e14d3eb387fa2d0669ca55dffe21b1) Thanks [@rezrah](https://github.com/rezrah)! - Reduced the gap between `Footnotes` items from `24px` to `12px` + +- [#1384](https://github.com/primer/brand/pull/1384) [`d117f36`](https://github.com/primer/brand/commit/d117f3617e9ee6c5d90629a7bc29e5c2c11bf0b1) Thanks [@rezrah](https://github.com/rezrah)! - Added inert JSDoc annotations to the `Heading` component's `as` and `size` props clarifying that `as` sets only the semantic heading level while `size` controls the visual size. + +- [#1384](https://github.com/primer/brand/pull/1384) [`d117f36`](https://github.com/primer/brand/commit/d117f3617e9ee6c5d90629a7bc29e5c2c11bf0b1) Thanks [@rezrah](https://github.com/rezrah)! - Adds a dev-only warning to prevent `center` aligned `Hero` content when `variant="gridline-expressive"`. This should always remain start aligned. We not silently prevent this from happening in the `Hero` component. + + The `primer_brand_review` MCP tool also gains an extendable `invalid-prop-combination` rule that flags unsupported pairings like this. + +- [#1385](https://github.com/primer/brand/pull/1385) [`7d7800f`](https://github.com/primer/brand/commit/7d7800fc74e14d3eb387fa2d0669ca55dffe21b1) Thanks [@rezrah](https://github.com/rezrah)! - Adjusted the padding in the `gridline-expressive` variant of `Hero` on narrow viewports + +- [#1211](https://github.com/primer/brand/pull/1211) [`06c14a2`](https://github.com/primer/brand/commit/06c14a2d32ba19437173f295b61e4cd76aea6774) Thanks [@rezrah](https://github.com/rezrah)! - Added descriptive labels to `Footnote` return links for an improved screen-reader experience. Return links will now be read aloud as "Back to content {Link label}" + +- [#1387](https://github.com/primer/brand/pull/1387) [`af3ac05`](https://github.com/primer/brand/commit/af3ac051b2a837f78f22fa46f582ebf93c530766) Thanks [@danielguillan](https://github.com/danielguillan)! - Adjusted the spacing in the `MediaPlaylist` component on narrow viewports + +- [#1387](https://github.com/primer/brand/pull/1387) [`af3ac05`](https://github.com/primer/brand/commit/af3ac051b2a837f78f22fa46f582ebf93c530766) Thanks [@danielguillan](https://github.com/danielguillan)! - Increased the `border-radius` of icons in the `Pillar` component to `12px` + +- [#1385](https://github.com/primer/brand/pull/1385) [`7d7800f`](https://github.com/primer/brand/commit/7d7800fc74e14d3eb387fa2d0669ca55dffe21b1) Thanks [@rezrah](https://github.com/rezrah)! - Increased the `border-radius` of icons in the `SectionIntroStacked` component from `8px` to `12px` + +- [#1387](https://github.com/primer/brand/pull/1387) [`af3ac05`](https://github.com/primer/brand/commit/af3ac051b2a837f78f22fa46f582ebf93c530766) Thanks [@danielguillan](https://github.com/danielguillan)! - Updated the `Statistic` social proof example to use consistent text colors + +- [#1387](https://github.com/primer/brand/pull/1387) [`af3ac05`](https://github.com/primer/brand/commit/af3ac051b2a837f78f22fa46f582ebf93c530766) Thanks [@danielguillan](https://github.com/danielguillan)! - Adjusted the `Tiles` grid to use three columns on tablet viewports + ## 0.69.0 ### Minor Changes diff --git a/packages/react/package.json b/packages/react/package.json index b0b0f1e979..b7517fe645 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@primer/react-brand", - "version": "0.69.0", + "version": "0.70.0", "description": "Primer Brand is a GitHub's design system for creating React-based marketing websites and digital experiences.", "keywords": [ "primer", diff --git a/packages/repo-configs/CHANGELOG.md b/packages/repo-configs/CHANGELOG.md index 3dfecf5e7c..860ca22e6b 100644 --- a/packages/repo-configs/CHANGELOG.md +++ b/packages/repo-configs/CHANGELOG.md @@ -1,5 +1,7 @@ # @primer/brand-config +## 0.70.0 + ## 0.69.0 ## 0.68.0 diff --git a/packages/repo-configs/package.json b/packages/repo-configs/package.json index 69161a2b19..142bb0fd34 100644 --- a/packages/repo-configs/package.json +++ b/packages/repo-configs/package.json @@ -1,6 +1,6 @@ { "name": "@primer/brand-config", - "version": "0.69.0", + "version": "0.70.0", "type": "module", "private": true, "description": "General-purpose configurations for maintaining Primer Brand",