diff --git a/.changeset/flat-mangos-shake.md b/.changeset/flat-mangos-shake.md deleted file mode 100644 index bd6b567..0000000 --- a/.changeset/flat-mangos-shake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@mheob/eslint-config": patch ---- - -update all non-major dependencies diff --git a/.changeset/modern-walls-give.md b/.changeset/modern-walls-give.md deleted file mode 100644 index cda5810..0000000 --- a/.changeset/modern-walls-give.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@mheob/commitlint-config': minor ---- - -ignore "wip" messages in commitlint diff --git a/.changeset/thirty-lobsters-shake.md b/.changeset/thirty-lobsters-shake.md deleted file mode 100644 index 9248964..0000000 --- a/.changeset/thirty-lobsters-shake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@mheob/eslint-config': patch ---- - -update all non-major dependencies diff --git a/packages/commitlint-config/CHANGELOG.md b/packages/commitlint-config/CHANGELOG.md index 71df997..e013eb4 100644 --- a/packages/commitlint-config/CHANGELOG.md +++ b/packages/commitlint-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @mheob/commitlint-config +## 1.2.0 + +### Minor Changes + +- [#209](https://github.com/mheob/config/pull/209) ([@mheob](https://github.com/mheob)): ignore "wip" messages in commitlint + ## 1.1.2 ### Patch Changes diff --git a/packages/commitlint-config/package.json b/packages/commitlint-config/package.json index d95f39c..a2ae9e6 100644 --- a/packages/commitlint-config/package.json +++ b/packages/commitlint-config/package.json @@ -1,6 +1,6 @@ { "name": "@mheob/commitlint-config", - "version": "1.1.2", + "version": "1.2.0", "description": "My personal configuration for commitlint.", "keywords": [ "commitlint", diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index 24056f8..2ded026 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -1,5 +1,13 @@ # @mheob/eslint-config +## 6.1.4 + +### Patch Changes + +- [#205](https://github.com/mheob/config/pull/205) ([@renovate](https://github.com/apps/renovate)): update all non-major dependencies + +- [#202](https://github.com/mheob/config/pull/202) ([@renovate](https://github.com/apps/renovate)): update all non-major dependencies + ## 6.1.3 ### Patch Changes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index ec89af4..4957f87 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@mheob/eslint-config", - "version": "6.1.3", + "version": "6.1.4", "description": "My personal configuration for eslint.", "keywords": [ "eslint",