diff --git a/.changeset/loud-lizards-sparkle.md b/.changeset/loud-lizards-sparkle.md deleted file mode 100644 index 2616d81..0000000 --- a/.changeset/loud-lizards-sparkle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@mheob/eslint-config": patch ---- - -chore(deps): update all non-major dependencies diff --git a/.changeset/soft-pumpkins-deny.md b/.changeset/soft-pumpkins-deny.md deleted file mode 100644 index b635363..0000000 --- a/.changeset/soft-pumpkins-deny.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@mheob/commitlint-config': minor ---- - -add `@commitlint/cli` to `peerDependencies` diff --git a/packages/commitlint-config/CHANGELOG.md b/packages/commitlint-config/CHANGELOG.md index 9ab5a52..a8e2cc7 100644 --- a/packages/commitlint-config/CHANGELOG.md +++ b/packages/commitlint-config/CHANGELOG.md @@ -1,5 +1,12 @@ # @mheob/commitlint-config +## 1.1.0 + +### Minor Changes + +- [#128](https://github.com/mheob/config/pull/128) ([@mheob](https://github.com/mheob)): add + `@commitlint/cli` to `peerDependencies` + ## 1.0.1 ### Patch Changes diff --git a/packages/commitlint-config/package.json b/packages/commitlint-config/package.json index 826f8a2..05b093e 100644 --- a/packages/commitlint-config/package.json +++ b/packages/commitlint-config/package.json @@ -1,6 +1,6 @@ { "name": "@mheob/commitlint-config", - "version": "1.0.1", + "version": "1.1.0", "description": "My personal configuration for commitlint.", "keywords": [ "commitlint", diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index 44ba12a..748b3c1 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -1,5 +1,12 @@ # @mheob/eslint-config +## 5.0.1 + +### Patch Changes + +- [#125](https://github.com/mheob/config/pull/125) ([@renovate](https://github.com/apps/renovate)): + chore(deps): update all non-major dependencies + ## 5.0.0 ### Major Changes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index f9bcded..fb2918e 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@mheob/eslint-config", - "version": "5.0.0", + "version": "5.0.1", "description": "My personal configuration for eslint.", "keywords": [ "eslint",