Skip to content

Commit 07c367d

Browse files
Version Packages
1 parent 6362adf commit 07c367d

File tree

5 files changed

+15
-16
lines changed

5 files changed

+15
-16
lines changed

.changeset/curvy-stingrays-decide.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/gold-pigs-carry.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/lemon-pumas-prove.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# eslint-plugin-primer-react
22

3+
## 8.0.0
4+
5+
### Major Changes
6+
7+
- [#380](https://github.com/primer/eslint-plugin-primer-react/pull/380) [`d42d5c0`](https://github.com/primer/eslint-plugin-primer-react/commit/d42d5c03a0e7df44efeed84baff2eca95af05113) Thanks [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)! - Update repository to Node.js v20
8+
9+
### Minor Changes
10+
11+
- [#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.
12+
13+
### Patch Changes
14+
15+
- [#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
16+
317
## 7.0.2
418

519
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-primer-react",
3-
"version": "7.0.2",
3+
"version": "8.0.0",
44
"description": "ESLint rules for Primer React",
55
"main": "src/index.js",
66
"engines": {

0 commit comments

Comments
 (0)