diff --git a/.changeset/dark-jobs-type.md b/.changeset/dark-jobs-type.md deleted file mode 100644 index d24cdbb5..00000000 --- a/.changeset/dark-jobs-type.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'eslint-plugin-primer-react': patch ---- - -Fix `no-unnecessary-components` rule to support `@primer/styled-react` imports. diff --git a/.changeset/tough-parts-sin.md b/.changeset/tough-parts-sin.md deleted file mode 100644 index 32d7342a..00000000 --- a/.changeset/tough-parts-sin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'eslint-plugin-primer-react': patch ---- - -Export `enforce-button-for-link-with-no-href` rule, which flags `Link` components which don't have a `href`. diff --git a/CHANGELOG.md b/CHANGELOG.md index 90733d88..dd0d6e56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # eslint-plugin-primer-react +## 8.5.1 + +### Patch Changes + +- [#474](https://github.com/primer/eslint-plugin-primer-react/pull/474) [`1e0f943`](https://github.com/primer/eslint-plugin-primer-react/commit/1e0f943a264aaac2581b95916bd0cb8a66a41a17) Thanks [@liuliu-dev](https://github.com/liuliu-dev)! - Fix `no-unnecessary-components` rule to support `@primer/styled-react` imports. + +- [#461](https://github.com/primer/eslint-plugin-primer-react/pull/461) [`75ae0a5`](https://github.com/primer/eslint-plugin-primer-react/commit/75ae0a5cb1d4587b5481c8a459033206aae8e5c3) Thanks [@joshfarrant](https://github.com/joshfarrant)! - Export `enforce-button-for-link-with-no-href` rule, which flags `Link` components which don't have a `href`. + ## 8.5.0 ### Minor Changes diff --git a/package.json b/package.json index 13e408ed..71a7dfb8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-primer-react", - "version": "8.5.0", + "version": "8.5.1", "description": "ESLint rules for Primer React", "main": "src/index.js", "engines": {