diff --git a/.changeset/shaggy-coins-boil.md b/.changeset/shaggy-coins-boil.md deleted file mode 100644 index 095b934d..00000000 --- a/.changeset/shaggy-coins-boil.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-primer-react": patch ---- - -Replace references to `@primer/components` with `@primer/react` diff --git a/CHANGELOG.md b/CHANGELOG.md index cf69121c..0882bbeb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # eslint-plugin-primer-react +## 0.7.2 + +### Patch Changes + +- [#24](https://github.com/primer/eslint-plugin-primer-react/pull/24) [`e5565ae`](https://github.com/primer/eslint-plugin-primer-react/commit/e5565ae890f55927c0b1dd96d8943efc1e0bbbfa) Thanks [@colebemis](https://github.com/colebemis)! - Replace references to `@primer/components` with `@primer/react` + ## 0.7.1 ### Patch Changes diff --git a/package.json b/package.json index 4a4bbdee..69d0f970 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-primer-react", - "version": "0.7.1", + "version": "0.7.2", "description": "ESLint rules for Primer React", "main": "src/index.js", "scripts": {