From 177222796a113d345eb3cd1ccb268e3a7b96ef83 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 12 Sep 2025 01:51:15 +0000 Subject: [PATCH] Version Packages --- .changeset/good-cobras-pay.md | 5 ----- .changeset/large-cherries-cheat.md | 5 ----- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 .changeset/good-cobras-pay.md delete mode 100644 .changeset/large-cherries-cheat.md diff --git a/.changeset/good-cobras-pay.md b/.changeset/good-cobras-pay.md deleted file mode 100644 index 56f6a6bb..00000000 --- a/.changeset/good-cobras-pay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-primer-react": patch ---- - -Fixes for `use-styled-react-import` rule for compound components. diff --git a/.changeset/large-cherries-cheat.md b/.changeset/large-cherries-cheat.md deleted file mode 100644 index cbde7665..00000000 --- a/.changeset/large-cherries-cheat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-primer-react": minor ---- - -Make `use-styled-react-import` rule configurable diff --git a/CHANGELOG.md b/CHANGELOG.md index 97029f47..2a1fceaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # eslint-plugin-primer-react +## 8.2.0 + +### Minor Changes + +- [#407](https://github.com/primer/eslint-plugin-primer-react/pull/407) [`2f25480`](https://github.com/primer/eslint-plugin-primer-react/commit/2f25480c3341c1d1afb6fc040c5c5deee416d71c) Thanks [@jonrohan](https://github.com/jonrohan)! - Make `use-styled-react-import` rule configurable + +### Patch Changes + +- [#406](https://github.com/primer/eslint-plugin-primer-react/pull/406) [`d72e8c4`](https://github.com/primer/eslint-plugin-primer-react/commit/d72e8c4c172d1c37da201a20cde0b7b2bd9ab283) Thanks [@jonrohan](https://github.com/jonrohan)! - Fixes for `use-styled-react-import` rule for compound components. + ## 8.1.0 ### Minor Changes diff --git a/package.json b/package.json index 41743093..ef1ab37e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-primer-react", - "version": "8.1.0", + "version": "8.2.0", "description": "ESLint rules for Primer React", "main": "src/index.js", "engines": {