Skip to content

Commit 5dce101

Browse files
authored
Merge pull request #52 from primer/changeset-release/main
Release Tracking
2 parents a9b714f + 1e980db commit 5dce101

File tree

7 files changed

+22
-29
lines changed

7 files changed

+22
-29
lines changed

.changeset/curvy-games-exist.md

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

.changeset/fair-panthers-raise.md

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

.changeset/loud-bears-wave.md

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

.changeset/lovely-toys-attend.md

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

.changeset/tidy-paws-compete.md

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

CHANGELOG.md

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

3+
## 4.0.0
4+
5+
### Major Changes
6+
7+
- [#51](https://github.com/primer/eslint-plugin-primer-react/pull/51) [`a65aa32`](https://github.com/primer/eslint-plugin-primer-react/commit/a65aa32c612c7fe952ec47bb3d926cf8adae9fab) Thanks [@broccolinisoup](https://github.com/broccolinisoup)! - Add `a11y-tooltip-interactive-trigger`
8+
9+
* [#66](https://github.com/primer/eslint-plugin-primer-react/pull/66) [`d1df609`](https://github.com/primer/eslint-plugin-primer-react/commit/d1df609b260505ee9dea1740bc96a3187355d727) Thanks [@TylerJDev](https://github.com/TylerJDev)! - Add `a11y-explicit-heading` rule
10+
11+
### Minor Changes
12+
13+
- [#67](https://github.com/primer/eslint-plugin-primer-react/pull/67) [`4dfdb47`](https://github.com/primer/eslint-plugin-primer-react/commit/4dfdb47b40e7f187573b8203830541b86cc7a953) Thanks [@TylerJDev](https://github.com/TylerJDev)! - \* Updates component mapping, adds `components.js`
14+
- Bumps `eslint-plugin-github` and `eslint-plugin-jsx-a11y`
15+
- Fixes bug in `a11y-explicit-heading` when using spread props, or variable for `as`
16+
17+
### Patch Changes
18+
19+
- [#72](https://github.com/primer/eslint-plugin-primer-react/pull/72) [`522b9cc`](https://github.com/primer/eslint-plugin-primer-react/commit/522b9ccbcfb26d18f2ea8b2514a6a7975480aaa7) Thanks [@TylerJDev](https://github.com/TylerJDev)! - Removes `Link`, `Spinner` and `TabNav.Link` from component mapping
20+
21+
* [#73](https://github.com/primer/eslint-plugin-primer-react/pull/73) [`974d9e8`](https://github.com/primer/eslint-plugin-primer-react/commit/974d9e85c7460a05eb0345086b340b650700d24d) Thanks [@TylerJDev](https://github.com/TylerJDev)! - \* Fixes `nonInteractiveLink` rule for links that pass values through JSX rather than a string
22+
- Adds optional chaining to `getJSXOpeningElementAttribute` to avoid error when no `name` is present
23+
324
## 3.0.0
425

526
### Major 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": "3.0.0",
3+
"version": "4.0.0",
44
"description": "ESLint rules for Primer React",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)