diff --git a/.changeset/beige-years-notice.md b/.changeset/beige-years-notice.md deleted file mode 100644 index a26a6c97230..00000000000 --- a/.changeset/beige-years-notice.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/components': patch ---- - -Side effects are properly declared in package.json diff --git a/.changeset/funny-birds-allow.md b/.changeset/funny-birds-allow.md deleted file mode 100644 index edc31f10fed..00000000000 --- a/.changeset/funny-birds-allow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/components": patch ---- - -Focus zones will now update active-descendant on `mousemove` over focusable elements. ActionList has been updated to handle direct (key press) vs indirect (`mousemove`, DOM change, etc.) changes to active-descendant, and will use a distinct background color for the directly activated items. diff --git a/.changeset/green-worms-nail.md b/.changeset/green-worms-nail.md deleted file mode 100644 index 61c682d288e..00000000000 --- a/.changeset/green-worms-nail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/components": minor ---- - -`Box` now accepts all [styled system props](https://styled-system.com/table/). diff --git a/CHANGELOG.md b/CHANGELOG.md index 74b10ed00be..e9b0e2cf5c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # @primer/components +## 28.3.0 + +### Minor Changes + +- [#1315](https://github.com/primer/components/pull/1315) [`85d0202b`](https://github.com/primer/components/commit/85d0202b0edd553bcbb50f9b280caf13ce79dae3) Thanks [@VanAnderson](https://github.com/VanAnderson)! - `Box` now accepts all [styled system props](https://styled-system.com/table/). + +### Patch Changes + +- [#1332](https://github.com/primer/components/pull/1332) [`ec11d7b8`](https://github.com/primer/components/commit/ec11d7b8a589742a41134d31f419b6b5d34ad026) Thanks [@mattcosta7](https://github.com/mattcosta7)! - Side effects are properly declared in package.json + +* [#1308](https://github.com/primer/components/pull/1308) [`a8f3ca6d`](https://github.com/primer/components/commit/a8f3ca6dbff5c2619e067ad5118fcb784f8525bc) Thanks [@dgreif](https://github.com/dgreif)! - Focus zones will now update active-descendant on `mousemove` over focusable elements. ActionList has been updated to handle direct (key press) vs indirect (`mousemove`, DOM change, etc.) changes to active-descendant, and will use a distinct background color for the directly activated items. + ## 28.2.5 ### Patch Changes diff --git a/package.json b/package.json index 6d740777243..ebb45c2c3ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/components", - "version": "28.2.5", + "version": "28.3.0", "description": "Primer react components", "main": "lib/index.js", "module": "lib-esm/index.js",