diff --git a/.changeset/short-pumas-kneel.md b/.changeset/short-pumas-kneel.md deleted file mode 100644 index 80378d1a..00000000 --- a/.changeset/short-pumas-kneel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-primer-react": minor ---- - -use-styled-react-import: Add ThemeProvider, BaseStyles and useTheme. Allow theme components to be imported from styled-react without sx diff --git a/CHANGELOG.md b/CHANGELOG.md index eb0f24cd..c4f7655f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # eslint-plugin-primer-react +## 8.3.0 + +### Minor Changes + +- [#426](https://github.com/primer/eslint-plugin-primer-react/pull/426) [`b83f467`](https://github.com/primer/eslint-plugin-primer-react/commit/b83f46761945d73dfea6c1381ff776e9f50e0bd2) Thanks [@siddharthkp](https://github.com/siddharthkp)! - use-styled-react-import: Add ThemeProvider, BaseStyles and useTheme. Allow theme components to be imported from styled-react without sx + ## 8.2.1 ### Patch Changes diff --git a/package.json b/package.json index 41f5769d..9446979f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-primer-react", - "version": "8.2.1", + "version": "8.3.0", "description": "ESLint rules for Primer React", "main": "src/index.js", "engines": {