diff --git a/.changeset/few-beers-jump.md b/.changeset/few-beers-jump.md deleted file mode 100644 index 48293278..00000000 --- a/.changeset/few-beers-jump.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-primer-react": patch ---- - -no-system-props: skip html elements diff --git a/.changeset/lazy-planes-prove.md b/.changeset/lazy-planes-prove.md deleted file mode 100644 index 0be58ad5..00000000 --- a/.changeset/lazy-planes-prove.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-primer-react": patch ---- - -no-system-props: allow maxWidth prop for Truncate diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bb03cd0..fcc40361 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # eslint-plugin-primer-react +## 4.1.2 + +### Patch Changes + +- [#148](https://github.com/primer/eslint-plugin-primer-react/pull/148) [`523e169`](https://github.com/primer/eslint-plugin-primer-react/commit/523e169a3c6c801750d451e875c83f52e383c772) Thanks [@siddharthkp](https://github.com/siddharthkp)! - no-system-props: skip html elements + +- [#149](https://github.com/primer/eslint-plugin-primer-react/pull/149) [`ca14bb6`](https://github.com/primer/eslint-plugin-primer-react/commit/ca14bb695ad296903bfe7598b4eb81291796245a) Thanks [@siddharthkp](https://github.com/siddharthkp)! - no-system-props: allow maxWidth prop for Truncate + ## 4.1.1 ### Patch Changes diff --git a/package.json b/package.json index 51e46989..20dc4bcc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-primer-react", - "version": "4.1.1", + "version": "4.1.2", "description": "ESLint rules for Primer React", "main": "src/index.js", "scripts": {