diff --git a/.changeset/gorgeous-frogs-cover.md b/.changeset/gorgeous-frogs-cover.md deleted file mode 100644 index adef2f07..00000000 --- a/.changeset/gorgeous-frogs-cover.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-primer-react": major ---- - -Update a11y-use-next-tooltip to be a11y-use-accessible-tooltip and make the changes accordingly diff --git a/.changeset/purple-pears-kiss.md b/.changeset/purple-pears-kiss.md deleted file mode 100644 index b99c00f0..00000000 --- a/.changeset/purple-pears-kiss.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'eslint-plugin-primer-react': minor ---- - -Add enforce-css-module-default-import rule diff --git a/.changeset/slimy-zebras-roll.md b/.changeset/slimy-zebras-roll.md deleted file mode 100644 index 6932a7af..00000000 --- a/.changeset/slimy-zebras-roll.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'eslint-plugin-primer-react': minor ---- - -Add enforce-css-module-identifier-casing rule diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a1f33dd..17f75d14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # eslint-plugin-primer-react +## 7.0.0 + +### Major Changes + +- [#270](https://github.com/primer/eslint-plugin-primer-react/pull/270) [`17814a2`](https://github.com/primer/eslint-plugin-primer-react/commit/17814a2d77d752b6675e51124fe3c18671837a10) Thanks [@broccolinisoup](https://github.com/broccolinisoup)! - Update a11y-use-next-tooltip to be a11y-use-accessible-tooltip and make the changes accordingly + +### Minor Changes + +- [#266](https://github.com/primer/eslint-plugin-primer-react/pull/266) [`90134bc`](https://github.com/primer/eslint-plugin-primer-react/commit/90134bcee073c424e81c53e69632e1518798af93) Thanks [@keithamus](https://github.com/keithamus)! - Add enforce-css-module-default-import rule + +- [#258](https://github.com/primer/eslint-plugin-primer-react/pull/258) [`83f29f3`](https://github.com/primer/eslint-plugin-primer-react/commit/83f29f339999b9c21d95167bcc2680c1797cbab6) Thanks [@keithamus](https://github.com/keithamus)! - Add enforce-css-module-identifier-casing rule + ## 6.1.6 ### Patch Changes diff --git a/package.json b/package.json index e01564e8..fd78c803 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-primer-react", - "version": "6.1.6", + "version": "7.0.0", "description": "ESLint rules for Primer React", "main": "src/index.js", "scripts": {