eslint-plugin-primer-react 4.1.1 → 4.1.2-rc.62fedad

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,2 +1,2 @@
1
1
  # All changes should be reviewed by a member of the @react-reviewers team
2
- * @primer/react-reviewers
2
+ * @primer/engineer-reviewers
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # eslint-plugin-primer-react
2
2
 
3
+ ## 4.1.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#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
8
+
9
+ - [#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
10
+
3
11
  ## 4.1.1
4
12
 
5
13
  ### Patch Changes