From 729e8a66deb5c02a407e7e4242002a2cce5e30dd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 13 Sep 2023 20:44:46 +0000 Subject: [PATCH] Version Packages --- .changeset/six-pumas-live.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/six-pumas-live.md diff --git a/.changeset/six-pumas-live.md b/.changeset/six-pumas-live.md deleted file mode 100644 index b5125a68..00000000 --- a/.changeset/six-pumas-live.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-primer-react": patch ---- - -Update the no-system-props rule to exclude the `border` prop for the `Blankslate` component from `@primer/react`. diff --git a/CHANGELOG.md b/CHANGELOG.md index 9707aad2..8452da41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # eslint-plugin-primer-react +## 4.0.2 + +### Patch Changes + +- [#76](https://github.com/primer/eslint-plugin-primer-react/pull/76) [`1750256`](https://github.com/primer/eslint-plugin-primer-react/commit/17502566745fcc7ebcebef730c1c7c60be276f06) Thanks [@joshblack](https://github.com/joshblack)! - Update the no-system-props rule to exclude the `border` prop for the `Blankslate` component from `@primer/react`. + ## 4.0.1 ### Patch Changes diff --git a/package.json b/package.json index dd9b25d4..b1065523 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-primer-react", - "version": "4.0.1", + "version": "4.0.2", "description": "ESLint rules for Primer React", "main": "src/index.js", "scripts": {