diff --git a/.changeset/eighty-tips-deliver.md b/.changeset/eighty-tips-deliver.md deleted file mode 100644 index debe7004..00000000 --- a/.changeset/eighty-tips-deliver.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-primer-react": patch ---- - -Update message for no-deprecated-experimental-components rule diff --git a/.changeset/gentle-pants-taste.md b/.changeset/gentle-pants-taste.md deleted file mode 100644 index debe7004..00000000 --- a/.changeset/gentle-pants-taste.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-primer-react": patch ---- - -Update message for no-deprecated-experimental-components rule diff --git a/.changeset/honest-adults-add.md b/.changeset/honest-adults-add.md deleted file mode 100644 index 9293092a..00000000 --- a/.changeset/honest-adults-add.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-primer-react": patch ---- - -Removes primer-react/enforce-css-module-identifier-casing, primer-react/enforce-css-module-default-import from recommended set of rules. diff --git a/CHANGELOG.md b/CHANGELOG.md index 17cf8ba3..87ee1278 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # eslint-plugin-primer-react +## 7.0.1 + +### Patch Changes + +- [#331](https://github.com/primer/eslint-plugin-primer-react/pull/331) [`82a7d03`](https://github.com/primer/eslint-plugin-primer-react/commit/82a7d037b92c02126c6bf0daba060b233ef94262) Thanks [@francinelucca](https://github.com/francinelucca)! - Update message for no-deprecated-experimental-components rule + +- [#333](https://github.com/primer/eslint-plugin-primer-react/pull/333) [`c709c98`](https://github.com/primer/eslint-plugin-primer-react/commit/c709c98a84dc1ce978575136292063f3821b47cc) Thanks [@francinelucca](https://github.com/francinelucca)! - Update message for no-deprecated-experimental-components rule + +- [#331](https://github.com/primer/eslint-plugin-primer-react/pull/331) [`82a7d03`](https://github.com/primer/eslint-plugin-primer-react/commit/82a7d037b92c02126c6bf0daba060b233ef94262) Thanks [@francinelucca](https://github.com/francinelucca)! - Removes primer-react/enforce-css-module-identifier-casing, primer-react/enforce-css-module-default-import from recommended set of rules. + ## 7.0.0 ### Major Changes diff --git a/package.json b/package.json index 6892354a..5f70e429 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-primer-react", - "version": "7.0.0", + "version": "7.0.1", "description": "ESLint rules for Primer React", "main": "src/index.js", "scripts": {