diff --git a/.changeset/curvy-stingrays-decide.md b/.changeset/curvy-stingrays-decide.md deleted file mode 100644 index 16503a83..00000000 --- a/.changeset/curvy-stingrays-decide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-primer-react": patch ---- - -Add rule for Link to not be allowed without href diff --git a/.changeset/gold-pigs-carry.md b/.changeset/gold-pigs-carry.md deleted file mode 100644 index 6320c376..00000000 --- a/.changeset/gold-pigs-carry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'eslint-plugin-primer-react': minor ---- - -Add `a11y-no-duplicate-form-labels` rule to prevent duplicate labels on TextInput components. diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b1e735a..d395c9d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # eslint-plugin-primer-react +## 7.1.0 + +### Minor Changes + +- [#366](https://github.com/primer/eslint-plugin-primer-react/pull/366) [`c7bf278`](https://github.com/primer/eslint-plugin-primer-react/commit/c7bf278d7e7d6b389f325bfb9f57dca2114b3506) Thanks [@liuliu-dev](https://github.com/liuliu-dev)! - Add `a11y-no-duplicate-form-labels` rule to prevent duplicate labels on TextInput components. + +### Patch Changes + +- [#364](https://github.com/primer/eslint-plugin-primer-react/pull/364) [`ec701d2`](https://github.com/primer/eslint-plugin-primer-react/commit/ec701d29d35a0a3f09eea2f66dbe28b4be81957f) Thanks [@pksjce](https://github.com/pksjce)! - Add rule for Link to not be allowed without href + ## 7.0.2 ### Patch Changes diff --git a/package.json b/package.json index 1c5bea2a..51e53bd3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-primer-react", - "version": "7.0.2", + "version": "7.1.0", "description": "ESLint rules for Primer React", "main": "src/index.js", "scripts": {