diff --git a/.changeset/cool-wolves-float.md b/.changeset/cool-wolves-float.md deleted file mode 100644 index 6ea163be35b..00000000000 --- a/.changeset/cool-wolves-float.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': minor ---- - -Update the primer/primitives dependency diff --git a/.changeset/sweet-elephants-end.md b/.changeset/sweet-elephants-end.md deleted file mode 100644 index 88c45c1ae73..00000000000 --- a/.changeset/sweet-elephants-end.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -Ensure all files in `lib-esm` are in fact esm and not CommonJS diff --git a/.changeset/tiny-radios-wait.md b/.changeset/tiny-radios-wait.md deleted file mode 100644 index 36987b3cc7e..00000000000 --- a/.changeset/tiny-radios-wait.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -Updates SegmentedControl component's keyboard navigation to align with the recommendations of GitHub's accessibility team. diff --git a/.changeset/tough-coats-allow.md b/.changeset/tough-coats-allow.md deleted file mode 100644 index 5b44c0537db..00000000000 --- a/.changeset/tough-coats-allow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -Fixes bugs in form components discovered while fixing/improving Storybook and docs. diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cb5dcb489e..986aaca7f15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # @primer/components +## 35.5.0 + +### Minor Changes + +- [#2180](https://github.com/primer/react/pull/2180) [`300025d1`](https://github.com/primer/react/commit/300025d11a010eb076f2327897744d06539bb355) Thanks [@mattcosta7](https://github.com/mattcosta7)! - Update the primer/primitives dependency + +### Patch Changes + +- [#2150](https://github.com/primer/react/pull/2150) [`63a2de51`](https://github.com/primer/react/commit/63a2de51c0d7de0d2640cc80435b1cead071f1f6) Thanks [@dgreif](https://github.com/dgreif)! - Ensure all files in `lib-esm` are in fact esm and not CommonJS + +* [#2145](https://github.com/primer/react/pull/2145) [`a2950ac4`](https://github.com/primer/react/commit/a2950ac40b9caeeb2b3d9883508d2d6a84980252) Thanks [@mperrotti](https://github.com/mperrotti)! - Updates SegmentedControl component's keyboard navigation to align with the recommendations of GitHub's accessibility team. + +- [#2143](https://github.com/primer/react/pull/2143) [`d9b161a0`](https://github.com/primer/react/commit/d9b161a0bde13a20a5972159a3f71e7be7475d7a) Thanks [@mperrotti](https://github.com/mperrotti)! - Fixes bugs in form components discovered while fixing/improving Storybook and docs. + ## 35.4.0 ### Minor Changes diff --git a/package.json b/package.json index 19d552441a3..d2c68cc7e4c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/react", - "version": "35.4.0", + "version": "35.5.0", "description": "An implementation of GitHub's Primer Design System using React", "main": "lib/index.js", "module": "lib-esm/index.js",