From 60d808843008a678643d1b3b82418ea1a48567fb Mon Sep 17 00:00:00 2001 From: GitHub Design Systems Bot <30705008+primer-css@users.noreply.github.com> Date: Wed, 9 Oct 2024 13:08:25 -0700 Subject: [PATCH] Version Packages (#250) Co-authored-by: github-actions[bot] --- .changeset/grumpy-masks-lie.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/grumpy-masks-lie.md diff --git a/.changeset/grumpy-masks-lie.md b/.changeset/grumpy-masks-lie.md deleted file mode 100644 index 0d181e40..00000000 --- a/.changeset/grumpy-masks-lie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'eslint-plugin-primer-react': patch ---- - -Update no-wildcard-imports rule to not create separate imports for type only imports. This prevents an issue downstream with autofixers diff --git a/CHANGELOG.md b/CHANGELOG.md index e882adf5..463eea20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # eslint-plugin-primer-react +## 6.1.4 + +### Patch Changes + +- [#249](https://github.com/primer/eslint-plugin-primer-react/pull/249) [`f8c8a9d`](https://github.com/primer/eslint-plugin-primer-react/commit/f8c8a9df1b49cb7f487eb0dba3e7f46ac7f7e23b) Thanks [@joshblack](https://github.com/joshblack)! - Update no-wildcard-imports rule to not create separate imports for type only imports. This prevents an issue downstream with autofixers + ## 6.1.3 ### Patch Changes diff --git a/package.json b/package.json index 340519b1..f3a18703 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-primer-react", - "version": "6.1.3", + "version": "6.1.4", "description": "ESLint rules for Primer React", "main": "src/index.js", "scripts": {