From a0c86e02ef33536bd6c2cf5eb21fa2d74e987545 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 17 Mar 2025 23:24:12 +0000 Subject: [PATCH] Version Packages --- .changeset/dry-crabs-train.md | 5 - .changeset/fuzzy-walls-tap.md | 5 - .changeset/gentle-sloths-march.md | 5 - .changeset/gold-ducks-grin.md | 5 - .changeset/many-toys-prove.md | 5 - .changeset/perfect-plants-trade.md | 5 - .changeset/red-lies-vanish.md | 5 - .changeset/responsive-anchored-overlay.md | 5 - .changeset/serious-jars-sing.md | 5 - .changeset/strong-walls-approve.md | 5 - .changeset/wild-sheep-press.md | 5 - .changeset/yellow-trainers-arrive.md | 5 - examples/codesandbox/package.json | 2 +- examples/nextjs/package.json | 2 +- examples/theming/package.json | 2 +- packages/react/CHANGELOG.md | 299 ++++++++++------------ packages/react/package.json | 2 +- 17 files changed, 140 insertions(+), 227 deletions(-) delete mode 100644 .changeset/dry-crabs-train.md delete mode 100644 .changeset/fuzzy-walls-tap.md delete mode 100644 .changeset/gentle-sloths-march.md delete mode 100644 .changeset/gold-ducks-grin.md delete mode 100644 .changeset/many-toys-prove.md delete mode 100644 .changeset/perfect-plants-trade.md delete mode 100644 .changeset/red-lies-vanish.md delete mode 100644 .changeset/responsive-anchored-overlay.md delete mode 100644 .changeset/serious-jars-sing.md delete mode 100644 .changeset/strong-walls-approve.md delete mode 100644 .changeset/wild-sheep-press.md delete mode 100644 .changeset/yellow-trainers-arrive.md diff --git a/.changeset/dry-crabs-train.md b/.changeset/dry-crabs-train.md deleted file mode 100644 index c44ee6e662a..00000000000 --- a/.changeset/dry-crabs-train.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": minor ---- - -chore(Box): Mark Box and its props as deprecated diff --git a/.changeset/fuzzy-walls-tap.md b/.changeset/fuzzy-walls-tap.md deleted file mode 100644 index a8597afee78..00000000000 --- a/.changeset/fuzzy-walls-tap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -Update CSS Custom Property used in skeletons to fix animation behind feature flag. diff --git a/.changeset/gentle-sloths-march.md b/.changeset/gentle-sloths-march.md deleted file mode 100644 index 0bdeae4377f..00000000000 --- a/.changeset/gentle-sloths-march.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": minor ---- - -Removing the CSS modules feature flag from the SubNav component. diff --git a/.changeset/gold-ducks-grin.md b/.changeset/gold-ducks-grin.md deleted file mode 100644 index 548cab3ea44..00000000000 --- a/.changeset/gold-ducks-grin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": minor ---- - -Remove CSS modules feature flag from VisuallyHidden diff --git a/.changeset/many-toys-prove.md b/.changeset/many-toys-prove.md deleted file mode 100644 index e75f5bcdeaa..00000000000 --- a/.changeset/many-toys-prove.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -Update icon color for Blankslate to `--fgColor-muted` to align with Figma and Primer ViewComponents diff --git a/.changeset/perfect-plants-trade.md b/.changeset/perfect-plants-trade.md deleted file mode 100644 index 821cf28bba9..00000000000 --- a/.changeset/perfect-plants-trade.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -Update base component for Checkbox and Radio to pass along correct prop type in React 19 diff --git a/.changeset/red-lies-vanish.md b/.changeset/red-lies-vanish.md deleted file mode 100644 index ebdc8d41b7f..00000000000 --- a/.changeset/red-lies-vanish.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": minor ---- - -Radio: Removes `aria-invalid` and `aria-required` from `Radio`, as they are not supported on the element's role. diff --git a/.changeset/responsive-anchored-overlay.md b/.changeset/responsive-anchored-overlay.md deleted file mode 100644 index dd3590df18b..00000000000 --- a/.changeset/responsive-anchored-overlay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": minor ---- - -AnchoredOverlay: Add prop to set responsive variant. Example: `variant: {regular: 'anchored', narrow: 'anchored'}` diff --git a/.changeset/serious-jars-sing.md b/.changeset/serious-jars-sing.md deleted file mode 100644 index 8170f19085b..00000000000 --- a/.changeset/serious-jars-sing.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -Update ordering of selectors to improve rendering of checked Radio options diff --git a/.changeset/strong-walls-approve.md b/.changeset/strong-walls-approve.md deleted file mode 100644 index 19555bb39dd..00000000000 --- a/.changeset/strong-walls-approve.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -Update BaseStyles to set data-color-mode to auto when colorMode in ThemeProvider is auto diff --git a/.changeset/wild-sheep-press.md b/.changeset/wild-sheep-press.md deleted file mode 100644 index 395447f193a..00000000000 --- a/.changeset/wild-sheep-press.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -Upgrades tab-container-element diff --git a/.changeset/yellow-trainers-arrive.md b/.changeset/yellow-trainers-arrive.md deleted file mode 100644 index 7ad4a180fd6..00000000000 --- a/.changeset/yellow-trainers-arrive.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": minor ---- - -Allow button count prop to accept a number or a string, to allow for human format, like 3.2k diff --git a/examples/codesandbox/package.json b/examples/codesandbox/package.json index 60f92f00ac3..e6295bddd62 100644 --- a/examples/codesandbox/package.json +++ b/examples/codesandbox/package.json @@ -20,7 +20,7 @@ "@typescript-eslint/eslint-plugin": "^7.11.0", "@typescript-eslint/parser": "^7.3.1", "@vitejs/plugin-react": "^4.3.3", - "@primer/react": "37.15.0", + "@primer/react": "37.16.0", "eslint": "^8.56.0", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.19", diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index f2dfeceb580..5a5e54332b9 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -10,7 +10,7 @@ "type-check": "tsc --noEmit" }, "dependencies": { - "@primer/react": "37.15.0", + "@primer/react": "37.16.0", "next": "^15.1.4", "react": "^19.0.0", "react-dom": "^19.0.0", diff --git a/examples/theming/package.json b/examples/theming/package.json index ffadab09ea3..5509cabfe3e 100644 --- a/examples/theming/package.json +++ b/examples/theming/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@primer/octicons-react": "^19.14.0", - "@primer/react": "37.15.0", + "@primer/react": "37.16.0", "clsx": "^1.2.1", "next": "^14.2.21", "react": "^18.3.1", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 481d9367cb1..0c5fd4e4366 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,35 @@ # @primer/react +## 37.16.0 + +### Minor Changes + +- [#5763](https://github.com/primer/react/pull/5763) [`d3926d1`](https://github.com/primer/react/commit/d3926d183c690f4c3ca80c6f5de92a869688ead7) Thanks [@hussam-i-am](https://github.com/hussam-i-am)! - chore(Box): Mark Box and its props as deprecated + +- [#5772](https://github.com/primer/react/pull/5772) [`0970415`](https://github.com/primer/react/commit/09704159839484eaa709f8db2261b38d713a8f1b) Thanks [@jonrohan](https://github.com/jonrohan)! - Removing the CSS modules feature flag from the SubNav component. + +- [#5785](https://github.com/primer/react/pull/5785) [`fbd7fc9`](https://github.com/primer/react/commit/fbd7fc9dbad337e6558d9628a9c21ff2a74200b1) Thanks [@jonrohan](https://github.com/jonrohan)! - Remove CSS modules feature flag from VisuallyHidden + +- [#5760](https://github.com/primer/react/pull/5760) [`8b492cf`](https://github.com/primer/react/commit/8b492cfef0a086d95803e85c3fc63b4c07b58aa5) Thanks [@TylerJDev](https://github.com/TylerJDev)! - Radio: Removes `aria-invalid` and `aria-required` from `Radio`, as they are not supported on the element's role. + +- [#5759](https://github.com/primer/react/pull/5759) [`76bf60d`](https://github.com/primer/react/commit/76bf60d6772d39322def284d43d711480bcc5c81) Thanks [@siddharthkp](https://github.com/siddharthkp)! - AnchoredOverlay: Add prop to set responsive variant. Example: `variant: {regular: 'anchored', narrow: 'anchored'}` + +- [#5725](https://github.com/primer/react/pull/5725) [`d3b48b1`](https://github.com/primer/react/commit/d3b48b1cc2d4d5e23fbcdc4052e0db3bf03397ce) Thanks [@lukasoppermann](https://github.com/lukasoppermann)! - Allow button count prop to accept a number or a string, to allow for human format, like 3.2k + +### Patch Changes + +- [#5768](https://github.com/primer/react/pull/5768) [`7b2eb4e`](https://github.com/primer/react/commit/7b2eb4e71966321eed9f5b779bb5bbf997ca9191) Thanks [@joshblack](https://github.com/joshblack)! - Update CSS Custom Property used in skeletons to fix animation behind feature flag. + +- [#5773](https://github.com/primer/react/pull/5773) [`9e18567`](https://github.com/primer/react/commit/9e1856799e8d6f54262fec020635ba1ee0ed5ad0) Thanks [@lukasoppermann](https://github.com/lukasoppermann)! - Update icon color for Blankslate to `--fgColor-muted` to align with Figma and Primer ViewComponents + +- [#5764](https://github.com/primer/react/pull/5764) [`c63e805`](https://github.com/primer/react/commit/c63e80540f9be6debeb2bbab13979ab12099414c) Thanks [@joshblack](https://github.com/joshblack)! - Update base component for Checkbox and Radio to pass along correct prop type in React 19 + +- [#5765](https://github.com/primer/react/pull/5765) [`86a6211`](https://github.com/primer/react/commit/86a6211656e991fbd1d202253636296351cc11d8) Thanks [@joshblack](https://github.com/joshblack)! - Update ordering of selectors to improve rendering of checked Radio options + +- [#5649](https://github.com/primer/react/pull/5649) [`63ca6f2`](https://github.com/primer/react/commit/63ca6f2796688d5777edf1dd568c8bd1bb337f11) Thanks [@joshblack](https://github.com/joshblack)! - Update BaseStyles to set data-color-mode to auto when colorMode in ThemeProvider is auto + +- [#5767](https://github.com/primer/react/pull/5767) [`e0c34d0`](https://github.com/primer/react/commit/e0c34d06b83d22776e22472fd9d9ee821ff14f44) Thanks [@mperrotti](https://github.com/mperrotti)! - Upgrades tab-container-element + ## 37.15.0 ### Minor Changes @@ -3005,7 +3035,7 @@ N/A, re-release of v37.11.1 ```jsx // Hide pane on narrow viewports - + ``` - [#2199](https://github.com/primer/react/pull/2199) [`fb385b63`](https://github.com/primer/react/commit/fb385b63f22c1eb76193e42e92ea2a056e61fdbb) Thanks [@colebemis](https://github.com/colebemis)! - \* Updated the `position` prop in `PageLayout.Pane` to use the new responsive prop API introduced in https://github.com/primer/react/pull/2174. @@ -3166,7 +3196,7 @@ N/A, re-release of v37.11.1 - [#2112](https://github.com/primer/react/pull/2112) [`74e1d138`](https://github.com/primer/react/commit/74e1d1386bc6bb6326c3c2b64b5e31146f9cc56b) Thanks [@colebemis](https://github.com/colebemis)! - [NavList](https://primer.style/NavList) is ready to use. You can now import it from the main bundle: ```js - import { NavList } from "@primer/react"; + import {NavList} from '@primer/react' ``` ### Patch Changes @@ -3307,11 +3337,11 @@ N/A, re-release of v37.11.1 ```jsx ``` @@ -3339,21 +3369,21 @@ N/A, re-release of v37.11.1 showItemDividers items={[ { - key: "0", + key: '0', leadingVisual: LinkIcon, - text: "github/primer", + text: 'github/primer', }, { - key: "1", + key: '1', leadingVisual: () => , - text: "mona", - description: "Monalisa Octocat", - descriptionVariant: "block", + text: 'mona', + description: 'Monalisa Octocat', + descriptionVariant: 'block', }, { - key: "2", + key: '2', leadingVisual: GearIcon, - text: "View Settings", + text: 'View Settings', trailingVisual: ArrowRightIcon, }, ]} @@ -3376,9 +3406,7 @@ N/A, re-release of v37.11.1 mona - - Monalisa Octocat - + Monalisa Octocat @@ -3400,14 +3428,14 @@ N/A, re-release of v37.11.1 ```jsx ``` @@ -3439,7 +3467,7 @@ N/A, re-release of v37.11.1 To continue to use the deprecated API for now, change the import path to `@primer/react/deprecated`: ```js - import { ActionList } from "@primer/react/deprecated"; + import {ActionList} from '@primer/react/deprecated' ``` You can use the [one-time codemod](https://github.com/primer/react-migrate#readme) to change your import statements automatically. @@ -3490,13 +3518,13 @@ N/A, re-release of v37.11.1 anchorContent="Menu" onAction={fn} items={[ - { text: "New file" }, - { text: "Copy link" }, - { text: "Edit file" }, + {text: 'New file'}, + {text: 'Copy link'}, + {text: 'Edit file'}, ActionMenu.Divider, - { text: "Delete file", variant: "danger" }, + {text: 'Delete file', variant: 'danger'}, ]} - overlayProps={{ width: "small" }} + overlayProps={{width: 'small'}} /> ``` @@ -3525,7 +3553,7 @@ N/A, re-release of v37.11.1 To continue to use the deprecated API for now, change the import path to `@primer/react/deprecated`: ```js - import { ActionMenu } from "@primer/react/deprecated"; + import {ActionMenu} from '@primer/react/deprecated' ``` You can use the [one-time codemod](https://github.com/primer/react-migrate#readme) to change your import statements automatically. @@ -3557,19 +3585,19 @@ N/A, re-release of v37.11.1 ```js const fieldTypes = [ - { key: 0, text: "Text" }, - { key: 1, text: "Number" }, - { key: 3, text: "Date" }, - { key: 4, text: "Single select" }, - { key: 5, text: "Iteration" }, - ]; + {key: 0, text: 'Text'}, + {key: 1, text: 'Number'}, + {key: 3, text: 'Date'}, + {key: 4, text: 'Single select'}, + {key: 5, text: 'Iteration'}, + ] const Example = () => { - const [selectedType, setSelectedType] = React.useState(); + const [selectedType, setSelectedType] = React.useState() return ( ( + renderAnchor={({children, ...anchorProps}) => ( {children} @@ -3578,10 +3606,10 @@ N/A, re-release of v37.11.1 items={fieldTypes} selectedItem={selectedType} onChange={setSelectedType} - overlayProps={{ width: "medium" }} + overlayProps={{width: 'medium'}} /> - ); - }; + ) + } ``` @@ -3589,24 +3617,22 @@ N/A, re-release of v37.11.1 ```jsx const fieldTypes = [ - { id: 0, text: "Text" }, - { id: 1, text: "Number" }, - { id: 3, text: "Date" }, - { id: 4, text: "Single select" }, - { id: 5, text: "Iteration" }, - ]; + {id: 0, text: 'Text'}, + {id: 1, text: 'Number'}, + {id: 3, text: 'Date'}, + {id: 4, text: 'Single select'}, + {id: 5, text: 'Iteration'}, + ] const Example = () => { - const [selectedType, setSelectedType] = React.useState(); + const [selectedType, setSelectedType] = React.useState() render( - - {selectedType.name || "Field type"} - + {selectedType.name || 'Field type'} - {fieldTypes.map((type) => ( + {fieldTypes.map(type => ( , - ); - }; + ) + } ``` @@ -3629,7 +3655,7 @@ N/A, re-release of v37.11.1 To continue to use the deprecated API for now, change the import path to `@primer/react/deprecated`: ```js - import { DropdownMenu } from "@primer/react/deprecated"; + import {DropdownMenu} from '@primer/react/deprecated' ``` You can use the [one-time codemod](https://github.com/primer/react-migrate#readme) to change your import statements automatically. @@ -3660,21 +3686,17 @@ N/A, re-release of v37.11.1 ```jsx - import { Label } from "@primer/react"; + import {Label} from '@primer/react' function Example() { return ( <> - - ); + ) } ``` @@ -3703,7 +3725,7 @@ N/A, re-release of v37.11.1 To continue to use the deprecated API for now, change the import path to `@primer/react/deprecated`: ```js - import { Label } from "@primer/react/deprecated"; + import {Label} from '@primer/react/deprecated' ``` You can use the [one-time codemod](https://github.com/primer/react-migrate#readme) to change your import statements automatically. @@ -3726,12 +3748,7 @@ N/A, re-release of v37.11.1 ```jsx - import { - ButtonPrimary, - ButtonInvisible, - ButtonOutline, - ButtonDanger, - } from "@primer/react"; + import {ButtonPrimary, ButtonInvisible, ButtonOutline, ButtonDanger} from '@primer/react' function Example() { return ( @@ -3741,7 +3758,7 @@ N/A, re-release of v37.11.1 Outline Button Danger Button - ); + ) } ``` @@ -3749,7 +3766,7 @@ N/A, re-release of v37.11.1 ```jsx - import { Button } from "@primer/react"; + import {Button} from '@primer/react' function Example() { return ( @@ -3759,7 +3776,7 @@ N/A, re-release of v37.11.1 - ); + ) } ``` @@ -3866,50 +3883,34 @@ N/A, re-release of v37.11.1 ```jsx - import { ChoiceFieldset } from "@primer/react"; + import {ChoiceFieldset} from '@primer/react' function Example() { return ( <> {/* Multi-select */} - - Preferred Primer component interface - + Preferred Primer component interface - - Figma library - + Figma library Primer CSS - - Primer React components - - - Primer ViewComponents - + Primer React components + Primer ViewComponents {/* Single select */} - - Preferred Primer component interface - + Preferred Primer component interface - - Figma library - + Figma library Primer CSS - - Primer React components - - - Primer ViewComponents - + Primer React components + Primer ViewComponents - ); + ) } ``` @@ -3917,22 +3918,14 @@ N/A, re-release of v37.11.1 ```jsx - import { - CheckboxGroup, - RadioGroup, - FormControl, - Checkbox, - Radio, - } from "@primer/react"; + import {CheckboxGroup, RadioGroup, FormControl, Checkbox, Radio} from '@primer/react' function Example() { return ( <> {/* Multi-select */} - - Preferred Primer component interface - + Preferred Primer component interface Figma @@ -3953,9 +3946,7 @@ N/A, re-release of v37.11.1 {/* Single select */} - - Preferred Primer component interface - + Preferred Primer component interface Figma @@ -3974,7 +3965,7 @@ N/A, re-release of v37.11.1 - ); + ) } ``` @@ -3985,7 +3976,7 @@ N/A, re-release of v37.11.1 To continue to use the deprecated API for now, change the import path to `@primer/react/deprecated`: ```js - import { ChoiceFieldset } from "@primer/react/deprecated"; + import {ChoiceFieldset} from '@primer/react/deprecated' ``` You can use the [one-time codemod](https://github.com/primer/react-migrate#readme) to change your import statements automatically. @@ -4017,7 +4008,7 @@ N/A, re-release of v37.11.1 ```jsx - import { FormControl, Checkbox, TextInput } from "@primer/react"; + import {FormControl, Checkbox, TextInput} from '@primer/react' function Example() { return ( @@ -4037,7 +4028,7 @@ N/A, re-release of v37.11.1 - ); + ) } ``` @@ -4045,7 +4036,7 @@ N/A, re-release of v37.11.1 ```jsx - import { FormGroup, TextInput } from "@primer/react"; + import {FormGroup, TextInput} from '@primer/react' function Example() { return ( @@ -4060,7 +4051,7 @@ N/A, re-release of v37.11.1 - ); + ) } ``` @@ -4070,7 +4061,7 @@ N/A, re-release of v37.11.1 ```jsx - import { InputField, TextInput } from "@primer/react"; + import {InputField, TextInput} from '@primer/react' function Example() { return ( @@ -4078,7 +4069,7 @@ N/A, re-release of v37.11.1 Example text - ); + ) } ``` @@ -4086,7 +4077,7 @@ N/A, re-release of v37.11.1 ```jsx - import { FormControl, TextInput } from "@primer/react"; + import {FormControl, TextInput} from '@primer/react' function Example() { return ( @@ -4094,7 +4085,7 @@ N/A, re-release of v37.11.1 Example text - ); + ) } ``` @@ -4105,11 +4096,7 @@ N/A, re-release of v37.11.1 To continue to use the deprecated API for now, change the import path to `@primer/react/deprecated`: ```js - import { - FormGroup, - ChoiceInputField, - InputField, - } from "@primer/react/deprecated"; + import {FormGroup, ChoiceInputField, InputField} from '@primer/react/deprecated' ``` You can use the [one-time codemod](https://github.com/primer/react-migrate#readme) to change your import statements automatically. @@ -4180,25 +4167,23 @@ N/A, re-release of v37.11.1 ```jsx const fieldTypes = [ - { leadingVisual: TypographyIcon, text: "Text" }, - { leadingVisual: NumberIcon, text: "Number" }, - ]; + {leadingVisual: TypographyIcon, text: 'Text'}, + {leadingVisual: NumberIcon, text: 'Number'}, + ] const Example = () => { - const [selectedItem, setSelectedItem] = React.useState(); + const [selectedItem, setSelectedItem] = React.useState() return ( ( - {children} - )} + renderAnchor={({children, ...anchorProps}) => {children}} placeholder="Select a field type" items={fieldTypes} selectedItem={selectedItem} onChange={() => setSelectedIndex(index)} /> - ); - }; + ) + } ``` @@ -4206,36 +4191,29 @@ N/A, re-release of v37.11.1 ```jsx const fieldTypes = [ - { icon: , name: "Text" }, - { icon: , name: "Number" }, - ]; + {icon: , name: 'Text'}, + {icon: , name: 'Number'}, + ] const Example = () => { - const [selectedItem, setSelectedItem] = React.useState(); + const [selectedItem, setSelectedItem] = React.useState() return ( - - {selectedItem ? selectedItem.name : "Select a field type"} - + {selectedItem ? selectedItem.name : 'Select a field type'} - {fieldTypes.map((field) => ( - setSelectedItem(field)} - key={field.name} - > - - {field.icon} - + {fieldTypes.map(field => ( + setSelectedItem(field)} key={field.name}> + {field.icon} {field.name} ))} - ); - }; + ) + } ``` @@ -4337,12 +4315,7 @@ N/A, re-release of v37.11.1 ```jsx - + Item 1 ``` @@ -5386,8 +5359,8 @@ N/A, re-release of v37.11.1 * [`beef075e`](https://github.com/primer/react/commit/beef075e0274396b77887adf0b912583fe564b3f) [#1094](https://github.com/primer/react/pull/1094) Thanks [@colebemis](https://github.com/colebemis)! - Components no longer have a default `theme` prop. To ensure components still render correctly, you'll need pass the Primer theme to a [styled-components](https://styled-components.com/) `` at the root of your application: ```jsx - import { ThemeProvider } from "styled-components"; - import { theme } from "@primer/react"; + import {ThemeProvider} from 'styled-components' + import {theme} from '@primer/react' function App(props) { return ( @@ -5396,7 +5369,7 @@ N/A, re-release of v37.11.1
your app here
- ); + ) } ``` diff --git a/packages/react/package.json b/packages/react/package.json index 72450cb747a..382391b4396 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@primer/react", - "version": "37.15.0", + "version": "37.16.0", "description": "An implementation of GitHub's Primer Design System using React", "main": "lib/index.js", "module": "lib-esm/index.js",