diff --git a/.changeset/gold-beans-live.md b/.changeset/gold-beans-live.md deleted file mode 100644 index 13d2807b..00000000 --- a/.changeset/gold-beans-live.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'eslint-plugin-primer-react': patch ---- - -Move eslint-plugin-github to dependencies diff --git a/.changeset/quiet-poets-rescue.md b/.changeset/quiet-poets-rescue.md deleted file mode 100644 index 63012775..00000000 --- a/.changeset/quiet-poets-rescue.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-primer-react": patch ---- - -no-system-props: Add option to ignore specific component names diff --git a/.changeset/tidy-moons-sip.md b/.changeset/tidy-moons-sip.md deleted file mode 100644 index e3d6cb3a..00000000 --- a/.changeset/tidy-moons-sip.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'eslint-plugin-primer-react': minor ---- - -Add no-deprecated-props rule diff --git a/CHANGELOG.md b/CHANGELOG.md index fcc40361..8511a882 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # eslint-plugin-primer-react +## 4.2.0 + +### Minor Changes + +- [#156](https://github.com/primer/eslint-plugin-primer-react/pull/156) [`15cfbb4`](https://github.com/primer/eslint-plugin-primer-react/commit/15cfbb4a261c44418404249cc33e279bce25b2b7) Thanks [@broccolinisoup](https://github.com/broccolinisoup)! - Add no-deprecated-props rule + +### Patch Changes + +- [#166](https://github.com/primer/eslint-plugin-primer-react/pull/166) [`4c3d9b4`](https://github.com/primer/eslint-plugin-primer-react/commit/4c3d9b4e761733ac52f4d624a94996a4379c37ca) Thanks [@chadfawcett](https://github.com/chadfawcett)! - Move eslint-plugin-github to dependencies + +- [#152](https://github.com/primer/eslint-plugin-primer-react/pull/152) [`7baeb96`](https://github.com/primer/eslint-plugin-primer-react/commit/7baeb9684cc5f84847f004fee282a3362517d7d0) Thanks [@siddharthkp](https://github.com/siddharthkp)! - no-system-props: Add option to ignore specific component names + ## 4.1.2 ### Patch Changes diff --git a/package.json b/package.json index 4cf48af1..66e3e9bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-primer-react", - "version": "4.1.2", + "version": "4.2.0", "description": "ESLint rules for Primer React", "main": "src/index.js", "scripts": {