From 706e95720682bd9d661a0e474adc367af67e09b3 Mon Sep 17 00:00:00 2001 From: mheob-bot <114013487+mheob-bot@users.noreply.github.com> Date: Thu, 12 Jan 2023 07:17:07 +0100 Subject: [PATCH] chore(release): bump version and deploy packages (#107) This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @mheob/eslint-config@4.1.0 ### Minor Changes - add auto-fix for unused imports and vars --> ([#106](https://github.com/mheob/config/pull/106)) by [@mheob](https://github.com/mheob) ### Patch Changes - bump `eslint-config-next` to `13.1.0` --> ([#106](https://github.com/mheob/config/pull/106)) by [@mheob](https://github.com/mheob) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .changeset/pink-countries-talk.md | 2 -- .changeset/stupid-bats-fix.md | 5 ----- .changeset/wet-donkeys-confess.md | 5 ----- packages/eslint-config/CHANGELOG.md | 12 ++++++++++++ packages/eslint-config/package.json | 2 +- 5 files changed, 13 insertions(+), 13 deletions(-) delete mode 100644 .changeset/pink-countries-talk.md delete mode 100644 .changeset/stupid-bats-fix.md delete mode 100644 .changeset/wet-donkeys-confess.md diff --git a/.changeset/pink-countries-talk.md b/.changeset/pink-countries-talk.md deleted file mode 100644 index a845151..0000000 --- a/.changeset/pink-countries-talk.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/stupid-bats-fix.md b/.changeset/stupid-bats-fix.md deleted file mode 100644 index 509f7db..0000000 --- a/.changeset/stupid-bats-fix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@mheob/eslint-config': minor ---- - -add auto-fix for unused imports and vars diff --git a/.changeset/wet-donkeys-confess.md b/.changeset/wet-donkeys-confess.md deleted file mode 100644 index 18be469..0000000 --- a/.changeset/wet-donkeys-confess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@mheob/eslint-config': patch ---- - -bump `eslint-config-next` to `13.1.0` diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index 69db980..586e819 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -1,5 +1,17 @@ # @mheob/eslint-config +## 4.1.0 + +### Minor Changes + +- add auto-fix for unused imports and vars --> ([#106](https://github.com/mheob/config/pull/106)) by + [@mheob](https://github.com/mheob) + +### Patch Changes + +- bump `eslint-config-next` to `13.1.0` --> ([#106](https://github.com/mheob/config/pull/106)) by + [@mheob](https://github.com/mheob) + ## 4.0.0 ### Major Changes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 7341505..e89ca83 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@mheob/eslint-config", - "version": "4.0.0", + "version": "4.1.0", "description": "My personal configuration for eslint.", "keywords": [ "eslint",