Skip to content

Commit e6ce287

Browse files
authored
Merge pull request #48 from primer/changeset-release/main
Release Tracking
2 parents aabaa1d + 6cd699d commit e6ce287

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.changeset/brave-hats-add.md

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

CHANGELOG.md

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

3+
## 2.0.3
4+
5+
### Patch Changes
6+
7+
- [#47](https://github.com/primer/eslint-plugin-primer-react/pull/47) [`9964e4e`](https://github.com/primer/eslint-plugin-primer-react/commit/9964e4e5415c3bbeab78763b7b4d4e29a0bdbb95) Thanks [@colebemis](https://github.com/colebemis)! - - Update the no-system-props rule to properly check subcomponents for system props
8+
- Adds valid sucomponent props to the allowlist
9+
310
## 2.0.2
411

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

0 commit comments

Comments
 (0)