From 5f0153dbd7428b0e9673fc3c3e7c8870a03af6ac Mon Sep 17 00:00:00 2001 From: mheob-bot <114013487+mheob-bot@users.noreply.github.com> Date: Sun, 3 Mar 2024 04:48:15 +0000 Subject: [PATCH] chore(release): bump version and deploy packages --- .changeset/cuddly-pans-poke.md | 5 ----- .changeset/long-lemons-nail.md | 6 ------ .changeset/sour-eggs-hunt.md | 5 ----- packages/eslint-config/CHANGELOG.md | 10 ++++++++++ packages/eslint-config/package.json | 2 +- packages/prettier-config/CHANGELOG.md | 6 ++++++ packages/prettier-config/package.json | 2 +- 7 files changed, 18 insertions(+), 18 deletions(-) delete mode 100644 .changeset/cuddly-pans-poke.md delete mode 100644 .changeset/long-lemons-nail.md delete mode 100644 .changeset/sour-eggs-hunt.md diff --git a/.changeset/cuddly-pans-poke.md b/.changeset/cuddly-pans-poke.md deleted file mode 100644 index 665b8d3..0000000 --- a/.changeset/cuddly-pans-poke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@mheob/eslint-config': patch ---- - -update dependencies diff --git a/.changeset/long-lemons-nail.md b/.changeset/long-lemons-nail.md deleted file mode 100644 index 73e5394..0000000 --- a/.changeset/long-lemons-nail.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@mheob/eslint-config": patch -"@mheob/prettier-config": patch ---- - -chore(deps): update all non-major dependencies diff --git a/.changeset/sour-eggs-hunt.md b/.changeset/sour-eggs-hunt.md deleted file mode 100644 index 16c060f..0000000 --- a/.changeset/sour-eggs-hunt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@mheob/eslint-config": patch ---- - -chore(deps): update dependency eslint-plugin-unicorn to v51 diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index 54dd7db..aef773c 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -1,5 +1,15 @@ # @mheob/eslint-config +## 5.2.1 + +### Patch Changes + +- [#150](https://github.com/mheob/config/pull/150) ([@mheob](https://github.com/mheob)): update dependencies + +- [#161](https://github.com/mheob/config/pull/161) ([@renovate](https://github.com/apps/renovate)): chore(deps): update all non-major dependencies + +- [#163](https://github.com/mheob/config/pull/163) ([@renovate](https://github.com/apps/renovate)): chore(deps): update dependency eslint-plugin-unicorn to v51 + ## 5.2.0 ### Minor Changes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 2f5edda..6b7c701 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@mheob/eslint-config", - "version": "5.2.0", + "version": "5.2.1", "description": "My personal configuration for eslint.", "keywords": [ "eslint", diff --git a/packages/prettier-config/CHANGELOG.md b/packages/prettier-config/CHANGELOG.md index 09b770e..dd0aaa1 100644 --- a/packages/prettier-config/CHANGELOG.md +++ b/packages/prettier-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @mheob/prettier-config +## 3.2.1 + +### Patch Changes + +- [#161](https://github.com/mheob/config/pull/161) ([@renovate](https://github.com/apps/renovate)): chore(deps): update all non-major dependencies + ## 3.2.0 ### Minor Changes diff --git a/packages/prettier-config/package.json b/packages/prettier-config/package.json index 949ddf6..bad26f7 100644 --- a/packages/prettier-config/package.json +++ b/packages/prettier-config/package.json @@ -1,6 +1,6 @@ { "name": "@mheob/prettier-config", - "version": "3.2.0", + "version": "3.2.1", "description": "My personal configuration for prettier.", "keywords": [ "prettier",