From 8f87c4bd88e6653185c9b6651e5eeb3d2c34e7c4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 14 Jul 2025 17:04:07 +0000 Subject: [PATCH] Version Packages --- .changeset/curvy-stingrays-decide.md | 5 ----- .changeset/gold-pigs-carry.md | 5 ----- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 .changeset/curvy-stingrays-decide.md delete mode 100644 .changeset/gold-pigs-carry.md 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 938ee1a8..42d71318 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": {