diff --git a/.changeset/chatty-penguins-breathe.md b/.changeset/chatty-penguins-breathe.md deleted file mode 100644 index d61c5ff2..00000000 --- a/.changeset/chatty-penguins-breathe.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-primer-react": patch ---- - -Add exception for height and width for SkeletonBox in no-system-props rule diff --git a/.changeset/smart-rocks-fail.md b/.changeset/smart-rocks-fail.md deleted file mode 100644 index adf6e15d..00000000 --- a/.changeset/smart-rocks-fail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-primer-react": minor ---- - -Add rule `use-styled-react-import` to enforce importing components with sx prop from @primer/styled-react diff --git a/CHANGELOG.md b/CHANGELOG.md index 1218a125..97029f47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # eslint-plugin-primer-react +## 8.1.0 + +### Minor Changes + +- [#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 + +### Patch Changes + +- [#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 + ## 8.0.0 ### Major Changes diff --git a/package.json b/package.json index 10f92a1d..97101aaa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-primer-react", - "version": "8.0.0", + "version": "8.1.0", "description": "ESLint rules for Primer React", "main": "src/index.js", "engines": {