Skip to content

Commit

Permalink
Merge pull request #46 from primer/changeset-release/main
Browse files Browse the repository at this point in the history
Release Tracking
  • Loading branch information
colebemis authored Mar 22, 2023
2 parents 9eb2ecd + 58f30d3 commit bdc64e8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
9 changes: 0 additions & 9 deletions .changeset/smooth-chefs-hammer.md

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# eslint-plugin-primer-react

## 2.0.2

### Patch Changes

- [#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:
- Fix bug related self-closing JSX tags
- Allow slot children to accept multiple parents (ex: `ActionList.Item` or `ActionList.LinkItem`)
- Add `SplitPageLayout` and `NavList` to the slot map
- Ignore `MarkdownEditor` because it's still a draft

## 2.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-primer-react",
"version": "2.0.1",
"version": "2.0.2",
"description": "ESLint rules for Primer React",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit bdc64e8

Please sign in to comment.