From 764fa1eae7a389a2b6713bf58f8a1cfbaa513647 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 13 Aug 2025 17:22:38 +0000 Subject: [PATCH] Version Packages --- .changeset/chatty-penguins-breathe.md | 5 ----- .changeset/smart-rocks-fail.md | 5 ----- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 .changeset/chatty-penguins-breathe.md delete mode 100644 .changeset/smart-rocks-fail.md 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": {