From cf3a7873aaf174f3c6a9d691f44804bc67405f7b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 6 Sep 2024 15:59:47 +0000 Subject: [PATCH] Version Packages --- .changeset/twenty-rocks-agree.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/twenty-rocks-agree.md 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": {