Skip to content

Commit bdc64e8

Browse files
authored
Merge pull request #46 from primer/changeset-release/main
Release Tracking
2 parents 9eb2ecd + 58f30d3 commit bdc64e8

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

.changeset/smooth-chefs-hammer.md

Lines changed: 0 additions & 9 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+
## 2.0.2
4+
5+
### Patch Changes
6+
7+
- [#45](https://github.com/primer/eslint-plugin-primer-react/pull/45) [`a39e34d`](https://github.com/primer/eslint-plugin-primer-react/commit/a39e34d26e72cc4b64a35627a6c4f700fae93fe2) Thanks [@colebemis](https://github.com/colebemis)! - More `direct-slot-children` fixes:
8+
- Fix bug related self-closing JSX tags
9+
- Allow slot children to accept multiple parents (ex: `ActionList.Item` or `ActionList.LinkItem`)
10+
- Add `SplitPageLayout` and `NavList` to the slot map
11+
- Ignore `MarkdownEditor` because it's still a draft
12+
313
## 2.0.1
414

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

0 commit comments

Comments
 (0)