Skip to content

Commit 27e81e5

Browse files
authored
chore(release): bump version and deploy packages (#235)
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/eslint-config@8.2.0 ### Minor Changes - [#236](#236) ([@mheob](https://github.com/mheob)): add sorting for `pnpm-workspace.yaml` file ### Patch Changes - [#234](#234) ([@mheob](https://github.com/mheob)): update dependencies ## Summary by CodeRabbit - **New Features** - Introduced automatic sorting for workspace configuration to improve project organization. - **Chores** - Updated the configuration package to a new minor version and refreshed its documentation to reflect dependency improvements and minor enhancements.
1 parent 8556d3c commit 27e81e5

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.changeset/short-news-float.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/slimy-icons-write.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/eslint-config/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @mheob/eslint-config
22

3+
## 8.2.0
4+
5+
### Minor Changes
6+
7+
- [#236](https://github.com/mheob/config/pull/236) ([@mheob](https://github.com/mheob)): add sorting for `pnpm-workspace.yaml` file
8+
9+
### Patch Changes
10+
11+
- [#234](https://github.com/mheob/config/pull/234) ([@mheob](https://github.com/mheob)): update dependencies
12+
313
## 8.1.0
414

515
### Minor Changes

packages/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mheob/eslint-config",
3-
"version": "8.1.0",
3+
"version": "8.2.0",
44
"description": "My personal configuration for eslint.",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)