Skip to content

Commit 88feb23

Browse files
authored
Merge branch 'main' into fix/use-local-name-for-changes
2 parents e18bdd1 + e613e00 commit 88feb23

File tree

4 files changed

+20
-15
lines changed

4 files changed

+20
-15
lines changed

CHANGELOG.md

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

3+
## 6.1.1
4+
5+
### Patch Changes
6+
7+
- [#237](https://github.com/primer/eslint-plugin-primer-react/pull/237) [`f072227`](https://github.com/primer/eslint-plugin-primer-react/commit/f072227b4e698660fda3c2416ed8a629e8e48a79) Thanks [@lukasoppermann](https://github.com/lukasoppermann)! - no-system-props: Add `bg` prop to `ProgressBar.Item`
8+
39
## 6.1.0
410

511
### Minor Changes

package-lock.json

Lines changed: 12 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

src/rules/no-system-props.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ const excludedComponentProps = new Map([
4444
['PageLayout.Pane', new Set(['padding', 'position', 'width'])],
4545
['PageLayout.Content', new Set(['padding', 'width'])],
4646
['ProgressBar', new Set(['bg'])],
47+
['ProgressBar.Item', new Set(['bg'])],
4748
['PointerBox', new Set(['bg'])],
4849
['Truncate', new Set(['maxWidth'])],
4950
['Stack', new Set(['padding', 'gap'])],

0 commit comments

Comments
 (0)