diff --git a/.changeset/hot-crews-fetch.md b/.changeset/hot-crews-fetch.md deleted file mode 100644 index a845151..0000000 --- a/.changeset/hot-crews-fetch.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/odd-lobsters-teach.md b/.changeset/odd-lobsters-teach.md deleted file mode 100644 index 5f0a186..0000000 --- a/.changeset/odd-lobsters-teach.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@mheob/commitlint-config': patch -'@mheob/prettier-config': patch -'@mheob/eslint-config': patch ---- - -Improve `README.md` file and add spell checker. diff --git a/packages/commitlint-config/CHANGELOG.md b/packages/commitlint-config/CHANGELOG.md index 4297c69..71df997 100644 --- a/packages/commitlint-config/CHANGELOG.md +++ b/packages/commitlint-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @mheob/commitlint-config +## 1.1.2 + +### Patch Changes + +- [#182](https://github.com/mheob/config/pull/182) ([@mheob](https://github.com/mheob)): Improve `README.md` file and add spell checker. + ## 1.1.1 ### Patch Changes diff --git a/packages/commitlint-config/package.json b/packages/commitlint-config/package.json index 44fee39..c72fe16 100644 --- a/packages/commitlint-config/package.json +++ b/packages/commitlint-config/package.json @@ -1,6 +1,6 @@ { "name": "@mheob/commitlint-config", - "version": "1.1.1", + "version": "1.1.2", "description": "My personal configuration for commitlint.", "keywords": [ "commitlint", diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index 127b5d6..e8d6243 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @mheob/eslint-config +## 6.1.1 + +### Patch Changes + +- [#182](https://github.com/mheob/config/pull/182) ([@mheob](https://github.com/mheob)): Improve `README.md` file and add spell checker. + ## 6.1.0 ### Minor Changes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 65abf0d..10c2430 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@mheob/eslint-config", - "version": "6.1.0", + "version": "6.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 a8c3388..1201aa2 100644 --- a/packages/prettier-config/CHANGELOG.md +++ b/packages/prettier-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @mheob/prettier-config +## 3.3.1 + +### Patch Changes + +- [#182](https://github.com/mheob/config/pull/182) ([@mheob](https://github.com/mheob)): Improve `README.md` file and add spell checker. + ## 3.3.0 ### Minor Changes diff --git a/packages/prettier-config/package.json b/packages/prettier-config/package.json index 2adeb66..77e28c3 100644 --- a/packages/prettier-config/package.json +++ b/packages/prettier-config/package.json @@ -1,6 +1,6 @@ { "name": "@mheob/prettier-config", - "version": "3.3.0", + "version": "3.3.1", "description": "My personal configuration for prettier.", "keywords": [ "prettier",