Skip to content

Commit 61b506f

Browse files
Version Packages
1 parent 0293fdc commit 61b506f

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.changeset/silly-phones-jog.md

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

.changeset/swift-lizards-vanish.md

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

CHANGELOG.md

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

3+
## 5.4.0
4+
5+
### Minor Changes
6+
7+
- [#103](https://github.com/primer/eslint-plugin-primer-react/pull/103) [`8617a66`](https://github.com/primer/eslint-plugin-primer-react/commit/8617a66b2afe7e4e7a8608dbf5744999fffd9140) Thanks [@broccolinisoup](https://github.com/broccolinisoup)! - Add a11y-use-next-tooltip rule that warns against using Tooltip v1 (Not the accessible one)
8+
9+
### Patch Changes
10+
11+
- [#202](https://github.com/primer/eslint-plugin-primer-react/pull/202) [`0293fdc`](https://github.com/primer/eslint-plugin-primer-react/commit/0293fdc8da74c2296a22be93eceac7ff14772b1a) Thanks [@keithamus](https://github.com/keithamus)! - Allow ActionMenu.Button alignContent prop
12+
313
## 5.3.0
414

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

0 commit comments

Comments
 (0)