From c9138af297280ff2bdac75ca57cc7d81b111b924 Mon Sep 17 00:00:00 2001 From: mheob-bot <114013487+mheob-bot@users.noreply.github.com> Date: Sat, 28 Oct 2023 14:06:08 +0200 Subject: [PATCH] chore(release): bump version and deploy packages (#136) 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/commitlint-config@1.1.1 ### Patch Changes - [#145](https://github.com/mheob/config/pull/145) ([@mheob](https://github.com/mheob)): update dependencies ## @mheob/eslint-config@5.1.1 ### Patch Changes - [#145](https://github.com/mheob/config/pull/145) ([@mheob](https://github.com/mheob)): update dependencies - [#135](https://github.com/mheob/config/pull/135) ([@mheob](https://github.com/mheob)): update dependencies ## @mheob/prettier-config@3.1.1 ### Patch Changes - [#145](https://github.com/mheob/config/pull/145) ([@mheob](https://github.com/mheob)): update dependencies Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .changeset/beige-masks-move.md | 7 ------- .changeset/blue-vans-pay.md | 2 -- .changeset/funny-goats-vanish.md | 2 -- .changeset/grumpy-houses-stare.md | 5 ----- .changeset/heavy-coats-speak.md | 2 -- packages/commitlint-config/CHANGELOG.md | 7 +++++++ packages/commitlint-config/package.json | 2 +- packages/eslint-config/CHANGELOG.md | 10 ++++++++++ packages/eslint-config/package.json | 2 +- packages/prettier-config/CHANGELOG.md | 7 +++++++ packages/prettier-config/package.json | 2 +- 11 files changed, 27 insertions(+), 21 deletions(-) delete mode 100644 .changeset/beige-masks-move.md delete mode 100644 .changeset/blue-vans-pay.md delete mode 100644 .changeset/funny-goats-vanish.md delete mode 100644 .changeset/grumpy-houses-stare.md delete mode 100644 .changeset/heavy-coats-speak.md diff --git a/.changeset/beige-masks-move.md b/.changeset/beige-masks-move.md deleted file mode 100644 index 3adce37..0000000 --- a/.changeset/beige-masks-move.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@mheob/commitlint-config': patch -'@mheob/prettier-config': patch -'@mheob/eslint-config': patch ---- - -update dependencies diff --git a/.changeset/blue-vans-pay.md b/.changeset/blue-vans-pay.md deleted file mode 100644 index a845151..0000000 --- a/.changeset/blue-vans-pay.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/funny-goats-vanish.md b/.changeset/funny-goats-vanish.md deleted file mode 100644 index a845151..0000000 --- a/.changeset/funny-goats-vanish.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/grumpy-houses-stare.md b/.changeset/grumpy-houses-stare.md deleted file mode 100644 index 665b8d3..0000000 --- a/.changeset/grumpy-houses-stare.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@mheob/eslint-config': patch ---- - -update dependencies diff --git a/.changeset/heavy-coats-speak.md b/.changeset/heavy-coats-speak.md deleted file mode 100644 index a845151..0000000 --- a/.changeset/heavy-coats-speak.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/packages/commitlint-config/CHANGELOG.md b/packages/commitlint-config/CHANGELOG.md index a8e2cc7..7f42024 100644 --- a/packages/commitlint-config/CHANGELOG.md +++ b/packages/commitlint-config/CHANGELOG.md @@ -1,5 +1,12 @@ # @mheob/commitlint-config +## 1.1.1 + +### Patch Changes + +- [#145](https://github.com/mheob/config/pull/145) ([@mheob](https://github.com/mheob)): update + dependencies + ## 1.1.0 ### Minor Changes diff --git a/packages/commitlint-config/package.json b/packages/commitlint-config/package.json index bfd0bba..f814327 100644 --- a/packages/commitlint-config/package.json +++ b/packages/commitlint-config/package.json @@ -1,6 +1,6 @@ { "name": "@mheob/commitlint-config", - "version": "1.1.0", + "version": "1.1.1", "description": "My personal configuration for commitlint.", "keywords": [ "commitlint", diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index cdc35e0..09bac27 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -1,5 +1,15 @@ # @mheob/eslint-config +## 5.1.1 + +### Patch Changes + +- [#145](https://github.com/mheob/config/pull/145) ([@mheob](https://github.com/mheob)): update + dependencies + +- [#135](https://github.com/mheob/config/pull/135) ([@mheob](https://github.com/mheob)): update + dependencies + ## 5.1.0 ### Minor Changes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 48e3d4b..7b82445 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@mheob/eslint-config", - "version": "5.1.0", + "version": "5.1.1", "description": "My personal configuration for eslint.", "keywords": [ "eslint", diff --git a/packages/prettier-config/CHANGELOG.md b/packages/prettier-config/CHANGELOG.md index 04d6037..ced5593 100644 --- a/packages/prettier-config/CHANGELOG.md +++ b/packages/prettier-config/CHANGELOG.md @@ -1,5 +1,12 @@ # @mheob/prettier-config +## 3.1.1 + +### Patch Changes + +- [#145](https://github.com/mheob/config/pull/145) ([@mheob](https://github.com/mheob)): update + dependencies + ## 3.1.0 ### Minor Changes diff --git a/packages/prettier-config/package.json b/packages/prettier-config/package.json index dc63ba4..8352d6d 100644 --- a/packages/prettier-config/package.json +++ b/packages/prettier-config/package.json @@ -1,6 +1,6 @@ { "name": "@mheob/prettier-config", - "version": "3.1.0", + "version": "3.1.1", "description": "My personal configuration for prettier.", "keywords": [ "prettier",