Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): bump version and deploy packages (#183)
### **User description** 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/[email protected] ### Patch Changes - [#182](#182) ([@mheob](https://github.com/mheob)): Improve `README.md` file and add spell checker. ## @mheob/[email protected] ### Patch Changes - [#182](#182) ([@mheob](https://github.com/mheob)): Improve `README.md` file and add spell checker. ## @mheob/[email protected] ### Patch Changes - [#182](#182) ([@mheob](https://github.com/mheob)): Improve `README.md` file and add spell checker. ___ ### **PR Type** Other ___ ### **Description** - Removed unnecessary changeset files. - Updated CHANGELOG files for `commitlint-config`, `eslint-config`, and `prettier-config` with patch changes. - Bumped versions for `commitlint-config`, `eslint-config`, and `prettier-config`. ___ ### **Changes walkthrough** 📝 <table><thead><tr><th></th><th align="left">Relevant files</th></tr></thead><tbody><tr><td><strong>Miscellaneous </strong></td><td><table> <tr> <td> <details> <summary><strong>hot-crews-fetch.md</strong><dd><code>Remove unnecessary changeset file.</code> </dd></summary> <hr> .changeset/hot-crews-fetch.md - Removed the changeset file. </details> </td> <td><a href="https://github.com/mheob/config/pull/183/files#diff-dd082bbce86dd50abefee0e51be98d22abcf211510ceac71ef05dfa1d13da1ce">+0/-2</a> </td> </tr> <tr> <td> <details> <summary><strong>odd-lobsters-teach.md</strong><dd><code>Remove unnecessary changeset file.</code> </dd></summary> <hr> .changeset/odd-lobsters-teach.md - Removed the changeset file. </details> </td> <td><a href="https://github.com/mheob/config/pull/183/files#diff-0378a91c3bf0a95f76811c7f2c1e834a09ddce6a74fe32459f78a53dbc29f3dd">+0/-7</a> </td> </tr> </table></td></tr><tr><td><strong>Documentation </strong></td><td><table> <tr> <td> <details> <summary><strong>CHANGELOG.md</strong><dd><code>Update CHANGELOG for commitlint-config to version 1.1.2.</code> </dd></summary> <hr> packages/commitlint-config/CHANGELOG.md - Added patch changes entry for version 1.1.2. </details> </td> <td><a href="https://github.com/mheob/config/pull/183/files#diff-8358a4cbef3dc34a22d58f21cc207d8b6e5e16faa9fc91ed6847741bb6fa3d12">+6/-0</a> </td> </tr> <tr> <td> <details> <summary><strong>CHANGELOG.md</strong><dd><code>Update CHANGELOG for eslint-config to version 6.1.1.</code> </dd></summary> <hr> packages/eslint-config/CHANGELOG.md - Added patch changes entry for version 6.1.1. </details> </td> <td><a href="https://github.com/mheob/config/pull/183/files#diff-6ea0f1f368fcd29c5a4ca206a2f182f90ce923447d83b31ce2674d19d51d33ca">+6/-0</a> </td> </tr> <tr> <td> <details> <summary><strong>CHANGELOG.md</strong><dd><code>Update CHANGELOG for prettier-config to version 3.3.1.</code> </dd></summary> <hr> packages/prettier-config/CHANGELOG.md - Added patch changes entry for version 3.3.1. </details> </td> <td><a href="https://github.com/mheob/config/pull/183/files#diff-ddb9fe629f21ee0433429ca77d6adeb79eac6b873067dba8669866330368fd60">+6/-0</a> </td> </tr> </table></td></tr><tr><td><strong>Configuration changes </strong></td><td><table> <tr> <td> <details> <summary><strong>package.json</strong><dd><code>Bump version for commitlint-config to 1.1.2.</code> </dd></summary> <hr> packages/commitlint-config/package.json - Bumped version from 1.1.1 to 1.1.2. </details> </td> <td><a href="https://github.com/mheob/config/pull/183/files#diff-87fd28eb27578b163254fbe53ccf45433b016160d257da77ca98bcb8564192a9">+1/-1</a> </td> </tr> <tr> <td> <details> <summary><strong>package.json</strong><dd><code>Bump version for eslint-config to 6.1.1.</code> </dd></summary> <hr> packages/eslint-config/package.json - Bumped version from 6.1.0 to 6.1.1. </details> </td> <td><a href="https://github.com/mheob/config/pull/183/files#diff-b398e019411e81059801ebf7fe19f6ebcad0bc316fd5c0449d8acdbee9d6d5de">+1/-1</a> </td> </tr> <tr> <td> <details> <summary><strong>package.json</strong><dd><code>Bump version for prettier-config to 3.3.1.</code> </dd></summary> <hr> packages/prettier-config/package.json - Bumped version from 3.3.0 to 3.3.1. </details> </td> <td><a href="https://github.com/mheob/config/pull/183/files#diff-c24a860d7309ff63e39189b46c5469be962d62ace30869867a50343943c68441">+1/-1</a> </td> </tr> </table></td></tr></tr></tbody></table> ___ > 💡 **PR-Agent usage**: >Comment `/help` on the PR to get a list of all available PR-Agent tools and their descriptions ## Summary by CodeRabbit - **New Features** - Added spell checker to `README.md` files for improved documentation quality. - **Documentation** - Enhanced `README.md` files for `@mheob/commitlint-config`, `@mheob/eslint-config`, and `@mheob/prettier-config`. - **Chores** - Updated version numbers for `@mheob/commitlint-config` to 1.1.2, `@mheob/eslint-config` to 6.1.1, and `@mheob/prettier-config` to 3.3.1.
- Loading branch information