diff --git a/.changeset/dry-colts-tan.md b/.changeset/dry-colts-tan.md deleted file mode 100644 index e331d5d5d..000000000 --- a/.changeset/dry-colts-tan.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react-brand': patch ---- - -Updated `leadingVisual` prop in `Label` to accept `Icon` children from the `@primer/octicons-react` package. diff --git a/.changeset/hungry-clouds-matter.md b/.changeset/hungry-clouds-matter.md deleted file mode 100644 index 14e283579..000000000 --- a/.changeset/hungry-clouds-matter.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react-brand': minor ---- - -Updated minimum, compatible version of `react` and `react-dom` to `v18` diff --git a/.changeset/moody-donkeys-brake.md b/.changeset/moody-donkeys-brake.md deleted file mode 100644 index 25169a30a..000000000 --- a/.changeset/moody-donkeys-brake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react-brand': patch ---- - -Replaced usage of `@reach/auto-id` with native `useId` in `react@v18` diff --git a/.changeset/silly-cooks-love.md b/.changeset/silly-cooks-love.md deleted file mode 100644 index 67e6b8bf9..000000000 --- a/.changeset/silly-cooks-love.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react-brand': patch ---- - -Add `peerDependenciesMeta` configuration, preventing unnecessary peer dependency warnings diff --git a/.changeset/strange-cooks-crash.md b/.changeset/strange-cooks-crash.md deleted file mode 100644 index 0667ca12c..000000000 --- a/.changeset/strange-cooks-crash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react-brand': patch ---- - -Added a scroll margin to `Footnote.Item` to prevent it from being hidden behind fixed navigation during automatic scrolling. diff --git a/.changeset/thirty-swans-yawn.md b/.changeset/thirty-swans-yawn.md deleted file mode 100644 index 272cb4c6f..000000000 --- a/.changeset/thirty-swans-yawn.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@primer/react-brand': patch ---- - -`IDE` component accessibility improvements - -- Added 1px border to identify active tab and start/end of Copilot suggestion. The colours of these borders can be customised via the `--brand-IDE-default-editor-tab-borderColor` and `--brand-IDE-autoSuggest-borderColor` CSS variables. -- Added horizontal scrolling to `IDE` component when viewed on small viewports diff --git a/apps/storybook/CHANGELOG.md b/apps/storybook/CHANGELOG.md index 03a137dbc..2b0d8a90b 100644 --- a/apps/storybook/CHANGELOG.md +++ b/apps/storybook/CHANGELOG.md @@ -1,5 +1,7 @@ # @primer/brand-storybook +## 0.47.0 + ## 0.46.0 ## 0.45.1 diff --git a/apps/storybook/package.json b/apps/storybook/package.json index 2b7145782..586d98087 100644 --- a/apps/storybook/package.json +++ b/apps/storybook/package.json @@ -1,6 +1,6 @@ { "name": "@primer/brand-storybook", - "version": "0.46.0", + "version": "0.47.0", "private": true, "description": "Primer Brand Storybook", "keywords": [ diff --git a/packages/design-tokens/CHANGELOG.md b/packages/design-tokens/CHANGELOG.md index a07b327f0..ed9e02f55 100644 --- a/packages/design-tokens/CHANGELOG.md +++ b/packages/design-tokens/CHANGELOG.md @@ -1,5 +1,7 @@ # @primer/brand-primitives +## 0.47.0 + ## 0.46.0 ### Minor Changes diff --git a/packages/design-tokens/package.json b/packages/design-tokens/package.json index 6cf91d5d1..f2b618acc 100644 --- a/packages/design-tokens/package.json +++ b/packages/design-tokens/package.json @@ -1,6 +1,6 @@ { "name": "@primer/brand-primitives", - "version": "0.46.0", + "version": "0.47.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 0f612c980..4474a1319 100644 --- a/packages/e2e/CHANGELOG.md +++ b/packages/e2e/CHANGELOG.md @@ -1,5 +1,7 @@ # @primer/brand-e2e +## 0.47.0 + ## 0.46.0 ## 0.45.1 diff --git a/packages/e2e/package.json b/packages/e2e/package.json index 817598de7..c807c1fce 100644 --- a/packages/e2e/package.json +++ b/packages/e2e/package.json @@ -1,6 +1,6 @@ { "name": "@primer/brand-e2e", - "version": "0.46.0", + "version": "0.47.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 2ecd3d2e8..da1369335 100644 --- a/packages/fonts/CHANGELOG.md +++ b/packages/fonts/CHANGELOG.md @@ -1,5 +1,7 @@ # @primer/brand-fonts +## 0.47.0 + ## 0.46.0 ## 0.45.1 diff --git a/packages/fonts/package.json b/packages/fonts/package.json index 5b1ba6d38..135ee1213 100644 --- a/packages/fonts/package.json +++ b/packages/fonts/package.json @@ -1,6 +1,6 @@ { "name": "@primer/brand-fonts", - "version": "0.46.0", + "version": "0.47.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/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 493fb8c9e..972244291 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,26 @@ # @primer/react-brand +## 0.47.0 + +### Minor Changes + +- [#896](https://github.com/primer/brand/pull/896) [`ce6c8b6`](https://github.com/primer/brand/commit/ce6c8b64667a3b699a00d8bc21734434fce02028) Thanks [@rezrah](https://github.com/rezrah)! - Updated minimum, compatible version of `react` and `react-dom` to `v18` + +### Patch Changes + +- [#896](https://github.com/primer/brand/pull/896) [`ce6c8b6`](https://github.com/primer/brand/commit/ce6c8b64667a3b699a00d8bc21734434fce02028) Thanks [@rezrah](https://github.com/rezrah)! - Updated `leadingVisual` prop in `Label` to accept `Icon` children from the `@primer/octicons-react` package. + +- [#896](https://github.com/primer/brand/pull/896) [`ce6c8b6`](https://github.com/primer/brand/commit/ce6c8b64667a3b699a00d8bc21734434fce02028) Thanks [@rezrah](https://github.com/rezrah)! - Replaced usage of `@reach/auto-id` with native `useId` in `react@v18` + +- [#896](https://github.com/primer/brand/pull/896) [`ce6c8b6`](https://github.com/primer/brand/commit/ce6c8b64667a3b699a00d8bc21734434fce02028) Thanks [@rezrah](https://github.com/rezrah)! - Add `peerDependenciesMeta` configuration, preventing unnecessary peer dependency warnings + +- [#899](https://github.com/primer/brand/pull/899) [`bc24d7a`](https://github.com/primer/brand/commit/bc24d7a7beafaf54aaf79619c6e13c48b7940f68) Thanks [@joshfarrant](https://github.com/joshfarrant)! - Added a scroll margin to `Footnote.Item` to prevent it from being hidden behind fixed navigation during automatic scrolling. + +- [#897](https://github.com/primer/brand/pull/897) [`1c47b76`](https://github.com/primer/brand/commit/1c47b76f982df42d8ada0dde6ab683c6b5fd983d) Thanks [@joshfarrant](https://github.com/joshfarrant)! - `IDE` component accessibility improvements + + - Added 1px border to identify active tab and start/end of Copilot suggestion. The colours of these borders can be customised via the `--brand-IDE-default-editor-tab-borderColor` and `--brand-IDE-autoSuggest-borderColor` CSS variables. + - Added horizontal scrolling to `IDE` component when viewed on small viewports + ## 0.46.0 ### Minor Changes diff --git a/packages/react/package.json b/packages/react/package.json index f91a2dbd6..b31c7a38b 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@primer/react-brand", - "version": "0.46.0", + "version": "0.47.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 c83aaa8d7..60c0b21d4 100644 --- a/packages/repo-configs/CHANGELOG.md +++ b/packages/repo-configs/CHANGELOG.md @@ -1,5 +1,7 @@ # @primer/brand-config +## 0.47.0 + ## 0.46.0 ## 0.45.1 diff --git a/packages/repo-configs/package.json b/packages/repo-configs/package.json index 90b50eaf9..33478e72a 100644 --- a/packages/repo-configs/package.json +++ b/packages/repo-configs/package.json @@ -1,6 +1,6 @@ { "name": "@primer/brand-config", - "version": "0.46.0", + "version": "0.47.0", "private": true, "description": "General-purpose configurations for maintaining Primer Brand", "homepage": "https://primer.style/brand",