Skip to content

Commit 21e5456

Browse files
Version Packages (#388)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 747fc82 commit 21e5456

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.changeset/chatty-penguins-breathe.md

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

.changeset/smart-rocks-fail.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+
## 8.1.0
4+
5+
### Minor Changes
6+
7+
- [#382](https://github.com/primer/eslint-plugin-primer-react/pull/382) [`93e4b76`](https://github.com/primer/eslint-plugin-primer-react/commit/93e4b76269bf816bfc24991180f73ef22266a6f5) Thanks [@jonrohan](https://github.com/jonrohan)! - Add rule `use-styled-react-import` to enforce importing components with sx prop from @primer/styled-react
8+
9+
### Patch Changes
10+
11+
- [#389](https://github.com/primer/eslint-plugin-primer-react/pull/389) [`747fc82`](https://github.com/primer/eslint-plugin-primer-react/commit/747fc82dc9fc584005d98b36f8417985469a083a) Thanks [@llastflowers](https://github.com/llastflowers)! - Add exception for height and width for SkeletonBox in no-system-props rule
12+
313
## 8.0.0
414

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

0 commit comments

Comments
 (0)