diff --git a/.changeset/breezy-geese-flash.md b/.changeset/breezy-geese-flash.md deleted file mode 100644 index 05ee152c..00000000 --- a/.changeset/breezy-geese-flash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-primer-react": patch ---- - -Fix use-styled-react-import fixer stripping type keyword from import specifiers diff --git a/.changeset/short-teeth-cheat.md b/.changeset/short-teeth-cheat.md deleted file mode 100644 index 279c670b..00000000 --- a/.changeset/short-teeth-cheat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-primer-react": patch ---- - -Add SplitPageLayout.Sidebar to no-system-props exclusions for padding, position, and width. diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e47e6b6..318646e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # eslint-plugin-primer-react +## 8.6.1 + +### Patch Changes + +- [#548](https://github.com/primer/eslint-plugin-primer-react/pull/548) [`7f5af96`](https://github.com/primer/eslint-plugin-primer-react/commit/7f5af9610d0dde4c0e9941dc485ef1487c8d48ac) Thanks [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)! - Fix use-styled-react-import fixer stripping type keyword from import specifiers + +- [#565](https://github.com/primer/eslint-plugin-primer-react/pull/565) [`93f3788`](https://github.com/primer/eslint-plugin-primer-react/commit/93f3788bcc042ec35f4c62eb050431d1f4f439f5) Thanks [@mattcosta7](https://github.com/mattcosta7)! - Add SplitPageLayout.Sidebar to no-system-props exclusions for padding, position, and width. + ## 8.6.0 ### Minor Changes diff --git a/package.json b/package.json index 62bea334..91de3407 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-primer-react", - "version": "8.6.0", + "version": "8.6.1", "description": "ESLint rules for Primer React", "main": "src/index.js", "engines": {