diff --git a/.changeset/twenty-rocks-agree.md b/.changeset/twenty-rocks-agree.md deleted file mode 100644 index 83db10d7..00000000 --- a/.changeset/twenty-rocks-agree.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'eslint-plugin-primer-react': patch ---- - -Fix incorrect rule violations on components imported from @primer/react-brand diff --git a/CHANGELOG.md b/CHANGELOG.md index 3af163e2..fe043994 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # eslint-plugin-primer-react +## 6.0.2 + +### Patch Changes + +- [#218](https://github.com/primer/eslint-plugin-primer-react/pull/218) [`e55d3d3`](https://github.com/primer/eslint-plugin-primer-react/commit/e55d3d3d271058d76da94cc3152987ea6541e2a6) Thanks [@iansan5653](https://github.com/iansan5653)! - Fix incorrect rule violations on components imported from @primer/react-brand + ## 6.0.1 ### Patch Changes diff --git a/package.json b/package.json index b2e7ba8e..a60835a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-primer-react", - "version": "6.0.1", + "version": "6.0.2", "description": "ESLint rules for Primer React", "main": "src/index.js", "scripts": {